Shades of Olive Haze #86806D
Tints of Olive Haze #86806D
RGB
CMYK
RGB Variations
Color information
#86806D (or 0x86806D) is known color: Olive Haze. HEX triplet: 86, 80 and 6D. RGB value is (134,128,109). Sum of RGB (Red+Green+Blue) = 134+128+109=371 (49% of max value = 765). Red value is 134 (52.73% from 255 or 36.12% from 371); Green value is 128 (50.39% from 255 or 34.50% from 371); Blue value is 109 (42.97% from 255 or 29.38% from 371); Max value from RGB is 134 - color contains mainly: red. Hex color #86806D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86806D is #797F92. Grayscale: #7F7F7F. Windows color (decimal): -7962515 or 7176326. OLE color: 7176326.
HSL color Cylindrical-coordinate representation of color #86806D: hue angle of 45.6º degrees, saturation: 0.1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #86806D is Cyan = 0, Magento = 0.04, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 128 | 109 | - |
| CMYK | 0 | 0.04 | 0.19 | 0.47 |
| HSL | 45.6º | 0.1% | 0.48% | - |
| HSV(B) | 45.6º | 0.19% | 0.53% | - |
| XYZ | 20.31 | 21.61 | 17.57 | - |
| YUV | 127.63 | 117.49 | 132.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 128 | 109 | 0 | 0.04 | 0.19 | 0.47 | 45.6 | 0.1 | 0.48 |
| Hex | 86 | 80 | 6D | 0 | 4 | 13 | 2F | 2E | A | 30 |
| Octal | 206 | 200 | 155 | 0 | 4 | 23 | 57 | 56 | 12 | 60 |
| Binary | 10000110 | 10000000 | 1101101 | 0 | 100 | 10011 | 101111 | 101110 | 1010 | 110000 |
Color Harmonies of #86806D
Complementary color
Monochromatic Colors of #86806D
Black with #86806D
Text Example
Text Example
White with #86806D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86806D; }
p { color: rgb(134,128,109); }
H1.HeaderClassName
{
color: #86806D;
}
.AnyTagClassName
{
color: #86806D;
}
</style>
background-color css
<style>
a { background-color: #86806D; }
a { background-color: rgb(134,128,109); }
div.DivClassName
{
background-color: #86806D;
}
.BgClassName
{
background-color: #86806D;
}
</style>
border-color css
<style>
span { border-color: #86806D; }
span { border-color: rgb(134,128,109); }
td.TdClassName
{
border-color: #86806D;
}
.TagClassName
{
border-color: #86806D;
}
</style>