Shades of Highland #899A6C
Tints of Highland #899A6C
RGB
CMYK
RGB Variations
Color information
#899A6C (or 0x899A6C) is known color: Highland. HEX triplet: 89, 9A and 6C. RGB value is (137,154,108). Sum of RGB (Red+Green+Blue) = 137+154+108=399 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.34% from 399); Green value is 154 (60.55% from 255 or 38.60% from 399); Blue value is 108 (42.58% from 255 or 27.07% from 399); Max value from RGB is 154 - color contains mainly: green. Hex color #899A6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #899A6C is #766593. Grayscale: #8F8F8F. Windows color (decimal): -7759252 or 7117449. OLE color: 7117449.
HSL color Cylindrical-coordinate representation of color #899A6C: hue angle of 82.17º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #899A6C is Cyan = 0.11, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 137 | 154 | 108 | - |
| CMYK | 0.11 | 0 | 0.30 | 0.40 |
| HSL | 82.17º | 0.19% | 0.51% | - |
| HSV(B) | 82.17º | 0.3% | 0.6% | - |
| XYZ | 24.58 | 29.51 | 18.59 | - |
| YUV | 143.67 | 107.87 | 123.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 154 | 108 | 0.11 | 0 | 0.30 | 0.40 | 82.17 | 0.19 | 0.51 |
| Hex | 89 | 9A | 6C | B | 0 | 1E | 28 | 52 | 13 | 33 |
| Octal | 211 | 232 | 154 | 13 | 0 | 36 | 50 | 122 | 23 | 63 |
| Binary | 10001001 | 10011010 | 1101100 | 1011 | 0 | 11110 | 101000 | 1010010 | 10011 | 110011 |
Color Harmonies of #899A6C
Complementary color
Monochromatic Colors of #899A6C
Black with #899A6C
Text Example
Text Example
White with #899A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899A6C; }
p { color: rgb(137,154,108); }
H1.HeaderClassName
{
color: #899A6C;
}
.AnyTagClassName
{
color: #899A6C;
}
</style>
background-color css
<style>
a { background-color: #899A6C; }
a { background-color: rgb(137,154,108); }
div.DivClassName
{
background-color: #899A6C;
}
.BgClassName
{
background-color: #899A6C;
}
</style>
border-color css
<style>
span { border-color: #899A6C; }
span { border-color: rgb(137,154,108); }
td.TdClassName
{
border-color: #899A6C;
}
.TagClassName
{
border-color: #899A6C;
}
</style>