Shades of Highland #85946B
Tints of Highland #85946B
RGB
CMYK
RGB Variations
Color information
#85946B (or 0x85946B) is known color: Highland. HEX triplet: 85, 94 and 6B. RGB value is (133,148,107). Sum of RGB (Red+Green+Blue) = 133+148+107=388 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.28% from 388); Green value is 148 (58.20% from 255 or 38.14% from 388); Blue value is 107 (42.19% from 255 or 27.58% from 388); Max value from RGB is 148 - color contains mainly: green. Hex color #85946B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85946B is #7A6B94. Grayscale: #8A8A8A. Windows color (decimal): -8022933 or 7050373. OLE color: 7050373.
HSL color Cylindrical-coordinate representation of color #85946B: hue angle of 81.95º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #85946B is Cyan = 0.10, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 133 | 148 | 107 | - |
| CMYK | 0.10 | 0 | 0.28 | 0.42 |
| HSL | 81.95º | 0.16% | 0.5% | - |
| HSV(B) | 81.95º | 0.28% | 0.58% | - |
| XYZ | 22.92 | 27.23 | 17.96 | - |
| YUV | 138.84 | 110.03 | 123.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 148 | 107 | 0.10 | 0 | 0.28 | 0.42 | 81.95 | 0.16 | 0.5 |
| Hex | 85 | 94 | 6B | A | 0 | 1C | 2A | 52 | 10 | 32 |
| Octal | 205 | 224 | 153 | 12 | 0 | 34 | 52 | 122 | 20 | 62 |
| Binary | 10000101 | 10010100 | 1101011 | 1010 | 0 | 11100 | 101010 | 1010010 | 10000 | 110010 |
Color Harmonies of #85946B
Complementary color
Monochromatic Colors of #85946B
Black with #85946B
Text Example
Text Example
White with #85946B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85946B; }
p { color: rgb(133,148,107); }
H1.HeaderClassName
{
color: #85946B;
}
.AnyTagClassName
{
color: #85946B;
}
</style>
background-color css
<style>
a { background-color: #85946B; }
a { background-color: rgb(133,148,107); }
div.DivClassName
{
background-color: #85946B;
}
.BgClassName
{
background-color: #85946B;
}
</style>
border-color css
<style>
span { border-color: #85946B; }
span { border-color: rgb(133,148,107); }
td.TdClassName
{
border-color: #85946B;
}
.TagClassName
{
border-color: #85946B;
}
</style>