Shades of Highland #84996F
Tints of Highland #84996F
RGB
CMYK
RGB Variations
Color information
#84996F (or 0x84996F) is known color: Highland. HEX triplet: 84, 99 and 6F. RGB value is (132,153,111). Sum of RGB (Red+Green+Blue) = 132+153+111=396 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.33% from 396); Green value is 153 (60.16% from 255 or 38.64% from 396); Blue value is 111 (43.75% from 255 or 28.03% from 396); Max value from RGB is 153 - color contains mainly: green. Hex color #84996F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84996F is #7B6690. Grayscale: #8E8E8E. Windows color (decimal): -8087185 or 7313796. OLE color: 7313796.
HSL color Cylindrical-coordinate representation of color #84996F: hue angle of 90º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #84996F is Cyan = 0.14, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 132 | 153 | 111 | - |
| CMYK | 0.14 | 0 | 0.27 | 0.4 |
| HSL | 90º | 0.17% | 0.52% | - |
| HSV(B) | 90º | 0.27% | 0.6% | - |
| XYZ | 23.78 | 28.84 | 19.35 | - |
| YUV | 141.93 | 110.54 | 120.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 153 | 111 | 0.14 | 0 | 0.27 | 0.4 | 90 | 0.17 | 0.52 |
| Hex | 84 | 99 | 6F | E | 0 | 1B | 28 | 5A | 11 | 34 |
| Octal | 204 | 231 | 157 | 16 | 0 | 33 | 50 | 132 | 21 | 64 |
| Binary | 10000100 | 10011001 | 1101111 | 1110 | 0 | 11011 | 101000 | 1011010 | 10001 | 110100 |
Color Harmonies of #84996F
Complementary color
Monochromatic Colors of #84996F
Black with #84996F
Text Example
Text Example
White with #84996F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84996F; }
p { color: rgb(132,153,111); }
H1.HeaderClassName
{
color: #84996F;
}
.AnyTagClassName
{
color: #84996F;
}
</style>
background-color css
<style>
a { background-color: #84996F; }
a { background-color: rgb(132,153,111); }
div.DivClassName
{
background-color: #84996F;
}
.BgClassName
{
background-color: #84996F;
}
</style>
border-color css
<style>
span { border-color: #84996F; }
span { border-color: rgb(132,153,111); }
td.TdClassName
{
border-color: #84996F;
}
.TagClassName
{
border-color: #84996F;
}
</style>