Shades of Cement #866F55
Tints of Cement #866F55
RGB
CMYK
RGB Variations
Color information
#866F55 (or 0x866F55) is known color: Cement. HEX triplet: 86, 6F and 55. RGB value is (134,111,85). Sum of RGB (Red+Green+Blue) = 134+111+85=330 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.61% from 330); Green value is 111 (43.75% from 255 or 33.64% from 330); Blue value is 85 (33.59% from 255 or 25.76% from 330); Max value from RGB is 134 - color contains mainly: red. Hex color #866F55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866F55 is #7990AA. Grayscale: #737373. Windows color (decimal): -7966891 or 5599110. OLE color: 5599110.
HSL color Cylindrical-coordinate representation of color #866F55: hue angle of 31.84º degrees, saturation: 0.22, 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 #866F55 is Cyan = 0, Magento = 0.17, Yellow = 0.37 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 111 | 85 | - |
| CMYK | 0 | 0.17 | 0.37 | 0.47 |
| HSL | 31.84º | 0.22% | 0.43% | - |
| HSV(B) | 31.84º | 0.37% | 0.53% | - |
| XYZ | 17.16 | 17.09 | 10.99 | - |
| YUV | 114.91 | 111.12 | 141.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 111 | 85 | 0 | 0.17 | 0.37 | 0.47 | 31.84 | 0.22 | 0.43 |
| Hex | 86 | 6F | 55 | 0 | 11 | 25 | 2F | 20 | 16 | 2B |
| Octal | 206 | 157 | 125 | 0 | 21 | 45 | 57 | 40 | 26 | 53 |
| Binary | 10000110 | 1101111 | 1010101 | 0 | 10001 | 100101 | 101111 | 100000 | 10110 | 101011 |
Color Harmonies of #866F55
Complementary color
Monochromatic Colors of #866F55
Black with #866F55
Text Example
Text Example
White with #866F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #866F55; }
p { color: rgb(134,111,85); }
H1.HeaderClassName
{
color: #866F55;
}
.AnyTagClassName
{
color: #866F55;
}
</style>
background-color css
<style>
a { background-color: #866F55; }
a { background-color: rgb(134,111,85); }
div.DivClassName
{
background-color: #866F55;
}
.BgClassName
{
background-color: #866F55;
}
</style>
border-color css
<style>
span { border-color: #866F55; }
span { border-color: rgb(134,111,85); }
td.TdClassName
{
border-color: #866F55;
}
.TagClassName
{
border-color: #866F55;
}
</style>