Shades of Highland #84956D
Tints of Highland #84956D
RGB
CMYK
RGB Variations
Color information
#84956D (or 0x84956D) is known color: Highland. HEX triplet: 84, 95 and 6D. RGB value is (132,149,109). Sum of RGB (Red+Green+Blue) = 132+149+109=390 (51% of max value = 765). Red value is 132 (51.95% from 255 or 33.85% from 390); Green value is 149 (58.59% from 255 or 38.21% from 390); Blue value is 109 (42.97% from 255 or 27.95% from 390); Max value from RGB is 149 - color contains mainly: green. Hex color #84956D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84956D is #7B6A92. Grayscale: #8B8B8B. Windows color (decimal): -8088211 or 7181700. OLE color: 7181700.
HSL color Cylindrical-coordinate representation of color #84956D: hue angle of 85.5º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #84956D is Cyan = 0.11, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 132 | 149 | 109 | - |
| CMYK | 0.11 | 0 | 0.27 | 0.42 |
| HSL | 85.5º | 0.16% | 0.51% | - |
| HSV(B) | 85.5º | 0.27% | 0.58% | - |
| XYZ | 23.02 | 27.5 | 18.56 | - |
| YUV | 139.36 | 110.87 | 122.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 149 | 109 | 0.11 | 0 | 0.27 | 0.42 | 85.5 | 0.16 | 0.51 |
| Hex | 84 | 95 | 6D | B | 0 | 1B | 2A | 56 | 10 | 33 |
| Octal | 204 | 225 | 155 | 13 | 0 | 33 | 52 | 126 | 20 | 63 |
| Binary | 10000100 | 10010101 | 1101101 | 1011 | 0 | 11011 | 101010 | 1010110 | 10000 | 110011 |
Color Harmonies of #84956D
Complementary color
Monochromatic Colors of #84956D
Black with #84956D
Text Example
Text Example
White with #84956D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84956D; }
p { color: rgb(132,149,109); }
H1.HeaderClassName
{
color: #84956D;
}
.AnyTagClassName
{
color: #84956D;
}
</style>
background-color css
<style>
a { background-color: #84956D; }
a { background-color: rgb(132,149,109); }
div.DivClassName
{
background-color: #84956D;
}
.BgClassName
{
background-color: #84956D;
}
</style>
border-color css
<style>
span { border-color: #84956D; }
span { border-color: rgb(132,149,109); }
td.TdClassName
{
border-color: #84956D;
}
.TagClassName
{
border-color: #84956D;
}
</style>