Shades of Highland #85946C
Tints of Highland #85946C
RGB
CMYK
RGB Variations
Color information
#85946C (or 0x85946C) is known color: Highland. HEX triplet: 85, 94 and 6C. RGB value is (133,148,108). Sum of RGB (Red+Green+Blue) = 133+148+108=389 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.19% from 389); Green value is 148 (58.20% from 255 or 38.05% from 389); Blue value is 108 (42.58% from 255 or 27.76% from 389); Max value from RGB is 148 - color contains mainly: green. Hex color #85946C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85946C is #7A6B93. Grayscale: #8B8B8B. Windows color (decimal): -8022932 or 7115909. OLE color: 7115909.
HSL color Cylindrical-coordinate representation of color #85946C: hue angle of 82.5º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #85946C is Cyan = 0.10, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 133 | 148 | 108 | - |
| CMYK | 0.10 | 0 | 0.27 | 0.42 |
| HSL | 82.5º | 0.16% | 0.5% | - |
| HSV(B) | 82.5º | 0.27% | 0.58% | - |
| XYZ | 22.97 | 27.25 | 18.24 | - |
| YUV | 138.96 | 110.53 | 123.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 148 | 108 | 0.10 | 0 | 0.27 | 0.42 | 82.5 | 0.16 | 0.5 |
| Hex | 85 | 94 | 6C | A | 0 | 1B | 2A | 52 | 10 | 32 |
| Octal | 205 | 224 | 154 | 12 | 0 | 33 | 52 | 122 | 20 | 62 |
| Binary | 10000101 | 10010100 | 1101100 | 1010 | 0 | 11011 | 101010 | 1010010 | 10000 | 110010 |
Color Harmonies of #85946C
Complementary color
Monochromatic Colors of #85946C
Black with #85946C
Text Example
Text Example
White with #85946C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85946C; }
p { color: rgb(133,148,108); }
H1.HeaderClassName
{
color: #85946C;
}
.AnyTagClassName
{
color: #85946C;
}
</style>
background-color css
<style>
a { background-color: #85946C; }
a { background-color: rgb(133,148,108); }
div.DivClassName
{
background-color: #85946C;
}
.BgClassName
{
background-color: #85946C;
}
</style>
border-color css
<style>
span { border-color: #85946C; }
span { border-color: rgb(133,148,108); }
td.TdClassName
{
border-color: #85946C;
}
.TagClassName
{
border-color: #85946C;
}
</style>