Shades of Highland #85946D
Tints of Highland #85946D
RGB
CMYK
RGB Variations
Color information
#85946D (or 0x85946D) is known color: Highland. HEX triplet: 85, 94 and 6D. RGB value is (133,148,109). Sum of RGB (Red+Green+Blue) = 133+148+109=390 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.10% from 390); Green value is 148 (58.20% from 255 or 37.95% from 390); Blue value is 109 (42.97% from 255 or 27.95% from 390); Max value from RGB is 148 - color contains mainly: green. Hex color #85946D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85946D is #7A6B92. Grayscale: #8B8B8B. Windows color (decimal): -8022931 or 7181445. OLE color: 7181445.
HSL color Cylindrical-coordinate representation of color #85946D: hue angle of 83.08º 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 #85946D is Cyan = 0.10, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 133 | 148 | 109 | - |
| CMYK | 0.10 | 0 | 0.26 | 0.42 |
| HSL | 83.08º | 0.15% | 0.5% | - |
| HSV(B) | 83.08º | 0.26% | 0.58% | - |
| XYZ | 23.02 | 27.27 | 18.52 | - |
| YUV | 139.07 | 111.03 | 123.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 148 | 109 | 0.10 | 0 | 0.26 | 0.42 | 83.08 | 0.15 | 0.5 |
| Hex | 85 | 94 | 6D | A | 0 | 1A | 2A | 53 | F | 32 |
| Octal | 205 | 224 | 155 | 12 | 0 | 32 | 52 | 123 | 17 | 62 |
| Binary | 10000101 | 10010100 | 1101101 | 1010 | 0 | 11010 | 101010 | 1010011 | 1111 | 110010 |
Color Harmonies of #85946D
Complementary color
Monochromatic Colors of #85946D
Black with #85946D
Text Example
Text Example
White with #85946D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85946D; }
p { color: rgb(133,148,109); }
H1.HeaderClassName
{
color: #85946D;
}
.AnyTagClassName
{
color: #85946D;
}
</style>
background-color css
<style>
a { background-color: #85946D; }
a { background-color: rgb(133,148,109); }
div.DivClassName
{
background-color: #85946D;
}
.BgClassName
{
background-color: #85946D;
}
</style>
border-color css
<style>
span { border-color: #85946D; }
span { border-color: rgb(133,148,109); }
td.TdClassName
{
border-color: #85946D;
}
.TagClassName
{
border-color: #85946D;
}
</style>