Shades of Highland #85936E
Tints of Highland #85936E
RGB
CMYK
RGB Variations
Color information
#85936E (or 0x85936E) is known color: Highland. HEX triplet: 85, 93 and 6E. RGB value is (133,147,110). Sum of RGB (Red+Green+Blue) = 133+147+110=390 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.10% from 390); Green value is 147 (57.81% from 255 or 37.69% from 390); Blue value is 110 (43.36% from 255 or 28.21% from 390); Max value from RGB is 147 - color contains mainly: green. Hex color #85936E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85936E is #7A6C91. Grayscale: #8A8A8A. Windows color (decimal): -8023186 or 7246725. OLE color: 7246725.
HSL color Cylindrical-coordinate representation of color #85936E: hue angle of 82.7º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #85936E is Cyan = 0.10, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 133 | 147 | 110 | - |
| CMYK | 0.10 | 0 | 0.25 | 0.42 |
| HSL | 82.7º | 0.15% | 0.5% | - |
| HSV(B) | 82.7º | 0.25% | 0.58% | - |
| XYZ | 22.92 | 26.98 | 18.75 | - |
| YUV | 138.6 | 111.86 | 124.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 147 | 110 | 0.10 | 0 | 0.25 | 0.42 | 82.7 | 0.15 | 0.5 |
| Hex | 85 | 93 | 6E | A | 0 | 19 | 2A | 53 | F | 32 |
| Octal | 205 | 223 | 156 | 12 | 0 | 31 | 52 | 123 | 17 | 62 |
| Binary | 10000101 | 10010011 | 1101110 | 1010 | 0 | 11001 | 101010 | 1010011 | 1111 | 110010 |
Color Harmonies of #85936E
Complementary color
Monochromatic Colors of #85936E
Black with #85936E
Text Example
Text Example
White with #85936E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85936E; }
p { color: rgb(133,147,110); }
H1.HeaderClassName
{
color: #85936E;
}
.AnyTagClassName
{
color: #85936E;
}
</style>
background-color css
<style>
a { background-color: #85936E; }
a { background-color: rgb(133,147,110); }
div.DivClassName
{
background-color: #85936E;
}
.BgClassName
{
background-color: #85936E;
}
</style>
border-color css
<style>
span { border-color: #85936E; }
span { border-color: rgb(133,147,110); }
td.TdClassName
{
border-color: #85936E;
}
.TagClassName
{
border-color: #85936E;
}
</style>