Shades of Highland #89986A
Tints of Highland #89986A
RGB
CMYK
RGB Variations
Color information
#89986A (or 0x89986A) is known color: Highland. HEX triplet: 89, 98 and 6A. RGB value is (137,152,106). Sum of RGB (Red+Green+Blue) = 137+152+106=395 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.68% from 395); Green value is 152 (59.77% from 255 or 38.48% from 395); Blue value is 106 (41.80% from 255 or 26.84% from 395); Max value from RGB is 152 - color contains mainly: green. Hex color #89986A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89986A is #766795. Grayscale: #8E8E8E. Windows color (decimal): -7759766 or 6985865. OLE color: 6985865.
HSL color Cylindrical-coordinate representation of color #89986A: hue angle of 79.57º degrees, saturation: 0.18, 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 #89986A is Cyan = 0.10, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 137 | 152 | 106 | - |
| CMYK | 0.10 | 0 | 0.30 | 0.40 |
| HSL | 79.57º | 0.18% | 0.51% | - |
| HSV(B) | 79.57º | 0.3% | 0.6% | - |
| XYZ | 24.15 | 28.82 | 17.92 | - |
| YUV | 142.27 | 107.53 | 124.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 152 | 106 | 0.10 | 0 | 0.30 | 0.40 | 79.57 | 0.18 | 0.51 |
| Hex | 89 | 98 | 6A | A | 0 | 1E | 28 | 50 | 12 | 33 |
| Octal | 211 | 230 | 152 | 12 | 0 | 36 | 50 | 120 | 22 | 63 |
| Binary | 10001001 | 10011000 | 1101010 | 1010 | 0 | 11110 | 101000 | 1010000 | 10010 | 110011 |
Color Harmonies of #89986A
Complementary color
Monochromatic Colors of #89986A
Black with #89986A
Text Example
Text Example
White with #89986A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89986A; }
p { color: rgb(137,152,106); }
H1.HeaderClassName
{
color: #89986A;
}
.AnyTagClassName
{
color: #89986A;
}
</style>
background-color css
<style>
a { background-color: #89986A; }
a { background-color: rgb(137,152,106); }
div.DivClassName
{
background-color: #89986A;
}
.BgClassName
{
background-color: #89986A;
}
</style>
border-color css
<style>
span { border-color: #89986A; }
span { border-color: rgb(137,152,106); }
td.TdClassName
{
border-color: #89986A;
}
.TagClassName
{
border-color: #89986A;
}
</style>