Shades of Highland #84986D
Tints of Highland #84986D
RGB
CMYK
RGB Variations
Color information
#84986D (or 0x84986D) is known color: Highland. HEX triplet: 84, 98 and 6D. RGB value is (132,152,109). Sum of RGB (Red+Green+Blue) = 132+152+109=393 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.59% from 393); Green value is 152 (59.77% from 255 or 38.68% from 393); Blue value is 109 (42.97% from 255 or 27.74% from 393); Max value from RGB is 152 - color contains mainly: green. Hex color #84986D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84986D is #7B6792. Grayscale: #8D8D8D. Windows color (decimal): -8087443 or 7182468. OLE color: 7182468.
HSL color Cylindrical-coordinate representation of color #84986D: hue angle of 87.91º 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 #84986D is Cyan = 0.13, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 132 | 152 | 109 | - |
| CMYK | 0.13 | 0 | 0.28 | 0.40 |
| HSL | 87.91º | 0.17% | 0.51% | - |
| HSV(B) | 87.91º | 0.28% | 0.6% | - |
| XYZ | 23.5 | 28.47 | 18.72 | - |
| YUV | 141.12 | 109.87 | 121.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 152 | 109 | 0.13 | 0 | 0.28 | 0.40 | 87.91 | 0.17 | 0.51 |
| Hex | 84 | 98 | 6D | D | 0 | 1C | 28 | 58 | 11 | 33 |
| Octal | 204 | 230 | 155 | 15 | 0 | 34 | 50 | 130 | 21 | 63 |
| Binary | 10000100 | 10011000 | 1101101 | 1101 | 0 | 11100 | 101000 | 1011000 | 10001 | 110011 |
Color Harmonies of #84986D
Complementary color
Monochromatic Colors of #84986D
Black with #84986D
Text Example
Text Example
White with #84986D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84986D; }
p { color: rgb(132,152,109); }
H1.HeaderClassName
{
color: #84986D;
}
.AnyTagClassName
{
color: #84986D;
}
</style>
background-color css
<style>
a { background-color: #84986D; }
a { background-color: rgb(132,152,109); }
div.DivClassName
{
background-color: #84986D;
}
.BgClassName
{
background-color: #84986D;
}
</style>
border-color css
<style>
span { border-color: #84986D; }
span { border-color: rgb(132,152,109); }
td.TdClassName
{
border-color: #84986D;
}
.TagClassName
{
border-color: #84986D;
}
</style>