Shades of Olive Haze #837E61
Tints of Olive Haze #837E61
RGB
CMYK
RGB Variations
Color information
#837E61 (or 0x837E61) is known color: Olive Haze. HEX triplet: 83, 7E and 61. RGB value is (131,126,97). Sum of RGB (Red+Green+Blue) = 131+126+97=354 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.01% from 354); Green value is 126 (49.61% from 255 or 35.59% from 354); Blue value is 97 (38.28% from 255 or 27.40% from 354); Max value from RGB is 131 - color contains mainly: red. Hex color #837E61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #837E61 is #7C819E. Grayscale: #7C7C7C. Windows color (decimal): -8159647 or 6389379. OLE color: 6389379.
HSL color Cylindrical-coordinate representation of color #837E61: hue angle of 51.18º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #837E61 is Cyan = 0, Magento = 0.04, Yellow = 0.26 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 126 | 97 | - |
| CMYK | 0 | 0.04 | 0.26 | 0.49 |
| HSL | 51.18º | 0.15% | 0.45% | - |
| HSV(B) | 51.18º | 0.26% | 0.51% | - |
| XYZ | 18.98 | 20.61 | 14.29 | - |
| YUV | 124.19 | 112.66 | 132.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 126 | 97 | 0 | 0.04 | 0.26 | 0.49 | 51.18 | 0.15 | 0.45 |
| Hex | 83 | 7E | 61 | 0 | 4 | 1A | 31 | 33 | F | 2D |
| Octal | 203 | 176 | 141 | 0 | 4 | 32 | 61 | 63 | 17 | 55 |
| Binary | 10000011 | 1111110 | 1100001 | 0 | 100 | 11010 | 110001 | 110011 | 1111 | 101101 |
Color Harmonies of #837E61
Complementary color
Monochromatic Colors of #837E61
Black with #837E61
Text Example
Text Example
White with #837E61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #837E61; }
p { color: rgb(131,126,97); }
H1.HeaderClassName
{
color: #837E61;
}
.AnyTagClassName
{
color: #837E61;
}
</style>
background-color css
<style>
a { background-color: #837E61; }
a { background-color: rgb(131,126,97); }
div.DivClassName
{
background-color: #837E61;
}
.BgClassName
{
background-color: #837E61;
}
</style>
border-color css
<style>
span { border-color: #837E61; }
span { border-color: rgb(131,126,97); }
td.TdClassName
{
border-color: #837E61;
}
.TagClassName
{
border-color: #837E61;
}
</style>