Shades of Highland #84936D
Tints of Highland #84936D
RGB
CMYK
RGB Variations
Color information
#84936D (or 0x84936D) is known color: Highland. HEX triplet: 84, 93 and 6D. RGB value is (132,147,109). Sum of RGB (Red+Green+Blue) = 132+147+109=388 (51% of max value = 765). Red value is 132 (51.95% from 255 or 34.02% from 388); Green value is 147 (57.81% from 255 or 37.89% from 388); Blue value is 109 (42.97% from 255 or 28.09% from 388); Max value from RGB is 147 - color contains mainly: green. Hex color #84936D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84936D is #7B6C92. Grayscale: #8A8A8A. Windows color (decimal): -8088723 or 7181188. OLE color: 7181188.
HSL color Cylindrical-coordinate representation of color #84936D: hue angle of 83.68º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #84936D is Cyan = 0.10, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 132 | 147 | 109 | - |
| CMYK | 0.10 | 0 | 0.26 | 0.42 |
| HSL | 83.68º | 0.15% | 0.5% | - |
| HSV(B) | 83.68º | 0.26% | 0.58% | - |
| XYZ | 22.71 | 26.88 | 18.46 | - |
| YUV | 138.18 | 111.53 | 123.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 147 | 109 | 0.10 | 0 | 0.26 | 0.42 | 83.68 | 0.15 | 0.5 |
| Hex | 84 | 93 | 6D | A | 0 | 1A | 2A | 54 | F | 32 |
| Octal | 204 | 223 | 155 | 12 | 0 | 32 | 52 | 124 | 17 | 62 |
| Binary | 10000100 | 10010011 | 1101101 | 1010 | 0 | 11010 | 101010 | 1010100 | 1111 | 110010 |
Color Harmonies of #84936D
Complementary color
Monochromatic Colors of #84936D
Black with #84936D
Text Example
Text Example
White with #84936D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84936D; }
p { color: rgb(132,147,109); }
H1.HeaderClassName
{
color: #84936D;
}
.AnyTagClassName
{
color: #84936D;
}
</style>
background-color css
<style>
a { background-color: #84936D; }
a { background-color: rgb(132,147,109); }
div.DivClassName
{
background-color: #84936D;
}
.BgClassName
{
background-color: #84936D;
}
</style>
border-color css
<style>
span { border-color: #84936D; }
span { border-color: rgb(132,147,109); }
td.TdClassName
{
border-color: #84936D;
}
.TagClassName
{
border-color: #84936D;
}
</style>