Shades of Cement #866C53
Tints of Cement #866C53
RGB
CMYK
RGB Variations
Color information
#866C53 (or 0x866C53) is known color: Cement. HEX triplet: 86, 6C and 53. RGB value is (134,108,83). Sum of RGB (Red+Green+Blue) = 134+108+83=325 (43% of max value = 765). Red value is 134 (52.73% from 255 or 41.23% from 325); Green value is 108 (42.58% from 255 or 33.23% from 325); Blue value is 83 (32.81% from 255 or 25.54% from 325); Max value from RGB is 134 - color contains mainly: red. Hex color #866C53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866C53 is #7993AC. Grayscale: #717171. Windows color (decimal): -7967661 or 5467270. OLE color: 5467270.
HSL color Cylindrical-coordinate representation of color #866C53: hue angle of 29.41º 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 #866C53 is Cyan = 0, Magento = 0.19, Yellow = 0.38 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 108 | 83 | - |
| CMYK | 0 | 0.19 | 0.38 | 0.47 |
| HSL | 29.41º | 0.24% | 0.43% | - |
| HSV(B) | 29.41º | 0.38% | 0.53% | - |
| XYZ | 16.76 | 16.42 | 10.47 | - |
| YUV | 112.92 | 111.11 | 143.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 108 | 83 | 0 | 0.19 | 0.38 | 0.47 | 29.41 | 0.24 | 0.43 |
| Hex | 86 | 6C | 53 | 0 | 13 | 26 | 2F | 1D | 18 | 2B |
| Octal | 206 | 154 | 123 | 0 | 23 | 46 | 57 | 35 | 30 | 53 |
| Binary | 10000110 | 1101100 | 1010011 | 0 | 10011 | 100110 | 101111 | 11101 | 11000 | 101011 |
Color Harmonies of #866C53
Complementary color
Monochromatic Colors of #866C53
Black with #866C53
Text Example
Text Example
White with #866C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #866C53; }
p { color: rgb(134,108,83); }
H1.HeaderClassName
{
color: #866C53;
}
.AnyTagClassName
{
color: #866C53;
}
</style>
background-color css
<style>
a { background-color: #866C53; }
a { background-color: rgb(134,108,83); }
div.DivClassName
{
background-color: #866C53;
}
.BgClassName
{
background-color: #866C53;
}
</style>
border-color css
<style>
span { border-color: #866C53; }
span { border-color: rgb(134,108,83); }
td.TdClassName
{
border-color: #866C53;
}
.TagClassName
{
border-color: #866C53;
}
</style>