Shades of Cement #886E56
Tints of Cement #886E56
RGB
CMYK
RGB Variations
Color information
#886E56 (or 0x886E56) is known color: Cement. HEX triplet: 88, 6E and 56. RGB value is (136,110,86). Sum of RGB (Red+Green+Blue) = 136+110+86=332 (43% of max value = 765). Red value is 136 (53.52% from 255 or 40.96% from 332); Green value is 110 (43.36% from 255 or 33.13% from 332); Blue value is 86 (33.98% from 255 or 25.90% from 332); Max value from RGB is 136 - color contains mainly: red. Hex color #886E56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886E56 is #7791A9. Grayscale: #737373. Windows color (decimal): -7836074 or 5664392. OLE color: 5664392.
HSL color Cylindrical-coordinate representation of color #886E56: hue angle of 28.8º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #886E56 is Cyan = 0, Magento = 0.19, Yellow = 0.37 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 110 | 86 | - |
| CMYK | 0 | 0.19 | 0.37 | 0.47 |
| HSL | 28.8º | 0.23% | 0.44% | - |
| HSV(B) | 28.8º | 0.37% | 0.53% | - |
| XYZ | 17.41 | 17.06 | 11.18 | - |
| YUV | 115.04 | 111.61 | 142.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 110 | 86 | 0 | 0.19 | 0.37 | 0.47 | 28.8 | 0.23 | 0.44 |
| Hex | 88 | 6E | 56 | 0 | 13 | 25 | 2F | 1D | 17 | 2C |
| Octal | 210 | 156 | 126 | 0 | 23 | 45 | 57 | 35 | 27 | 54 |
| Binary | 10001000 | 1101110 | 1010110 | 0 | 10011 | 100101 | 101111 | 11101 | 10111 | 101100 |
Color Harmonies of #886E56
Complementary color
Monochromatic Colors of #886E56
Black with #886E56
Text Example
Text Example
White with #886E56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886E56; }
p { color: rgb(136,110,86); }
H1.HeaderClassName
{
color: #886E56;
}
.AnyTagClassName
{
color: #886E56;
}
</style>
background-color css
<style>
a { background-color: #886E56; }
a { background-color: rgb(136,110,86); }
div.DivClassName
{
background-color: #886E56;
}
.BgClassName
{
background-color: #886E56;
}
</style>
border-color css
<style>
span { border-color: #886E56; }
span { border-color: rgb(136,110,86); }
td.TdClassName
{
border-color: #886E56;
}
.TagClassName
{
border-color: #886E56;
}
</style>