Shades of Olive Haze #86816D
Tints of Olive Haze #86816D
RGB
CMYK
RGB Variations
Color information
#86816D (or 0x86816D) is known color: Olive Haze. HEX triplet: 86, 81 and 6D. RGB value is (134,129,109). Sum of RGB (Red+Green+Blue) = 134+129+109=372 (49% of max value = 765). Red value is 134 (52.73% from 255 or 36.02% from 372); Green value is 129 (50.78% from 255 or 34.68% from 372); Blue value is 109 (42.97% from 255 or 29.30% from 372); Max value from RGB is 134 - color contains mainly: red. Hex color #86816D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86816D is #797E92. Grayscale: #808080. Windows color (decimal): -7962259 or 7176582. OLE color: 7176582.
HSL color Cylindrical-coordinate representation of color #86816D: hue angle of 48º 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 #86816D is Cyan = 0, Magento = 0.04, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 129 | 109 | - |
| CMYK | 0 | 0.04 | 0.19 | 0.47 |
| HSL | 48º | 0.1% | 0.48% | - |
| HSV(B) | 48º | 0.19% | 0.53% | - |
| XYZ | 20.44 | 21.87 | 17.61 | - |
| YUV | 128.22 | 117.16 | 132.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 129 | 109 | 0 | 0.04 | 0.19 | 0.47 | 48 | 0.1 | 0.48 |
| Hex | 86 | 81 | 6D | 0 | 4 | 13 | 2F | 30 | A | 30 |
| Octal | 206 | 201 | 155 | 0 | 4 | 23 | 57 | 60 | 12 | 60 |
| Binary | 10000110 | 10000001 | 1101101 | 0 | 100 | 10011 | 101111 | 110000 | 1010 | 110000 |
Color Harmonies of #86816D
Complementary color
Monochromatic Colors of #86816D
Black with #86816D
Text Example
Text Example
White with #86816D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86816D; }
p { color: rgb(134,129,109); }
H1.HeaderClassName
{
color: #86816D;
}
.AnyTagClassName
{
color: #86816D;
}
</style>
background-color css
<style>
a { background-color: #86816D; }
a { background-color: rgb(134,129,109); }
div.DivClassName
{
background-color: #86816D;
}
.BgClassName
{
background-color: #86816D;
}
</style>
border-color css
<style>
span { border-color: #86816D; }
span { border-color: rgb(134,129,109); }
td.TdClassName
{
border-color: #86816D;
}
.TagClassName
{
border-color: #86816D;
}
</style>