Shades of Highland #84926E
Tints of Highland #84926E
RGB
CMYK
RGB Variations
Color information
#84926E (or 0x84926E) is known color: Highland. HEX triplet: 84, 92 and 6E. RGB value is (132,146,110). Sum of RGB (Red+Green+Blue) = 132+146+110=388 (51% of max value = 765). Red value is 132 (51.95% from 255 or 34.02% from 388); Green value is 146 (57.42% from 255 or 37.63% from 388); Blue value is 110 (43.36% from 255 or 28.35% from 388); Max value from RGB is 146 - color contains mainly: green. Hex color #84926E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84926E is #7B6D91. Grayscale: #898989. Windows color (decimal): -8088978 or 7246468. OLE color: 7246468.
HSL color Cylindrical-coordinate representation of color #84926E: hue angle of 83.33º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #84926E is Cyan = 0.10, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 132 | 146 | 110 | - |
| CMYK | 0.10 | 0 | 0.25 | 0.43 |
| HSL | 83.33º | 0.14% | 0.5% | - |
| HSV(B) | 83.33º | 0.25% | 0.57% | - |
| XYZ | 22.61 | 26.59 | 18.69 | - |
| YUV | 137.71 | 112.36 | 123.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 146 | 110 | 0.10 | 0 | 0.25 | 0.43 | 83.33 | 0.14 | 0.5 |
| Hex | 84 | 92 | 6E | A | 0 | 19 | 2B | 53 | E | 32 |
| Octal | 204 | 222 | 156 | 12 | 0 | 31 | 53 | 123 | 16 | 62 |
| Binary | 10000100 | 10010010 | 1101110 | 1010 | 0 | 11001 | 101011 | 1010011 | 1110 | 110010 |
Color Harmonies of #84926E
Complementary color
Monochromatic Colors of #84926E
Black with #84926E
Text Example
Text Example
White with #84926E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84926E; }
p { color: rgb(132,146,110); }
H1.HeaderClassName
{
color: #84926E;
}
.AnyTagClassName
{
color: #84926E;
}
</style>
background-color css
<style>
a { background-color: #84926E; }
a { background-color: rgb(132,146,110); }
div.DivClassName
{
background-color: #84926E;
}
.BgClassName
{
background-color: #84926E;
}
</style>
border-color css
<style>
span { border-color: #84926E; }
span { border-color: rgb(132,146,110); }
td.TdClassName
{
border-color: #84926E;
}
.TagClassName
{
border-color: #84926E;
}
</style>