Shades of Highland #84946C
Tints of Highland #84946C
RGB
CMYK
RGB Variations
Color information
#84946C (or 0x84946C) is known color: Highland. HEX triplet: 84, 94 and 6C. RGB value is (132,148,108). Sum of RGB (Red+Green+Blue) = 132+148+108=388 (51% of max value = 765). Red value is 132 (51.95% from 255 or 34.02% from 388); Green value is 148 (58.20% from 255 or 38.14% from 388); Blue value is 108 (42.58% from 255 or 27.84% from 388); Max value from RGB is 148 - color contains mainly: green. Hex color #84946C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84946C is #7B6B93. Grayscale: #8A8A8A. Windows color (decimal): -8088468 or 7115908. OLE color: 7115908.
HSL color Cylindrical-coordinate representation of color #84946C: hue angle of 84º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #84946C is Cyan = 0.11, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 132 | 148 | 108 | - |
| CMYK | 0.11 | 0 | 0.27 | 0.42 |
| HSL | 84º | 0.16% | 0.5% | - |
| HSV(B) | 84º | 0.27% | 0.58% | - |
| XYZ | 22.81 | 27.17 | 18.23 | - |
| YUV | 138.66 | 110.7 | 123.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 148 | 108 | 0.11 | 0 | 0.27 | 0.42 | 84 | 0.16 | 0.5 |
| Hex | 84 | 94 | 6C | B | 0 | 1B | 2A | 54 | 10 | 32 |
| Octal | 204 | 224 | 154 | 13 | 0 | 33 | 52 | 124 | 20 | 62 |
| Binary | 10000100 | 10010100 | 1101100 | 1011 | 0 | 11011 | 101010 | 1010100 | 10000 | 110010 |
Color Harmonies of #84946C
Complementary color
Monochromatic Colors of #84946C
Black with #84946C
Text Example
Text Example
White with #84946C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84946C; }
p { color: rgb(132,148,108); }
H1.HeaderClassName
{
color: #84946C;
}
.AnyTagClassName
{
color: #84946C;
}
</style>
background-color css
<style>
a { background-color: #84946C; }
a { background-color: rgb(132,148,108); }
div.DivClassName
{
background-color: #84946C;
}
.BgClassName
{
background-color: #84946C;
}
</style>
border-color css
<style>
span { border-color: #84946C; }
span { border-color: rgb(132,148,108); }
td.TdClassName
{
border-color: #84946C;
}
.TagClassName
{
border-color: #84946C;
}
</style>