Shades of Highland #85936D
Tints of Highland #85936D
RGB
CMYK
RGB Variations
Color information
#85936D (or 0x85936D) is known color: Highland. HEX triplet: 85, 93 and 6D. RGB value is (133,147,109). Sum of RGB (Red+Green+Blue) = 133+147+109=389 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.19% from 389); Green value is 147 (57.81% from 255 or 37.79% from 389); Blue value is 109 (42.97% from 255 or 28.02% from 389); Max value from RGB is 147 - color contains mainly: green. Hex color #85936D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85936D is #7A6C92. Grayscale: #8A8A8A. Windows color (decimal): -8023187 or 7181189. OLE color: 7181189.
HSL color Cylindrical-coordinate representation of color #85936D: hue angle of 82.11º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #85936D is Cyan = 0.10, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 133 | 147 | 109 | - |
| CMYK | 0.10 | 0 | 0.26 | 0.42 |
| HSL | 82.11º | 0.15% | 0.5% | - |
| HSV(B) | 82.11º | 0.26% | 0.58% | - |
| XYZ | 22.87 | 26.96 | 18.47 | - |
| YUV | 138.48 | 111.36 | 124.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 147 | 109 | 0.10 | 0 | 0.26 | 0.42 | 82.11 | 0.15 | 0.5 |
| Hex | 85 | 93 | 6D | A | 0 | 1A | 2A | 52 | F | 32 |
| Octal | 205 | 223 | 155 | 12 | 0 | 32 | 52 | 122 | 17 | 62 |
| Binary | 10000101 | 10010011 | 1101101 | 1010 | 0 | 11010 | 101010 | 1010010 | 1111 | 110010 |
Color Harmonies of #85936D
Complementary color
Monochromatic Colors of #85936D
Black with #85936D
Text Example
Text Example
White with #85936D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85936D; }
p { color: rgb(133,147,109); }
H1.HeaderClassName
{
color: #85936D;
}
.AnyTagClassName
{
color: #85936D;
}
</style>
background-color css
<style>
a { background-color: #85936D; }
a { background-color: rgb(133,147,109); }
div.DivClassName
{
background-color: #85936D;
}
.BgClassName
{
background-color: #85936D;
}
</style>
border-color css
<style>
span { border-color: #85936D; }
span { border-color: rgb(133,147,109); }
td.TdClassName
{
border-color: #85936D;
}
.TagClassName
{
border-color: #85936D;
}
</style>