Shades of Cement #866F57
Tints of Cement #866F57
RGB
CMYK
RGB Variations
Color information
#866F57 (or 0x866F57) is known color: Cement. HEX triplet: 86, 6F and 57. RGB value is (134,111,87). Sum of RGB (Red+Green+Blue) = 134+111+87=332 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.36% from 332); Green value is 111 (43.75% from 255 or 33.43% from 332); Blue value is 87 (34.38% from 255 or 26.20% from 332); Max value from RGB is 134 - color contains mainly: red. Hex color #866F57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866F57 is #7990A8. Grayscale: #737373. Windows color (decimal): -7966889 or 5730182. OLE color: 5730182.
HSL color Cylindrical-coordinate representation of color #866F57: hue angle of 30.64º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #866F57 is Cyan = 0, Magento = 0.17, Yellow = 0.35 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 111 | 87 | - |
| CMYK | 0 | 0.17 | 0.35 | 0.47 |
| HSL | 30.64º | 0.21% | 0.43% | - |
| HSV(B) | 30.64º | 0.35% | 0.53% | - |
| XYZ | 17.24 | 17.13 | 11.41 | - |
| YUV | 115.14 | 112.12 | 141.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 111 | 87 | 0 | 0.17 | 0.35 | 0.47 | 30.64 | 0.21 | 0.43 |
| Hex | 86 | 6F | 57 | 0 | 11 | 23 | 2F | 1F | 15 | 2B |
| Octal | 206 | 157 | 127 | 0 | 21 | 43 | 57 | 37 | 25 | 53 |
| Binary | 10000110 | 1101111 | 1010111 | 0 | 10001 | 100011 | 101111 | 11111 | 10101 | 101011 |
Color Harmonies of #866F57
Complementary color
Monochromatic Colors of #866F57
Black with #866F57
Text Example
Text Example
White with #866F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #866F57; }
p { color: rgb(134,111,87); }
H1.HeaderClassName
{
color: #866F57;
}
.AnyTagClassName
{
color: #866F57;
}
</style>
background-color css
<style>
a { background-color: #866F57; }
a { background-color: rgb(134,111,87); }
div.DivClassName
{
background-color: #866F57;
}
.BgClassName
{
background-color: #866F57;
}
</style>
border-color css
<style>
span { border-color: #866F57; }
span { border-color: rgb(134,111,87); }
td.TdClassName
{
border-color: #866F57;
}
.TagClassName
{
border-color: #866F57;
}
</style>