Shades of Cement #836E56
Tints of Cement #836E56
RGB
CMYK
RGB Variations
Color information
#836E56 (or 0x836E56) is known color: Cement. HEX triplet: 83, 6E and 56. RGB value is (131,110,86). Sum of RGB (Red+Green+Blue) = 131+110+86=327 (43% of max value = 765). Red value is 131 (51.56% from 255 or 40.06% from 327); Green value is 110 (43.36% from 255 or 33.64% from 327); Blue value is 86 (33.98% from 255 or 26.30% from 327); Max value from RGB is 131 - color contains mainly: red. Hex color #836E56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #836E56 is #7C91A9. Grayscale: #717171. Windows color (decimal): -8163754 or 5664387. OLE color: 5664387.
HSL color Cylindrical-coordinate representation of color #836E56: hue angle of 32º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #836E56 is Cyan = 0, Magento = 0.16, Yellow = 0.34 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 110 | 86 | - |
| CMYK | 0 | 0.16 | 0.34 | 0.49 |
| HSL | 32º | 0.21% | 0.43% | - |
| HSV(B) | 32º | 0.34% | 0.51% | - |
| XYZ | 16.62 | 16.65 | 11.14 | - |
| YUV | 113.54 | 112.46 | 140.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 110 | 86 | 0 | 0.16 | 0.34 | 0.49 | 32 | 0.21 | 0.43 |
| Hex | 83 | 6E | 56 | 0 | 10 | 22 | 31 | 20 | 15 | 2B |
| Octal | 203 | 156 | 126 | 0 | 20 | 42 | 61 | 40 | 25 | 53 |
| Binary | 10000011 | 1101110 | 1010110 | 0 | 10000 | 100010 | 110001 | 100000 | 10101 | 101011 |
Color Harmonies of #836E56
Complementary color
Monochromatic Colors of #836E56
Black with #836E56
Text Example
Text Example
White with #836E56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #836E56; }
p { color: rgb(131,110,86); }
H1.HeaderClassName
{
color: #836E56;
}
.AnyTagClassName
{
color: #836E56;
}
</style>
background-color css
<style>
a { background-color: #836E56; }
a { background-color: rgb(131,110,86); }
div.DivClassName
{
background-color: #836E56;
}
.BgClassName
{
background-color: #836E56;
}
</style>
border-color css
<style>
span { border-color: #836E56; }
span { border-color: rgb(131,110,86); }
td.TdClassName
{
border-color: #836E56;
}
.TagClassName
{
border-color: #836E56;
}
</style>