Shades of Olive Haze #847E6A
Tints of Olive Haze #847E6A
RGB
CMYK
RGB Variations
Color information
#847E6A (or 0x847E6A) is known color: Olive Haze. HEX triplet: 84, 7E and 6A. RGB value is (132,126,106). Sum of RGB (Red+Green+Blue) = 132+126+106=364 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.26% from 364); Green value is 126 (49.61% from 255 or 34.62% from 364); Blue value is 106 (41.80% from 255 or 29.12% from 364); Max value from RGB is 132 - color contains mainly: red. Hex color #847E6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #847E6A is #7B8195. Grayscale: #7D7D7D. Windows color (decimal): -8094102 or 6979204. OLE color: 6979204.
HSL color Cylindrical-coordinate representation of color #847E6A: hue angle of 46.15º degrees, saturation: 0.11, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #847E6A is Cyan = 0, Magento = 0.05, Yellow = 0.20 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 126 | 106 | - |
| CMYK | 0 | 0.05 | 0.20 | 0.48 |
| HSL | 46.15º | 0.11% | 0.47% | - |
| HSV(B) | 46.15º | 0.2% | 0.52% | - |
| XYZ | 19.58 | 20.87 | 16.63 | - |
| YUV | 125.51 | 116.99 | 132.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 126 | 106 | 0 | 0.05 | 0.20 | 0.48 | 46.15 | 0.11 | 0.47 |
| Hex | 84 | 7E | 6A | 0 | 5 | 14 | 30 | 2E | B | 2F |
| Octal | 204 | 176 | 152 | 0 | 5 | 24 | 60 | 56 | 13 | 57 |
| Binary | 10000100 | 1111110 | 1101010 | 0 | 101 | 10100 | 110000 | 101110 | 1011 | 101111 |
Color Harmonies of #847E6A
Complementary color
Monochromatic Colors of #847E6A
Black with #847E6A
Text Example
Text Example
White with #847E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #847E6A; }
p { color: rgb(132,126,106); }
H1.HeaderClassName
{
color: #847E6A;
}
.AnyTagClassName
{
color: #847E6A;
}
</style>
background-color css
<style>
a { background-color: #847E6A; }
a { background-color: rgb(132,126,106); }
div.DivClassName
{
background-color: #847E6A;
}
.BgClassName
{
background-color: #847E6A;
}
</style>
border-color css
<style>
span { border-color: #847E6A; }
span { border-color: rgb(132,126,106); }
td.TdClassName
{
border-color: #847E6A;
}
.TagClassName
{
border-color: #847E6A;
}
</style>