Shades of Olive Haze #867C61
Tints of Olive Haze #867C61
RGB
CMYK
RGB Variations
Color information
#867C61 (or 0x867C61) is known color: Olive Haze. HEX triplet: 86, 7C and 61. RGB value is (134,124,97). Sum of RGB (Red+Green+Blue) = 134+124+97=355 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.75% from 355); Green value is 124 (48.83% from 255 or 34.93% from 355); Blue value is 97 (38.28% from 255 or 27.32% from 355); Max value from RGB is 134 - color contains mainly: red. Hex color #867C61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867C61 is #79839E. Grayscale: #7C7C7C. Windows color (decimal): -7963551 or 6388870. OLE color: 6388870.
HSL color Cylindrical-coordinate representation of color #867C61: hue angle of 43.78º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #867C61 is Cyan = 0, Magento = 0.07, Yellow = 0.28 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 124 | 97 | - |
| CMYK | 0 | 0.07 | 0.28 | 0.47 |
| HSL | 43.78º | 0.16% | 0.45% | - |
| HSV(B) | 43.78º | 0.28% | 0.53% | - |
| XYZ | 19.2 | 20.35 | 14.22 | - |
| YUV | 123.91 | 112.81 | 135.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 124 | 97 | 0 | 0.07 | 0.28 | 0.47 | 43.78 | 0.16 | 0.45 |
| Hex | 86 | 7C | 61 | 0 | 7 | 1C | 2F | 2C | 10 | 2D |
| Octal | 206 | 174 | 141 | 0 | 7 | 34 | 57 | 54 | 20 | 55 |
| Binary | 10000110 | 1111100 | 1100001 | 0 | 111 | 11100 | 101111 | 101100 | 10000 | 101101 |
Color Harmonies of #867C61
Complementary color
Monochromatic Colors of #867C61
Black with #867C61
Text Example
Text Example
White with #867C61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #867C61; }
p { color: rgb(134,124,97); }
H1.HeaderClassName
{
color: #867C61;
}
.AnyTagClassName
{
color: #867C61;
}
</style>
background-color css
<style>
a { background-color: #867C61; }
a { background-color: rgb(134,124,97); }
div.DivClassName
{
background-color: #867C61;
}
.BgClassName
{
background-color: #867C61;
}
</style>
border-color css
<style>
span { border-color: #867C61; }
span { border-color: rgb(134,124,97); }
td.TdClassName
{
border-color: #867C61;
}
.TagClassName
{
border-color: #867C61;
}
</style>