Random Color Generator

#826269 Color

Color Codes
Hex Code #826269
RGB Code rgb(130, 98, 105)
HSL Code hsl(347, 14%, 45%)

#826269 Color Syntax

rgb()

 rgb(Red, Green, Blue);
 rgba(Red, Green, Blue, Alpha);

 main {
    background-color: rgb(130, 98, 105);
   }

R(red), G(green), B(blue) can be number between 0-255.
A parameter is a hex characters (0–9, A–F) and optional.

hsl()

 hsl(hue saturation lightness);
 hsl(hue saturation lightness / alpha);

 div {
  background-color: hsl(347, 14%, 45%);
  }

Saturation value is a percentage value between 0% unsaturated and 100% fully saturated.
Lightness value is a percentage value between 100% is white and 0% is black.

Lighter and darker colors of #826269

RGB Code Hex Code Preview
rgb(130, 98, 105, 10%) #8262691a  
rgb(130, 98, 105, 20%) #82626933  
rgb(130, 98, 105, 40%) #8262694C  
rgb(130, 98, 105, 60%) #82626999  
rgb(130, 98, 105, 80%) #826269CC  
rgb(130, 98, 105, 100%) #826269FF  

Saturated and desaturated colors of #826269

HSL Code Preview
hsl(347, 10%, 45%)  
hsl(347, 20%, 45%)  
hsl(347, 40%, 45%)  
hsl(347, 60%, 45%)  
hsl(347, 80%, 45%)  
hsl(347, 100%, 45%)  

#826269 Color Usage In CSS

 body {
    color: #826269;
    }
 p {
    color: rgb(130, 98, 105);
    }
 header {
    border-bottom:1px solid #826269;
    }
Recent Random Colors