Shades of Cement #886C54
Tints of Cement #886C54
RGB
CMYK
RGB Variations
Color information
#886C54 (or 0x886C54) is known color: Cement. HEX triplet: 88, 6C and 54. RGB value is (136,108,84). Sum of RGB (Red+Green+Blue) = 136+108+84=328 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.46% from 328); Green value is 108 (42.58% from 255 or 32.93% from 328); Blue value is 84 (33.20% from 255 or 25.61% from 328); Max value from RGB is 136 - color contains mainly: red. Hex color #886C54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886C54 is #7793AB. Grayscale: #717171. Windows color (decimal): -7836588 or 5532808. OLE color: 5532808.
HSL color Cylindrical-coordinate representation of color #886C54: hue angle of 27.69º 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 #886C54 is Cyan = 0, Magento = 0.21, Yellow = 0.38 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 108 | 84 | - |
| CMYK | 0 | 0.21 | 0.38 | 0.47 |
| HSL | 27.69º | 0.24% | 0.43% | - |
| HSV(B) | 27.69º | 0.38% | 0.53% | - |
| XYZ | 17.12 | 16.6 | 10.69 | - |
| YUV | 113.64 | 111.28 | 143.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 108 | 84 | 0 | 0.21 | 0.38 | 0.47 | 27.69 | 0.24 | 0.43 |
| Hex | 88 | 6C | 54 | 0 | 15 | 26 | 2F | 1C | 18 | 2B |
| Octal | 210 | 154 | 124 | 0 | 25 | 46 | 57 | 34 | 30 | 53 |
| Binary | 10001000 | 1101100 | 1010100 | 0 | 10101 | 100110 | 101111 | 11100 | 11000 | 101011 |
Color Harmonies of #886C54
Complementary color
Monochromatic Colors of #886C54
Black with #886C54
Text Example
Text Example
White with #886C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886C54; }
p { color: rgb(136,108,84); }
H1.HeaderClassName
{
color: #886C54;
}
.AnyTagClassName
{
color: #886C54;
}
</style>
background-color css
<style>
a { background-color: #886C54; }
a { background-color: rgb(136,108,84); }
div.DivClassName
{
background-color: #886C54;
}
.BgClassName
{
background-color: #886C54;
}
</style>
border-color css
<style>
span { border-color: #886C54; }
span { border-color: rgb(136,108,84); }
td.TdClassName
{
border-color: #886C54;
}
.TagClassName
{
border-color: #886C54;
}
</style>