Shades of Highland #84995E
Tints of Highland #84995E
RGB
CMYK
RGB Variations
Color information
#84995E (or 0x84995E) is known color: Highland. HEX triplet: 84, 99 and 5E. RGB value is (132,153,94). Sum of RGB (Red+Green+Blue) = 132+153+94=379 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.83% from 379); Green value is 153 (60.16% from 255 or 40.37% from 379); Blue value is 94 (37.11% from 255 or 24.80% from 379); Max value from RGB is 153 - color contains mainly: green. Hex color #84995E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84995E is #7B66A1. Grayscale: #8C8C8C. Windows color (decimal): -8087202 or 6199684. OLE color: 6199684.
HSL color Cylindrical-coordinate representation of color #84995E: hue angle of 81.36º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #84995E is Cyan = 0.14, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 132 | 153 | 94 | - |
| CMYK | 0.14 | 0 | 0.39 | 0.4 |
| HSL | 81.36º | 0.24% | 0.48% | - |
| HSV(B) | 81.36º | 0.39% | 0.6% | - |
| XYZ | 22.93 | 28.5 | 14.88 | - |
| YUV | 140 | 102.04 | 122.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 153 | 94 | 0.14 | 0 | 0.39 | 0.4 | 81.36 | 0.24 | 0.48 |
| Hex | 84 | 99 | 5E | E | 0 | 27 | 28 | 51 | 18 | 30 |
| Octal | 204 | 231 | 136 | 16 | 0 | 47 | 50 | 121 | 30 | 60 |
| Binary | 10000100 | 10011001 | 1011110 | 1110 | 0 | 100111 | 101000 | 1010001 | 11000 | 110000 |
Color Harmonies of #84995E
Complementary color
Monochromatic Colors of #84995E
Black with #84995E
Text Example
Text Example
White with #84995E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84995E; }
p { color: rgb(132,153,94); }
H1.HeaderClassName
{
color: #84995E;
}
.AnyTagClassName
{
color: #84995E;
}
</style>
background-color css
<style>
a { background-color: #84995E; }
a { background-color: rgb(132,153,94); }
div.DivClassName
{
background-color: #84995E;
}
.BgClassName
{
background-color: #84995E;
}
</style>
border-color css
<style>
span { border-color: #84995E; }
span { border-color: rgb(132,153,94); }
td.TdClassName
{
border-color: #84995E;
}
.TagClassName
{
border-color: #84995E;
}
</style>