Shades of Highland #849A6E
Tints of Highland #849A6E
RGB
CMYK
RGB Variations
Color information
#849A6E (or 0x849A6E) is known color: Highland. HEX triplet: 84, 9A and 6E. RGB value is (132,154,110). Sum of RGB (Red+Green+Blue) = 132+154+110=396 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.33% from 396); Green value is 154 (60.55% from 255 or 38.89% from 396); Blue value is 110 (43.36% from 255 or 27.78% from 396); Max value from RGB is 154 - color contains mainly: green. Hex color #849A6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #849A6E is #7B6591. Grayscale: #8E8E8E. Windows color (decimal): -8086930 or 7248516. OLE color: 7248516.
HSL color Cylindrical-coordinate representation of color #849A6E: hue angle of 90º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #849A6E is Cyan = 0.14, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 132 | 154 | 110 | - |
| CMYK | 0.14 | 0 | 0.29 | 0.40 |
| HSL | 90º | 0.18% | 0.52% | - |
| HSV(B) | 90º | 0.29% | 0.6% | - |
| XYZ | 23.89 | 29.14 | 19.12 | - |
| YUV | 142.41 | 109.71 | 120.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 154 | 110 | 0.14 | 0 | 0.29 | 0.40 | 90 | 0.18 | 0.52 |
| Hex | 84 | 9A | 6E | E | 0 | 1D | 28 | 5A | 12 | 34 |
| Octal | 204 | 232 | 156 | 16 | 0 | 35 | 50 | 132 | 22 | 64 |
| Binary | 10000100 | 10011010 | 1101110 | 1110 | 0 | 11101 | 101000 | 1011010 | 10010 | 110100 |
Color Harmonies of #849A6E
Complementary color
Monochromatic Colors of #849A6E
Black with #849A6E
Text Example
Text Example
White with #849A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849A6E; }
p { color: rgb(132,154,110); }
H1.HeaderClassName
{
color: #849A6E;
}
.AnyTagClassName
{
color: #849A6E;
}
</style>
background-color css
<style>
a { background-color: #849A6E; }
a { background-color: rgb(132,154,110); }
div.DivClassName
{
background-color: #849A6E;
}
.BgClassName
{
background-color: #849A6E;
}
</style>
border-color css
<style>
span { border-color: #849A6E; }
span { border-color: rgb(132,154,110); }
td.TdClassName
{
border-color: #849A6E;
}
.TagClassName
{
border-color: #849A6E;
}
</style>