Shades of Highland #84956C
Tints of Highland #84956C
RGB
CMYK
RGB Variations
Color information
#84956C (or 0x84956C) is known color: Highland. HEX triplet: 84, 95 and 6C. RGB value is (132,149,108). Sum of RGB (Red+Green+Blue) = 132+149+108=389 (51% of max value = 765). Red value is 132 (51.95% from 255 or 33.93% from 389); Green value is 149 (58.59% from 255 or 38.30% from 389); Blue value is 108 (42.58% from 255 or 27.76% from 389); Max value from RGB is 149 - color contains mainly: green. Hex color #84956C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84956C is #7B6A93. Grayscale: #8B8B8B. Windows color (decimal): -8088212 or 7116164. OLE color: 7116164.
HSL color Cylindrical-coordinate representation of color #84956C: hue angle of 84.88º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #84956C is Cyan = 0.11, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 132 | 149 | 108 | - |
| CMYK | 0.11 | 0 | 0.28 | 0.42 |
| HSL | 84.88º | 0.16% | 0.5% | - |
| HSV(B) | 84.88º | 0.28% | 0.58% | - |
| XYZ | 22.97 | 27.48 | 18.28 | - |
| YUV | 139.24 | 110.37 | 122.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 149 | 108 | 0.11 | 0 | 0.28 | 0.42 | 84.88 | 0.16 | 0.5 |
| Hex | 84 | 95 | 6C | B | 0 | 1C | 2A | 55 | 10 | 32 |
| Octal | 204 | 225 | 154 | 13 | 0 | 34 | 52 | 125 | 20 | 62 |
| Binary | 10000100 | 10010101 | 1101100 | 1011 | 0 | 11100 | 101010 | 1010101 | 10000 | 110010 |
Color Harmonies of #84956C
Complementary color
Monochromatic Colors of #84956C
Black with #84956C
Text Example
Text Example
White with #84956C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84956C; }
p { color: rgb(132,149,108); }
H1.HeaderClassName
{
color: #84956C;
}
.AnyTagClassName
{
color: #84956C;
}
</style>
background-color css
<style>
a { background-color: #84956C; }
a { background-color: rgb(132,149,108); }
div.DivClassName
{
background-color: #84956C;
}
.BgClassName
{
background-color: #84956C;
}
</style>
border-color css
<style>
span { border-color: #84956C; }
span { border-color: rgb(132,149,108); }
td.TdClassName
{
border-color: #84956C;
}
.TagClassName
{
border-color: #84956C;
}
</style>