Shades of Highland #86996F
Tints of Highland #86996F
RGB
CMYK
RGB Variations
Color information
#86996F (or 0x86996F) is known color: Highland. HEX triplet: 86, 99 and 6F. RGB value is (134,153,111). Sum of RGB (Red+Green+Blue) = 134+153+111=398 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.67% from 398); Green value is 153 (60.16% from 255 or 38.44% from 398); Blue value is 111 (43.75% from 255 or 27.89% from 398); Max value from RGB is 153 - color contains mainly: green. Hex color #86996F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86996F is #796690. Grayscale: #8E8E8E. Windows color (decimal): -7956113 or 7313798. OLE color: 7313798.
HSL color Cylindrical-coordinate representation of color #86996F: hue angle of 87.14º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #86996F is Cyan = 0.12, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 134 | 153 | 111 | - |
| CMYK | 0.12 | 0 | 0.27 | 0.4 |
| HSL | 87.14º | 0.17% | 0.52% | - |
| HSV(B) | 87.14º | 0.27% | 0.6% | - |
| XYZ | 24.09 | 29 | 19.37 | - |
| YUV | 142.53 | 110.21 | 121.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 153 | 111 | 0.12 | 0 | 0.27 | 0.4 | 87.14 | 0.17 | 0.52 |
| Hex | 86 | 99 | 6F | C | 0 | 1B | 28 | 57 | 11 | 34 |
| Octal | 206 | 231 | 157 | 14 | 0 | 33 | 50 | 127 | 21 | 64 |
| Binary | 10000110 | 10011001 | 1101111 | 1100 | 0 | 11011 | 101000 | 1010111 | 10001 | 110100 |
Color Harmonies of #86996F
Complementary color
Monochromatic Colors of #86996F
Black with #86996F
Text Example
Text Example
White with #86996F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86996F; }
p { color: rgb(134,153,111); }
H1.HeaderClassName
{
color: #86996F;
}
.AnyTagClassName
{
color: #86996F;
}
</style>
background-color css
<style>
a { background-color: #86996F; }
a { background-color: rgb(134,153,111); }
div.DivClassName
{
background-color: #86996F;
}
.BgClassName
{
background-color: #86996F;
}
</style>
border-color css
<style>
span { border-color: #86996F; }
span { border-color: rgb(134,153,111); }
td.TdClassName
{
border-color: #86996F;
}
.TagClassName
{
border-color: #86996F;
}
</style>