Shades of Highland #84966A
Tints of Highland #84966A
RGB
CMYK
RGB Variations
Color information
#84966A (or 0x84966A) is known color: Highland. HEX triplet: 84, 96 and 6A. RGB value is (132,150,106). Sum of RGB (Red+Green+Blue) = 132+150+106=388 (51% of max value = 765). Red value is 132 (51.95% from 255 or 34.02% from 388); Green value is 150 (58.98% from 255 or 38.66% from 388); Blue value is 106 (41.80% from 255 or 27.32% from 388); Max value from RGB is 150 - color contains mainly: green. Hex color #84966A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84966A is #7B6995. Grayscale: #8B8B8B. Windows color (decimal): -8087958 or 6985348. OLE color: 6985348.
HSL color Cylindrical-coordinate representation of color #84966A: hue angle of 84.55º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #84966A is Cyan = 0.12, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 132 | 150 | 106 | - |
| CMYK | 0.12 | 0 | 0.29 | 0.41 |
| HSL | 84.55º | 0.17% | 0.5% | - |
| HSV(B) | 84.55º | 0.29% | 0.59% | - |
| XYZ | 23.02 | 27.76 | 17.78 | - |
| YUV | 139.6 | 109.04 | 122.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 150 | 106 | 0.12 | 0 | 0.29 | 0.41 | 84.55 | 0.17 | 0.5 |
| Hex | 84 | 96 | 6A | C | 0 | 1D | 29 | 55 | 11 | 32 |
| Octal | 204 | 226 | 152 | 14 | 0 | 35 | 51 | 125 | 21 | 62 |
| Binary | 10000100 | 10010110 | 1101010 | 1100 | 0 | 11101 | 101001 | 1010101 | 10001 | 110010 |
Color Harmonies of #84966A
Complementary color
Monochromatic Colors of #84966A
Black with #84966A
Text Example
Text Example
White with #84966A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84966A; }
p { color: rgb(132,150,106); }
H1.HeaderClassName
{
color: #84966A;
}
.AnyTagClassName
{
color: #84966A;
}
</style>
background-color css
<style>
a { background-color: #84966A; }
a { background-color: rgb(132,150,106); }
div.DivClassName
{
background-color: #84966A;
}
.BgClassName
{
background-color: #84966A;
}
</style>
border-color css
<style>
span { border-color: #84966A; }
span { border-color: rgb(132,150,106); }
td.TdClassName
{
border-color: #84966A;
}
.TagClassName
{
border-color: #84966A;
}
</style>