Shades of Cement #866E54
Tints of Cement #866E54
RGB
CMYK
RGB Variations
Color information
#866E54 (or 0x866E54) is known color: Cement. HEX triplet: 86, 6E and 54. RGB value is (134,110,84). Sum of RGB (Red+Green+Blue) = 134+110+84=328 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.85% from 328); Green value is 110 (43.36% from 255 or 33.54% from 328); Blue value is 84 (33.20% from 255 or 25.61% from 328); Max value from RGB is 134 - color contains mainly: red. Hex color #866E54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866E54 is #7991AB. Grayscale: #727272. Windows color (decimal): -7967148 or 5533318. OLE color: 5533318.
HSL color Cylindrical-coordinate representation of color #866E54: hue angle of 31.2º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #866E54 is Cyan = 0, Magento = 0.18, Yellow = 0.37 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 110 | 84 | - |
| CMYK | 0 | 0.18 | 0.37 | 0.47 |
| HSL | 31.2º | 0.23% | 0.43% | - |
| HSV(B) | 31.2º | 0.37% | 0.53% | - |
| XYZ | 17.01 | 16.86 | 10.75 | - |
| YUV | 114.21 | 110.95 | 142.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 110 | 84 | 0 | 0.18 | 0.37 | 0.47 | 31.2 | 0.23 | 0.43 |
| Hex | 86 | 6E | 54 | 0 | 12 | 25 | 2F | 1F | 17 | 2B |
| Octal | 206 | 156 | 124 | 0 | 22 | 45 | 57 | 37 | 27 | 53 |
| Binary | 10000110 | 1101110 | 1010100 | 0 | 10010 | 100101 | 101111 | 11111 | 10111 | 101011 |
Color Harmonies of #866E54
Complementary color
Monochromatic Colors of #866E54
Black with #866E54
Text Example
Text Example
White with #866E54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #866E54; }
p { color: rgb(134,110,84); }
H1.HeaderClassName
{
color: #866E54;
}
.AnyTagClassName
{
color: #866E54;
}
</style>
background-color css
<style>
a { background-color: #866E54; }
a { background-color: rgb(134,110,84); }
div.DivClassName
{
background-color: #866E54;
}
.BgClassName
{
background-color: #866E54;
}
</style>
border-color css
<style>
span { border-color: #866E54; }
span { border-color: rgb(134,110,84); }
td.TdClassName
{
border-color: #866E54;
}
.TagClassName
{
border-color: #866E54;
}
</style>