Shades of Highland #84986E
Tints of Highland #84986E
RGB
CMYK
RGB Variations
Color information
#84986E (or 0x84986E) is known color: Highland. HEX triplet: 84, 98 and 6E. RGB value is (132,152,110). Sum of RGB (Red+Green+Blue) = 132+152+110=394 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.50% from 394); Green value is 152 (59.77% from 255 or 38.58% from 394); Blue value is 110 (43.36% from 255 or 27.92% from 394); Max value from RGB is 152 - color contains mainly: green. Hex color #84986E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84986E is #7B6791. Grayscale: #8D8D8D. Windows color (decimal): -8087442 or 7248004. OLE color: 7248004.
HSL color Cylindrical-coordinate representation of color #84986E: hue angle of 88.57º degrees, saturation: 0.17, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #84986E is Cyan = 0.13, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 132 | 152 | 110 | - |
| CMYK | 0.13 | 0 | 0.28 | 0.40 |
| HSL | 88.57º | 0.17% | 0.51% | - |
| HSV(B) | 88.57º | 0.28% | 0.6% | - |
| XYZ | 23.56 | 28.49 | 19.01 | - |
| YUV | 141.23 | 110.37 | 121.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 152 | 110 | 0.13 | 0 | 0.28 | 0.40 | 88.57 | 0.17 | 0.51 |
| Hex | 84 | 98 | 6E | D | 0 | 1C | 28 | 59 | 11 | 33 |
| Octal | 204 | 230 | 156 | 15 | 0 | 34 | 50 | 131 | 21 | 63 |
| Binary | 10000100 | 10011000 | 1101110 | 1101 | 0 | 11100 | 101000 | 1011001 | 10001 | 110011 |
Color Harmonies of #84986E
Complementary color
Monochromatic Colors of #84986E
Black with #84986E
Text Example
Text Example
White with #84986E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84986E; }
p { color: rgb(132,152,110); }
H1.HeaderClassName
{
color: #84986E;
}
.AnyTagClassName
{
color: #84986E;
}
</style>
background-color css
<style>
a { background-color: #84986E; }
a { background-color: rgb(132,152,110); }
div.DivClassName
{
background-color: #84986E;
}
.BgClassName
{
background-color: #84986E;
}
</style>
border-color css
<style>
span { border-color: #84986E; }
span { border-color: rgb(132,152,110); }
td.TdClassName
{
border-color: #84986E;
}
.TagClassName
{
border-color: #84986E;
}
</style>