Shades of Cement #86745E
Tints of Cement #86745E
RGB
CMYK
RGB Variations
Color information
#86745E (or 0x86745E) is known color: Cement. HEX triplet: 86, 74 and 5E. RGB value is (134,116,94). Sum of RGB (Red+Green+Blue) = 134+116+94=344 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.95% from 344); Green value is 116 (45.70% from 255 or 33.72% from 344); Blue value is 94 (37.11% from 255 or 27.33% from 344); Max value from RGB is 134 - color contains mainly: red. Hex color #86745E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86745E is #798BA1. Grayscale: #767676. Windows color (decimal): -7965602 or 6190214. OLE color: 6190214.
HSL color Cylindrical-coordinate representation of color #86745E: hue angle of 33º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #86745E is Cyan = 0, Magento = 0.13, Yellow = 0.30 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 116 | 94 | - |
| CMYK | 0 | 0.13 | 0.30 | 0.47 |
| HSL | 33º | 0.18% | 0.45% | - |
| HSV(B) | 33º | 0.3% | 0.53% | - |
| XYZ | 18.1 | 18.37 | 13.18 | - |
| YUV | 118.87 | 113.96 | 138.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 116 | 94 | 0 | 0.13 | 0.30 | 0.47 | 33 | 0.18 | 0.45 |
| Hex | 86 | 74 | 5E | 0 | D | 1E | 2F | 21 | 12 | 2D |
| Octal | 206 | 164 | 136 | 0 | 15 | 36 | 57 | 41 | 22 | 55 |
| Binary | 10000110 | 1110100 | 1011110 | 0 | 1101 | 11110 | 101111 | 100001 | 10010 | 101101 |
Color Harmonies of #86745E
Complementary color
Monochromatic Colors of #86745E
Black with #86745E
Text Example
Text Example
White with #86745E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86745E; }
p { color: rgb(134,116,94); }
H1.HeaderClassName
{
color: #86745E;
}
.AnyTagClassName
{
color: #86745E;
}
</style>
background-color css
<style>
a { background-color: #86745E; }
a { background-color: rgb(134,116,94); }
div.DivClassName
{
background-color: #86745E;
}
.BgClassName
{
background-color: #86745E;
}
</style>
border-color css
<style>
span { border-color: #86745E; }
span { border-color: rgb(134,116,94); }
td.TdClassName
{
border-color: #86745E;
}
.TagClassName
{
border-color: #86745E;
}
</style>