Shades of Cement #866D52
Tints of Cement #866D52
RGB
CMYK
RGB Variations
Color information
#866D52 (or 0x866D52) is known color: Cement. HEX triplet: 86, 6D and 52. RGB value is (134,109,82). Sum of RGB (Red+Green+Blue) = 134+109+82=325 (43% of max value = 765). Red value is 134 (52.73% from 255 or 41.23% from 325); Green value is 109 (42.97% from 255 or 33.54% from 325); Blue value is 82 (32.42% from 255 or 25.23% from 325); Max value from RGB is 134 - color contains mainly: red. Hex color #866D52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866D52 is #7992AD. Grayscale: #717171. Windows color (decimal): -7967406 or 5401990. OLE color: 5401990.
HSL color Cylindrical-coordinate representation of color #866D52: hue angle of 31.15º 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 #866D52 is Cyan = 0, Magento = 0.19, Yellow = 0.39 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 109 | 82 | - |
| CMYK | 0 | 0.19 | 0.39 | 0.47 |
| HSL | 31.15º | 0.24% | 0.42% | - |
| HSV(B) | 31.15º | 0.39% | 0.53% | - |
| XYZ | 16.82 | 16.61 | 10.3 | - |
| YUV | 113.4 | 110.28 | 142.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 109 | 82 | 0 | 0.19 | 0.39 | 0.47 | 31.15 | 0.24 | 0.42 |
| Hex | 86 | 6D | 52 | 0 | 13 | 27 | 2F | 1F | 18 | 2A |
| Octal | 206 | 155 | 122 | 0 | 23 | 47 | 57 | 37 | 30 | 52 |
| Binary | 10000110 | 1101101 | 1010010 | 0 | 10011 | 100111 | 101111 | 11111 | 11000 | 101010 |
Color Harmonies of #866D52
Complementary color
Monochromatic Colors of #866D52
Black with #866D52
Text Example
Text Example
White with #866D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #866D52; }
p { color: rgb(134,109,82); }
H1.HeaderClassName
{
color: #866D52;
}
.AnyTagClassName
{
color: #866D52;
}
</style>
background-color css
<style>
a { background-color: #866D52; }
a { background-color: rgb(134,109,82); }
div.DivClassName
{
background-color: #866D52;
}
.BgClassName
{
background-color: #866D52;
}
</style>
border-color css
<style>
span { border-color: #866D52; }
span { border-color: rgb(134,109,82); }
td.TdClassName
{
border-color: #866D52;
}
.TagClassName
{
border-color: #866D52;
}
</style>