Shades of Cement #886C52
Tints of Cement #886C52
RGB
CMYK
RGB Variations
Color information
#886C52 (or 0x886C52) is known color: Cement. HEX triplet: 88, 6C and 52. RGB value is (136,108,82). Sum of RGB (Red+Green+Blue) = 136+108+82=326 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.72% from 326); Green value is 108 (42.58% from 255 or 33.13% from 326); Blue value is 82 (32.42% from 255 or 25.15% from 326); Max value from RGB is 136 - color contains mainly: red. Hex color #886C52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886C52 is #7793AD. Grayscale: #717171. Windows color (decimal): -7836590 or 5401736. OLE color: 5401736.
HSL color Cylindrical-coordinate representation of color #886C52: hue angle of 28.89º 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 #886C52 is Cyan = 0, Magento = 0.21, Yellow = 0.40 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 108 | 82 | - |
| CMYK | 0 | 0.21 | 0.40 | 0.47 |
| HSL | 28.89º | 0.25% | 0.43% | - |
| HSV(B) | 28.89º | 0.4% | 0.53% | - |
| XYZ | 17.04 | 16.57 | 10.28 | - |
| YUV | 113.41 | 110.28 | 144.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 108 | 82 | 0 | 0.21 | 0.40 | 0.47 | 28.89 | 0.25 | 0.43 |
| Hex | 88 | 6C | 52 | 0 | 15 | 28 | 2F | 1D | 19 | 2B |
| Octal | 210 | 154 | 122 | 0 | 25 | 50 | 57 | 35 | 31 | 53 |
| Binary | 10001000 | 1101100 | 1010010 | 0 | 10101 | 101000 | 101111 | 11101 | 11001 | 101011 |
Color Harmonies of #886C52
Complementary color
Monochromatic Colors of #886C52
Black with #886C52
Text Example
Text Example
White with #886C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886C52; }
p { color: rgb(136,108,82); }
H1.HeaderClassName
{
color: #886C52;
}
.AnyTagClassName
{
color: #886C52;
}
</style>
background-color css
<style>
a { background-color: #886C52; }
a { background-color: rgb(136,108,82); }
div.DivClassName
{
background-color: #886C52;
}
.BgClassName
{
background-color: #886C52;
}
</style>
border-color css
<style>
span { border-color: #886C52; }
span { border-color: rgb(136,108,82); }
td.TdClassName
{
border-color: #886C52;
}
.TagClassName
{
border-color: #886C52;
}
</style>