Shades of Highland #84976A
Tints of Highland #84976A
RGB
CMYK
RGB Variations
Color information
#84976A (or 0x84976A) is known color: Highland. HEX triplet: 84, 97 and 6A. RGB value is (132,151,106). Sum of RGB (Red+Green+Blue) = 132+151+106=389 (51% of max value = 765). Red value is 132 (51.95% from 255 or 33.93% from 389); Green value is 151 (59.38% from 255 or 38.82% from 389); Blue value is 106 (41.80% from 255 or 27.25% from 389); Max value from RGB is 151 - color contains mainly: green. Hex color #84976A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84976A is #7B6895. Grayscale: #8C8C8C. Windows color (decimal): -8087702 or 6985604. OLE color: 6985604.
HSL color Cylindrical-coordinate representation of color #84976A: hue angle of 85.33º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #84976A is Cyan = 0.13, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 132 | 151 | 106 | - |
| CMYK | 0.13 | 0 | 0.30 | 0.41 |
| HSL | 85.33º | 0.18% | 0.5% | - |
| HSV(B) | 85.33º | 0.3% | 0.59% | - |
| XYZ | 23.18 | 28.08 | 17.83 | - |
| YUV | 140.19 | 108.71 | 122.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 151 | 106 | 0.13 | 0 | 0.30 | 0.41 | 85.33 | 0.18 | 0.5 |
| Hex | 84 | 97 | 6A | D | 0 | 1E | 29 | 55 | 12 | 32 |
| Octal | 204 | 227 | 152 | 15 | 0 | 36 | 51 | 125 | 22 | 62 |
| Binary | 10000100 | 10010111 | 1101010 | 1101 | 0 | 11110 | 101001 | 1010101 | 10010 | 110010 |
Color Harmonies of #84976A
Complementary color
Monochromatic Colors of #84976A
Black with #84976A
Text Example
Text Example
White with #84976A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84976A; }
p { color: rgb(132,151,106); }
H1.HeaderClassName
{
color: #84976A;
}
.AnyTagClassName
{
color: #84976A;
}
</style>
background-color css
<style>
a { background-color: #84976A; }
a { background-color: rgb(132,151,106); }
div.DivClassName
{
background-color: #84976A;
}
.BgClassName
{
background-color: #84976A;
}
</style>
border-color css
<style>
span { border-color: #84976A; }
span { border-color: rgb(132,151,106); }
td.TdClassName
{
border-color: #84976A;
}
.TagClassName
{
border-color: #84976A;
}
</style>