Shades of Highland #86996A
Tints of Highland #86996A
RGB
CMYK
RGB Variations
Color information
#86996A (or 0x86996A) is known color: Highland. HEX triplet: 86, 99 and 6A. RGB value is (134,153,106). Sum of RGB (Red+Green+Blue) = 134+153+106=393 (52% of max value = 765). Red value is 134 (52.73% from 255 or 34.10% from 393); Green value is 153 (60.16% from 255 or 38.93% from 393); Blue value is 106 (41.80% from 255 or 26.97% from 393); Max value from RGB is 153 - color contains mainly: green. Hex color #86996A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86996A is #796695. Grayscale: #8E8E8E. Windows color (decimal): -7956118 or 6986118. OLE color: 6986118.
HSL color Cylindrical-coordinate representation of color #86996A: hue angle of 84.26º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #86996A is Cyan = 0.12, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 134 | 153 | 106 | - |
| CMYK | 0.12 | 0 | 0.31 | 0.4 |
| HSL | 84.26º | 0.19% | 0.51% | - |
| HSV(B) | 84.26º | 0.31% | 0.6% | - |
| XYZ | 23.82 | 28.89 | 17.96 | - |
| YUV | 141.96 | 107.71 | 122.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 153 | 106 | 0.12 | 0 | 0.31 | 0.4 | 84.26 | 0.19 | 0.51 |
| Hex | 86 | 99 | 6A | C | 0 | 1F | 28 | 54 | 13 | 33 |
| Octal | 206 | 231 | 152 | 14 | 0 | 37 | 50 | 124 | 23 | 63 |
| Binary | 10000110 | 10011001 | 1101010 | 1100 | 0 | 11111 | 101000 | 1010100 | 10011 | 110011 |
Color Harmonies of #86996A
Complementary color
Monochromatic Colors of #86996A
Black with #86996A
Text Example
Text Example
White with #86996A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86996A; }
p { color: rgb(134,153,106); }
H1.HeaderClassName
{
color: #86996A;
}
.AnyTagClassName
{
color: #86996A;
}
</style>
background-color css
<style>
a { background-color: #86996A; }
a { background-color: rgb(134,153,106); }
div.DivClassName
{
background-color: #86996A;
}
.BgClassName
{
background-color: #86996A;
}
</style>
border-color css
<style>
span { border-color: #86996A; }
span { border-color: rgb(134,153,106); }
td.TdClassName
{
border-color: #86996A;
}
.TagClassName
{
border-color: #86996A;
}
</style>