Shades of Highland #84906A
Tints of Highland #84906A
RGB
CMYK
RGB Variations
Color information
#84906A (or 0x84906A) is known color: Highland. HEX triplet: 84, 90 and 6A. RGB value is (132,144,106). Sum of RGB (Red+Green+Blue) = 132+144+106=382 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.55% from 382); Green value is 144 (56.64% from 255 or 37.70% from 382); Blue value is 106 (41.80% from 255 or 27.75% from 382); Max value from RGB is 144 - color contains mainly: green. Hex color #84906A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84906A is #7B6F95. Grayscale: #888888. Windows color (decimal): -8089494 or 6983812. OLE color: 6983812.
HSL color Cylindrical-coordinate representation of color #84906A: hue angle of 78.95º degrees, saturation: 0.15, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #84906A is Cyan = 0.08, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 132 | 144 | 106 | - |
| CMYK | 0.08 | 0 | 0.26 | 0.44 |
| HSL | 78.95º | 0.15% | 0.49% | - |
| HSV(B) | 78.95º | 0.26% | 0.56% | - |
| XYZ | 22.09 | 25.89 | 17.47 | - |
| YUV | 136.08 | 111.02 | 125.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 144 | 106 | 0.08 | 0 | 0.26 | 0.44 | 78.95 | 0.15 | 0.49 |
| Hex | 84 | 90 | 6A | 8 | 0 | 1A | 2C | 4F | F | 31 |
| Octal | 204 | 220 | 152 | 10 | 0 | 32 | 54 | 117 | 17 | 61 |
| Binary | 10000100 | 10010000 | 1101010 | 1000 | 0 | 11010 | 101100 | 1001111 | 1111 | 110001 |
Color Harmonies of #84906A
Complementary color
Monochromatic Colors of #84906A
Black with #84906A
Text Example
Text Example
White with #84906A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84906A; }
p { color: rgb(132,144,106); }
H1.HeaderClassName
{
color: #84906A;
}
.AnyTagClassName
{
color: #84906A;
}
</style>
background-color css
<style>
a { background-color: #84906A; }
a { background-color: rgb(132,144,106); }
div.DivClassName
{
background-color: #84906A;
}
.BgClassName
{
background-color: #84906A;
}
</style>
border-color css
<style>
span { border-color: #84906A; }
span { border-color: rgb(132,144,106); }
td.TdClassName
{
border-color: #84906A;
}
.TagClassName
{
border-color: #84906A;
}
</style>