Shades of Cement #826E56
Tints of Cement #826E56
RGB
CMYK
RGB Variations
Color information
#826E56 (or 0x826E56) is known color: Cement. HEX triplet: 82, 6E and 56. RGB value is (130,110,86). Sum of RGB (Red+Green+Blue) = 130+110+86=326 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.88% from 326); Green value is 110 (43.36% from 255 or 33.74% from 326); Blue value is 86 (33.98% from 255 or 26.38% from 326); Max value from RGB is 130 - color contains mainly: red. Hex color #826E56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826E56 is #7D91A9. Grayscale: #717171. Windows color (decimal): -8229290 or 5664386. OLE color: 5664386.
HSL color Cylindrical-coordinate representation of color #826E56: hue angle of 32.73º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #826E56 is Cyan = 0, Magento = 0.15, Yellow = 0.34 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 110 | 86 | - |
| CMYK | 0 | 0.15 | 0.34 | 0.49 |
| HSL | 32.73º | 0.2% | 0.42% | - |
| HSV(B) | 32.73º | 0.34% | 0.51% | - |
| XYZ | 16.46 | 16.57 | 11.13 | - |
| YUV | 113.24 | 112.63 | 139.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 110 | 86 | 0 | 0.15 | 0.34 | 0.49 | 32.73 | 0.2 | 0.42 |
| Hex | 82 | 6E | 56 | 0 | F | 22 | 31 | 21 | 14 | 2A |
| Octal | 202 | 156 | 126 | 0 | 17 | 42 | 61 | 41 | 24 | 52 |
| Binary | 10000010 | 1101110 | 1010110 | 0 | 1111 | 100010 | 110001 | 100001 | 10100 | 101010 |
Color Harmonies of #826E56
Complementary color
Monochromatic Colors of #826E56
Black with #826E56
Text Example
Text Example
White with #826E56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #826E56; }
p { color: rgb(130,110,86); }
H1.HeaderClassName
{
color: #826E56;
}
.AnyTagClassName
{
color: #826E56;
}
</style>
background-color css
<style>
a { background-color: #826E56; }
a { background-color: rgb(130,110,86); }
div.DivClassName
{
background-color: #826E56;
}
.BgClassName
{
background-color: #826E56;
}
</style>
border-color css
<style>
span { border-color: #826E56; }
span { border-color: rgb(130,110,86); }
td.TdClassName
{
border-color: #826E56;
}
.TagClassName
{
border-color: #826E56;
}
</style>