Shades of Cement #866F58
Tints of Cement #866F58
RGB
CMYK
RGB Variations
Color information
#866F58 (or 0x866F58) is known color: Cement. HEX triplet: 86, 6F and 58. RGB value is (134,111,88). Sum of RGB (Red+Green+Blue) = 134+111+88=333 (44% of max value = 765). Red value is 134 (52.73% from 255 or 40.24% from 333); Green value is 111 (43.75% from 255 or 33.33% from 333); Blue value is 88 (34.77% from 255 or 26.43% from 333); Max value from RGB is 134 - color contains mainly: red. Hex color #866F58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866F58 is #7990A7. Grayscale: #737373. Windows color (decimal): -7966888 or 5795718. OLE color: 5795718.
HSL color Cylindrical-coordinate representation of color #866F58: hue angle of 30º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #866F58 is Cyan = 0, Magento = 0.17, Yellow = 0.34 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 111 | 88 | - |
| CMYK | 0 | 0.17 | 0.34 | 0.47 |
| HSL | 30º | 0.21% | 0.44% | - |
| HSV(B) | 30º | 0.34% | 0.53% | - |
| XYZ | 17.28 | 17.14 | 11.63 | - |
| YUV | 115.26 | 112.62 | 141.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 111 | 88 | 0 | 0.17 | 0.34 | 0.47 | 30 | 0.21 | 0.44 |
| Hex | 86 | 6F | 58 | 0 | 11 | 22 | 2F | 1E | 15 | 2C |
| Octal | 206 | 157 | 130 | 0 | 21 | 42 | 57 | 36 | 25 | 54 |
| Binary | 10000110 | 1101111 | 1011000 | 0 | 10001 | 100010 | 101111 | 11110 | 10101 | 101100 |
Color Harmonies of #866F58
Complementary color
Monochromatic Colors of #866F58
Black with #866F58
Text Example
Text Example
White with #866F58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #866F58; }
p { color: rgb(134,111,88); }
H1.HeaderClassName
{
color: #866F58;
}
.AnyTagClassName
{
color: #866F58;
}
</style>
background-color css
<style>
a { background-color: #866F58; }
a { background-color: rgb(134,111,88); }
div.DivClassName
{
background-color: #866F58;
}
.BgClassName
{
background-color: #866F58;
}
</style>
border-color css
<style>
span { border-color: #866F58; }
span { border-color: rgb(134,111,88); }
td.TdClassName
{
border-color: #866F58;
}
.TagClassName
{
border-color: #866F58;
}
</style>