Shades of Cement #866E53
Tints of Cement #866E53
RGB
CMYK
RGB Variations
Color information
#866E53 (or 0x866E53) is known color: Cement. HEX triplet: 86, 6E and 53. RGB value is (134,110,83). Sum of RGB (Red+Green+Blue) = 134+110+83=327 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.98% from 327); Green value is 110 (43.36% from 255 or 33.64% from 327); Blue value is 83 (32.81% from 255 or 25.38% from 327); Max value from RGB is 134 - color contains mainly: red. Hex color #866E53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866E53 is #7991AC. Grayscale: #727272. Windows color (decimal): -7967149 or 5467782. OLE color: 5467782.
HSL color Cylindrical-coordinate representation of color #866E53: hue angle of 31.76º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #866E53 is Cyan = 0, Magento = 0.18, Yellow = 0.38 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 110 | 83 | - |
| CMYK | 0 | 0.18 | 0.38 | 0.47 |
| HSL | 31.76º | 0.24% | 0.43% | - |
| HSV(B) | 31.76º | 0.38% | 0.53% | - |
| XYZ | 16.97 | 16.84 | 10.54 | - |
| YUV | 114.1 | 110.45 | 142.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 110 | 83 | 0 | 0.18 | 0.38 | 0.47 | 31.76 | 0.24 | 0.43 |
| Hex | 86 | 6E | 53 | 0 | 12 | 26 | 2F | 20 | 18 | 2B |
| Octal | 206 | 156 | 123 | 0 | 22 | 46 | 57 | 40 | 30 | 53 |
| Binary | 10000110 | 1101110 | 1010011 | 0 | 10010 | 100110 | 101111 | 100000 | 11000 | 101011 |
Color Harmonies of #866E53
Complementary color
Monochromatic Colors of #866E53
Black with #866E53
Text Example
Text Example
White with #866E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #866E53; }
p { color: rgb(134,110,83); }
H1.HeaderClassName
{
color: #866E53;
}
.AnyTagClassName
{
color: #866E53;
}
</style>
background-color css
<style>
a { background-color: #866E53; }
a { background-color: rgb(134,110,83); }
div.DivClassName
{
background-color: #866E53;
}
.BgClassName
{
background-color: #866E53;
}
</style>
border-color css
<style>
span { border-color: #866E53; }
span { border-color: rgb(134,110,83); }
td.TdClassName
{
border-color: #866E53;
}
.TagClassName
{
border-color: #866E53;
}
</style>