Shades of Highland #86966B
Tints of Highland #86966B
RGB
CMYK
RGB Variations
Color information
#86966B (or 0x86966B) is known color: Highland. HEX triplet: 86, 96 and 6B. RGB value is (134,150,107). Sum of RGB (Red+Green+Blue) = 134+150+107=391 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.27% from 391); Green value is 150 (58.98% from 255 or 38.36% from 391); Blue value is 107 (42.19% from 255 or 27.37% from 391); Max value from RGB is 150 - color contains mainly: green. Hex color #86966B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86966B is #796994. Grayscale: #8C8C8C. Windows color (decimal): -7956885 or 7050886. OLE color: 7050886.
HSL color Cylindrical-coordinate representation of color #86966B: hue angle of 82.33º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #86966B is Cyan = 0.11, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 134 | 150 | 107 | - |
| CMYK | 0.11 | 0 | 0.29 | 0.41 |
| HSL | 82.33º | 0.17% | 0.5% | - |
| HSV(B) | 82.33º | 0.29% | 0.59% | - |
| XYZ | 23.39 | 27.94 | 18.07 | - |
| YUV | 140.31 | 109.2 | 123.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 150 | 107 | 0.11 | 0 | 0.29 | 0.41 | 82.33 | 0.17 | 0.5 |
| Hex | 86 | 96 | 6B | B | 0 | 1D | 29 | 52 | 11 | 32 |
| Octal | 206 | 226 | 153 | 13 | 0 | 35 | 51 | 122 | 21 | 62 |
| Binary | 10000110 | 10010110 | 1101011 | 1011 | 0 | 11101 | 101001 | 1010010 | 10001 | 110010 |
Color Harmonies of #86966B
Complementary color
Monochromatic Colors of #86966B
Black with #86966B
Text Example
Text Example
White with #86966B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86966B; }
p { color: rgb(134,150,107); }
H1.HeaderClassName
{
color: #86966B;
}
.AnyTagClassName
{
color: #86966B;
}
</style>
background-color css
<style>
a { background-color: #86966B; }
a { background-color: rgb(134,150,107); }
div.DivClassName
{
background-color: #86966B;
}
.BgClassName
{
background-color: #86966B;
}
</style>
border-color css
<style>
span { border-color: #86966B; }
span { border-color: rgb(134,150,107); }
td.TdClassName
{
border-color: #86966B;
}
.TagClassName
{
border-color: #86966B;
}
</style>