Shades of Highland #85926E
Tints of Highland #85926E
RGB
CMYK
RGB Variations
Color information
#85926E (or 0x85926E) is known color: Highland. HEX triplet: 85, 92 and 6E. RGB value is (133,146,110). Sum of RGB (Red+Green+Blue) = 133+146+110=389 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.19% from 389); Green value is 146 (57.42% from 255 or 37.53% from 389); Blue value is 110 (43.36% from 255 or 28.28% from 389); Max value from RGB is 146 - color contains mainly: green. Hex color #85926E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85926E is #7A6D91. Grayscale: #8A8A8A. Windows color (decimal): -8023442 or 7246469. OLE color: 7246469.
HSL color Cylindrical-coordinate representation of color #85926E: hue angle of 81.67º 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 #85926E is Cyan = 0.09, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 133 | 146 | 110 | - |
| CMYK | 0.09 | 0 | 0.25 | 0.43 |
| HSL | 81.67º | 0.14% | 0.5% | - |
| HSV(B) | 81.67º | 0.25% | 0.57% | - |
| XYZ | 22.77 | 26.67 | 18.7 | - |
| YUV | 138.01 | 112.19 | 124.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 146 | 110 | 0.09 | 0 | 0.25 | 0.43 | 81.67 | 0.14 | 0.5 |
| Hex | 85 | 92 | 6E | 9 | 0 | 19 | 2B | 52 | E | 32 |
| Octal | 205 | 222 | 156 | 11 | 0 | 31 | 53 | 122 | 16 | 62 |
| Binary | 10000101 | 10010010 | 1101110 | 1001 | 0 | 11001 | 101011 | 1010010 | 1110 | 110010 |
Color Harmonies of #85926E
Complementary color
Monochromatic Colors of #85926E
Black with #85926E
Text Example
Text Example
White with #85926E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85926E; }
p { color: rgb(133,146,110); }
H1.HeaderClassName
{
color: #85926E;
}
.AnyTagClassName
{
color: #85926E;
}
</style>
background-color css
<style>
a { background-color: #85926E; }
a { background-color: rgb(133,146,110); }
div.DivClassName
{
background-color: #85926E;
}
.BgClassName
{
background-color: #85926E;
}
</style>
border-color css
<style>
span { border-color: #85926E; }
span { border-color: rgb(133,146,110); }
td.TdClassName
{
border-color: #85926E;
}
.TagClassName
{
border-color: #85926E;
}
</style>