Shades of Olive Haze #86805E
Tints of Olive Haze #86805E
RGB
CMYK
RGB Variations
Color information
#86805E (or 0x86805E) is known color: Olive Haze. HEX triplet: 86, 80 and 5E. RGB value is (134,128,94). Sum of RGB (Red+Green+Blue) = 134+128+94=356 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.64% from 356); Green value is 128 (50.39% from 255 or 35.96% from 356); Blue value is 94 (37.11% from 255 or 26.40% from 356); Max value from RGB is 134 - color contains mainly: red. Hex color #86805E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86805E is #797FA1. Grayscale: #7E7E7E. Windows color (decimal): -7962530 or 6193286. OLE color: 6193286.
HSL color Cylindrical-coordinate representation of color #86805E: hue angle of 51º 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 #86805E is Cyan = 0, Magento = 0.04, Yellow = 0.30 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 128 | 94 | - |
| CMYK | 0 | 0.04 | 0.30 | 0.47 |
| HSL | 51º | 0.18% | 0.45% | - |
| HSV(B) | 51º | 0.3% | 0.53% | - |
| XYZ | 19.57 | 21.31 | 13.67 | - |
| YUV | 125.92 | 109.99 | 133.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 128 | 94 | 0 | 0.04 | 0.30 | 0.47 | 51 | 0.18 | 0.45 |
| Hex | 86 | 80 | 5E | 0 | 4 | 1E | 2F | 33 | 12 | 2D |
| Octal | 206 | 200 | 136 | 0 | 4 | 36 | 57 | 63 | 22 | 55 |
| Binary | 10000110 | 10000000 | 1011110 | 0 | 100 | 11110 | 101111 | 110011 | 10010 | 101101 |
Color Harmonies of #86805E
Complementary color
Monochromatic Colors of #86805E
Black with #86805E
Text Example
Text Example
White with #86805E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86805E; }
p { color: rgb(134,128,94); }
H1.HeaderClassName
{
color: #86805E;
}
.AnyTagClassName
{
color: #86805E;
}
</style>
background-color css
<style>
a { background-color: #86805E; }
a { background-color: rgb(134,128,94); }
div.DivClassName
{
background-color: #86805E;
}
.BgClassName
{
background-color: #86805E;
}
</style>
border-color css
<style>
span { border-color: #86805E; }
span { border-color: rgb(134,128,94); }
td.TdClassName
{
border-color: #86805E;
}
.TagClassName
{
border-color: #86805E;
}
</style>