Shades of Highland #85916D
Tints of Highland #85916D
RGB
CMYK
RGB Variations
Color information
#85916D (or 0x85916D) is known color: Highland. HEX triplet: 85, 91 and 6D. RGB value is (133,145,109). Sum of RGB (Red+Green+Blue) = 133+145+109=387 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.37% from 387); Green value is 145 (57.03% from 255 or 37.47% from 387); Blue value is 109 (42.97% from 255 or 28.17% from 387); Max value from RGB is 145 - color contains mainly: green. Hex color #85916D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85916D is #7A6E92. Grayscale: #898989. Windows color (decimal): -8023699 or 7180677. OLE color: 7180677.
HSL color Cylindrical-coordinate representation of color #85916D: hue angle of 80º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #85916D is Cyan = 0.08, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 133 | 145 | 109 | - |
| CMYK | 0.08 | 0 | 0.25 | 0.43 |
| HSL | 80º | 0.14% | 0.5% | - |
| HSV(B) | 80º | 0.25% | 0.57% | - |
| XYZ | 22.56 | 26.34 | 18.36 | - |
| YUV | 137.31 | 112.02 | 124.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 145 | 109 | 0.08 | 0 | 0.25 | 0.43 | 80 | 0.14 | 0.5 |
| Hex | 85 | 91 | 6D | 8 | 0 | 19 | 2B | 50 | E | 32 |
| Octal | 205 | 221 | 155 | 10 | 0 | 31 | 53 | 120 | 16 | 62 |
| Binary | 10000101 | 10010001 | 1101101 | 1000 | 0 | 11001 | 101011 | 1010000 | 1110 | 110010 |
Color Harmonies of #85916D
Complementary color
Monochromatic Colors of #85916D
Black with #85916D
Text Example
Text Example
White with #85916D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85916D; }
p { color: rgb(133,145,109); }
H1.HeaderClassName
{
color: #85916D;
}
.AnyTagClassName
{
color: #85916D;
}
</style>
background-color css
<style>
a { background-color: #85916D; }
a { background-color: rgb(133,145,109); }
div.DivClassName
{
background-color: #85916D;
}
.BgClassName
{
background-color: #85916D;
}
</style>
border-color css
<style>
span { border-color: #85916D; }
span { border-color: rgb(133,145,109); }
td.TdClassName
{
border-color: #85916D;
}
.TagClassName
{
border-color: #85916D;
}
</style>