Shades of Olive Haze #86806E
Tints of Olive Haze #86806E
RGB
CMYK
RGB Variations
Color information
#86806E (or 0x86806E) is known color: Olive Haze. HEX triplet: 86, 80 and 6E. RGB value is (134,128,110). Sum of RGB (Red+Green+Blue) = 134+128+110=372 (49% of max value = 765). Red value is 134 (52.73% from 255 or 36.02% from 372); Green value is 128 (50.39% from 255 or 34.41% from 372); Blue value is 110 (43.36% from 255 or 29.57% from 372); Max value from RGB is 134 - color contains mainly: red. Hex color #86806E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86806E is #797F91. Grayscale: #7F7F7F. Windows color (decimal): -7962514 or 7241862. OLE color: 7241862.
HSL color Cylindrical-coordinate representation of color #86806E: hue angle of 45º degrees, saturation: 0.1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #86806E is Cyan = 0, Magento = 0.04, Yellow = 0.18 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 128 | 110 | - |
| CMYK | 0 | 0.04 | 0.18 | 0.47 |
| HSL | 45º | 0.1% | 0.48% | - |
| HSV(B) | 45º | 0.18% | 0.53% | - |
| XYZ | 20.37 | 21.63 | 17.85 | - |
| YUV | 127.74 | 117.99 | 132.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 128 | 110 | 0 | 0.04 | 0.18 | 0.47 | 45 | 0.1 | 0.48 |
| Hex | 86 | 80 | 6E | 0 | 4 | 12 | 2F | 2D | A | 30 |
| Octal | 206 | 200 | 156 | 0 | 4 | 22 | 57 | 55 | 12 | 60 |
| Binary | 10000110 | 10000000 | 1101110 | 0 | 100 | 10010 | 101111 | 101101 | 1010 | 110000 |
Color Harmonies of #86806E
Complementary color
Monochromatic Colors of #86806E
Black with #86806E
Text Example
Text Example
White with #86806E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86806E; }
p { color: rgb(134,128,110); }
H1.HeaderClassName
{
color: #86806E;
}
.AnyTagClassName
{
color: #86806E;
}
</style>
background-color css
<style>
a { background-color: #86806E; }
a { background-color: rgb(134,128,110); }
div.DivClassName
{
background-color: #86806E;
}
.BgClassName
{
background-color: #86806E;
}
</style>
border-color css
<style>
span { border-color: #86806E; }
span { border-color: rgb(134,128,110); }
td.TdClassName
{
border-color: #86806E;
}
.TagClassName
{
border-color: #86806E;
}
</style>