Shades of Highland #85996E
Tints of Highland #85996E
RGB
CMYK
RGB Variations
Color information
#85996E (or 0x85996E) is known color: Highland. HEX triplet: 85, 99 and 6E. RGB value is (133,153,110). Sum of RGB (Red+Green+Blue) = 133+153+110=396 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.59% from 396); Green value is 153 (60.16% from 255 or 38.64% from 396); Blue value is 110 (43.36% from 255 or 27.78% from 396); Max value from RGB is 153 - color contains mainly: green. Hex color #85996E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85996E is #7A6691. Grayscale: #8E8E8E. Windows color (decimal): -8021650 or 7248261. OLE color: 7248261.
HSL color Cylindrical-coordinate representation of color #85996E: hue angle of 87.91º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #85996E is Cyan = 0.13, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 133 | 153 | 110 | - |
| CMYK | 0.13 | 0 | 0.28 | 0.4 |
| HSL | 87.91º | 0.17% | 0.52% | - |
| HSV(B) | 87.91º | 0.28% | 0.6% | - |
| XYZ | 23.88 | 28.89 | 19.07 | - |
| YUV | 142.12 | 109.87 | 121.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 153 | 110 | 0.13 | 0 | 0.28 | 0.4 | 87.91 | 0.17 | 0.52 |
| Hex | 85 | 99 | 6E | D | 0 | 1C | 28 | 58 | 11 | 34 |
| Octal | 205 | 231 | 156 | 15 | 0 | 34 | 50 | 130 | 21 | 64 |
| Binary | 10000101 | 10011001 | 1101110 | 1101 | 0 | 11100 | 101000 | 1011000 | 10001 | 110100 |
Color Harmonies of #85996E
Complementary color
Monochromatic Colors of #85996E
Black with #85996E
Text Example
Text Example
White with #85996E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85996E; }
p { color: rgb(133,153,110); }
H1.HeaderClassName
{
color: #85996E;
}
.AnyTagClassName
{
color: #85996E;
}
</style>
background-color css
<style>
a { background-color: #85996E; }
a { background-color: rgb(133,153,110); }
div.DivClassName
{
background-color: #85996E;
}
.BgClassName
{
background-color: #85996E;
}
</style>
border-color css
<style>
span { border-color: #85996E; }
span { border-color: rgb(133,153,110); }
td.TdClassName
{
border-color: #85996E;
}
.TagClassName
{
border-color: #85996E;
}
</style>