Shades of Cement #886E51
Tints of Cement #886E51
RGB
CMYK
RGB Variations
Color information
#886E51 (or 0x886E51) is known color: Cement. HEX triplet: 88, 6E and 51. RGB value is (136,110,81). Sum of RGB (Red+Green+Blue) = 136+110+81=327 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.59% from 327); Green value is 110 (43.36% from 255 or 33.64% from 327); Blue value is 81 (32.03% from 255 or 24.77% from 327); Max value from RGB is 136 - color contains mainly: red. Hex color #886E51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886E51 is #7791AE. Grayscale: #727272. Windows color (decimal): -7836079 or 5336712. OLE color: 5336712.
HSL color Cylindrical-coordinate representation of color #886E51: hue angle of 31.64º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #886E51 is Cyan = 0, Magento = 0.19, Yellow = 0.40 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 110 | 81 | - |
| CMYK | 0 | 0.19 | 0.40 | 0.47 |
| HSL | 31.64º | 0.25% | 0.43% | - |
| HSV(B) | 31.64º | 0.4% | 0.53% | - |
| XYZ | 17.21 | 16.98 | 10.15 | - |
| YUV | 114.47 | 109.11 | 143.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 110 | 81 | 0 | 0.19 | 0.40 | 0.47 | 31.64 | 0.25 | 0.43 |
| Hex | 88 | 6E | 51 | 0 | 13 | 28 | 2F | 20 | 19 | 2B |
| Octal | 210 | 156 | 121 | 0 | 23 | 50 | 57 | 40 | 31 | 53 |
| Binary | 10001000 | 1101110 | 1010001 | 0 | 10011 | 101000 | 101111 | 100000 | 11001 | 101011 |
Color Harmonies of #886E51
Complementary color
Monochromatic Colors of #886E51
Black with #886E51
Text Example
Text Example
White with #886E51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886E51; }
p { color: rgb(136,110,81); }
H1.HeaderClassName
{
color: #886E51;
}
.AnyTagClassName
{
color: #886E51;
}
</style>
background-color css
<style>
a { background-color: #886E51; }
a { background-color: rgb(136,110,81); }
div.DivClassName
{
background-color: #886E51;
}
.BgClassName
{
background-color: #886E51;
}
</style>
border-color css
<style>
span { border-color: #886E51; }
span { border-color: rgb(136,110,81); }
td.TdClassName
{
border-color: #886E51;
}
.TagClassName
{
border-color: #886E51;
}
</style>