Shades of Highland #84946B
Tints of Highland #84946B
RGB
CMYK
RGB Variations
Color information
#84946B (or 0x84946B) is known color: Highland. HEX triplet: 84, 94 and 6B. RGB value is (132,148,107). Sum of RGB (Red+Green+Blue) = 132+148+107=387 (51% of max value = 765). Red value is 132 (51.95% from 255 or 34.11% from 387); Green value is 148 (58.20% from 255 or 38.24% from 387); Blue value is 107 (42.19% from 255 or 27.65% from 387); Max value from RGB is 148 - color contains mainly: green. Hex color #84946B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84946B is #7B6B94. Grayscale: #8A8A8A. Windows color (decimal): -8088469 or 7050372. OLE color: 7050372.
HSL color Cylindrical-coordinate representation of color #84946B: hue angle of 83.41º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #84946B is Cyan = 0.11, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 132 | 148 | 107 | - |
| CMYK | 0.11 | 0 | 0.28 | 0.42 |
| HSL | 83.41º | 0.16% | 0.5% | - |
| HSV(B) | 83.41º | 0.28% | 0.58% | - |
| XYZ | 22.76 | 27.15 | 17.95 | - |
| YUV | 138.54 | 110.2 | 123.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 148 | 107 | 0.11 | 0 | 0.28 | 0.42 | 83.41 | 0.16 | 0.5 |
| Hex | 84 | 94 | 6B | B | 0 | 1C | 2A | 53 | 10 | 32 |
| Octal | 204 | 224 | 153 | 13 | 0 | 34 | 52 | 123 | 20 | 62 |
| Binary | 10000100 | 10010100 | 1101011 | 1011 | 0 | 11100 | 101010 | 1010011 | 10000 | 110010 |
Color Harmonies of #84946B
Complementary color
Monochromatic Colors of #84946B
Black with #84946B
Text Example
Text Example
White with #84946B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84946B; }
p { color: rgb(132,148,107); }
H1.HeaderClassName
{
color: #84946B;
}
.AnyTagClassName
{
color: #84946B;
}
</style>
background-color css
<style>
a { background-color: #84946B; }
a { background-color: rgb(132,148,107); }
div.DivClassName
{
background-color: #84946B;
}
.BgClassName
{
background-color: #84946B;
}
</style>
border-color css
<style>
span { border-color: #84946B; }
span { border-color: rgb(132,148,107); }
td.TdClassName
{
border-color: #84946B;
}
.TagClassName
{
border-color: #84946B;
}
</style>