Shades of Highland #849A63
Tints of Highland #849A63
RGB
CMYK
RGB Variations
Color information
#849A63 (or 0x849A63) is known color: Highland. HEX triplet: 84, 9A and 63. RGB value is (132,154,99). Sum of RGB (Red+Green+Blue) = 132+154+99=385 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.29% from 385); Green value is 154 (60.55% from 255 or 40% from 385); Blue value is 99 (39.06% from 255 or 25.71% from 385); Max value from RGB is 154 - color contains mainly: green. Hex color #849A63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #849A63 is #7B659C. Grayscale: #8D8D8D. Windows color (decimal): -8086941 or 6527620. OLE color: 6527620.
HSL color Cylindrical-coordinate representation of color #849A63: hue angle of 84º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #849A63 is Cyan = 0.14, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 132 | 154 | 99 | - |
| CMYK | 0.14 | 0 | 0.36 | 0.40 |
| HSL | 84º | 0.22% | 0.5% | - |
| HSV(B) | 84º | 0.36% | 0.6% | - |
| XYZ | 23.32 | 28.92 | 16.16 | - |
| YUV | 141.15 | 104.21 | 121.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 154 | 99 | 0.14 | 0 | 0.36 | 0.40 | 84 | 0.22 | 0.5 |
| Hex | 84 | 9A | 63 | E | 0 | 24 | 28 | 54 | 16 | 32 |
| Octal | 204 | 232 | 143 | 16 | 0 | 44 | 50 | 124 | 26 | 62 |
| Binary | 10000100 | 10011010 | 1100011 | 1110 | 0 | 100100 | 101000 | 1010100 | 10110 | 110010 |
Color Harmonies of #849A63
Complementary color
Monochromatic Colors of #849A63
Black with #849A63
Text Example
Text Example
White with #849A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849A63; }
p { color: rgb(132,154,99); }
H1.HeaderClassName
{
color: #849A63;
}
.AnyTagClassName
{
color: #849A63;
}
</style>
background-color css
<style>
a { background-color: #849A63; }
a { background-color: rgb(132,154,99); }
div.DivClassName
{
background-color: #849A63;
}
.BgClassName
{
background-color: #849A63;
}
</style>
border-color css
<style>
span { border-color: #849A63; }
span { border-color: rgb(132,154,99); }
td.TdClassName
{
border-color: #849A63;
}
.TagClassName
{
border-color: #849A63;
}
</style>