Shades of Cement #886E54
Tints of Cement #886E54
RGB
CMYK
RGB Variations
Color information
#886E54 (or 0x886E54) is known color: Cement. HEX triplet: 88, 6E and 54. RGB value is (136,110,84). Sum of RGB (Red+Green+Blue) = 136+110+84=330 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.21% from 330); Green value is 110 (43.36% from 255 or 33.33% from 330); Blue value is 84 (33.20% from 255 or 25.45% from 330); Max value from RGB is 136 - color contains mainly: red. Hex color #886E54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886E54 is #7791AB. Grayscale: #727272. Windows color (decimal): -7836076 or 5533320. OLE color: 5533320.
HSL color Cylindrical-coordinate representation of color #886E54: hue angle of 30º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #886E54 is Cyan = 0, Magento = 0.19, Yellow = 0.38 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 110 | 84 | - |
| CMYK | 0 | 0.19 | 0.38 | 0.47 |
| HSL | 30º | 0.24% | 0.43% | - |
| HSV(B) | 30º | 0.38% | 0.53% | - |
| XYZ | 17.33 | 17.03 | 10.76 | - |
| YUV | 114.81 | 110.61 | 143.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 110 | 84 | 0 | 0.19 | 0.38 | 0.47 | 30 | 0.24 | 0.43 |
| Hex | 88 | 6E | 54 | 0 | 13 | 26 | 2F | 1E | 18 | 2B |
| Octal | 210 | 156 | 124 | 0 | 23 | 46 | 57 | 36 | 30 | 53 |
| Binary | 10001000 | 1101110 | 1010100 | 0 | 10011 | 100110 | 101111 | 11110 | 11000 | 101011 |
Color Harmonies of #886E54
Complementary color
Monochromatic Colors of #886E54
Black with #886E54
Text Example
Text Example
White with #886E54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886E54; }
p { color: rgb(136,110,84); }
H1.HeaderClassName
{
color: #886E54;
}
.AnyTagClassName
{
color: #886E54;
}
</style>
background-color css
<style>
a { background-color: #886E54; }
a { background-color: rgb(136,110,84); }
div.DivClassName
{
background-color: #886E54;
}
.BgClassName
{
background-color: #886E54;
}
</style>
border-color css
<style>
span { border-color: #886E54; }
span { border-color: rgb(136,110,84); }
td.TdClassName
{
border-color: #886E54;
}
.TagClassName
{
border-color: #886E54;
}
</style>