Shades of Cement #866F52
Tints of Cement #866F52
RGB
CMYK
RGB Variations
Color information
#866F52 (or 0x866F52) is known color: Cement. HEX triplet: 86, 6F and 52. RGB value is (134,111,82). Sum of RGB (Red+Green+Blue) = 134+111+82=327 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.98% from 327); Green value is 111 (43.75% from 255 or 33.94% from 327); Blue value is 82 (32.42% from 255 or 25.08% from 327); Max value from RGB is 134 - color contains mainly: red. Hex color #866F52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866F52 is #7990AD. Grayscale: #727272. Windows color (decimal): -7966894 or 5402502. OLE color: 5402502.
HSL color Cylindrical-coordinate representation of color #866F52: hue angle of 33.46º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #866F52 is Cyan = 0, Magento = 0.17, Yellow = 0.39 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 111 | 82 | - |
| CMYK | 0 | 0.17 | 0.39 | 0.47 |
| HSL | 33.46º | 0.24% | 0.42% | - |
| HSV(B) | 33.46º | 0.39% | 0.53% | - |
| XYZ | 17.04 | 17.05 | 10.37 | - |
| YUV | 114.57 | 109.62 | 141.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 111 | 82 | 0 | 0.17 | 0.39 | 0.47 | 33.46 | 0.24 | 0.42 |
| Hex | 86 | 6F | 52 | 0 | 11 | 27 | 2F | 21 | 18 | 2A |
| Octal | 206 | 157 | 122 | 0 | 21 | 47 | 57 | 41 | 30 | 52 |
| Binary | 10000110 | 1101111 | 1010010 | 0 | 10001 | 100111 | 101111 | 100001 | 11000 | 101010 |
Color Harmonies of #866F52
Complementary color
Monochromatic Colors of #866F52
Black with #866F52
Text Example
Text Example
White with #866F52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #866F52; }
p { color: rgb(134,111,82); }
H1.HeaderClassName
{
color: #866F52;
}
.AnyTagClassName
{
color: #866F52;
}
</style>
background-color css
<style>
a { background-color: #866F52; }
a { background-color: rgb(134,111,82); }
div.DivClassName
{
background-color: #866F52;
}
.BgClassName
{
background-color: #866F52;
}
</style>
border-color css
<style>
span { border-color: #866F52; }
span { border-color: rgb(134,111,82); }
td.TdClassName
{
border-color: #866F52;
}
.TagClassName
{
border-color: #866F52;
}
</style>