Shades of Highland #87966D
Tints of Highland #87966D
RGB
CMYK
RGB Variations
Color information
#87966D (or 0x87966D) is known color: Highland. HEX triplet: 87, 96 and 6D. RGB value is (135,150,109). Sum of RGB (Red+Green+Blue) = 135+150+109=394 (52% of max value = 765). Red value is 135 (53.12% from 255 or 34.26% from 394); Green value is 150 (58.98% from 255 or 38.07% from 394); Blue value is 109 (42.97% from 255 or 27.66% from 394); Max value from RGB is 150 - color contains mainly: green. Hex color #87966D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87966D is #786992. Grayscale: #8C8C8C. Windows color (decimal): -7891347 or 7181959. OLE color: 7181959.
HSL color Cylindrical-coordinate representation of color #87966D: hue angle of 81.95º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #87966D is Cyan = 0.1, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 135 | 150 | 109 | - |
| CMYK | 0.1 | 0 | 0.27 | 0.41 |
| HSL | 81.95º | 0.16% | 0.51% | - |
| HSV(B) | 81.95º | 0.27% | 0.59% | - |
| XYZ | 23.66 | 28.07 | 18.64 | - |
| YUV | 140.84 | 110.03 | 123.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 150 | 109 | 0.1 | 0 | 0.27 | 0.41 | 81.95 | 0.16 | 0.51 |
| Hex | 87 | 96 | 6D | A | 0 | 1B | 29 | 52 | 10 | 33 |
| Octal | 207 | 226 | 155 | 12 | 0 | 33 | 51 | 122 | 20 | 63 |
| Binary | 10000111 | 10010110 | 1101101 | 1010 | 0 | 11011 | 101001 | 1010010 | 10000 | 110011 |
Color Harmonies of #87966D
Complementary color
Monochromatic Colors of #87966D
Black with #87966D
Text Example
Text Example
White with #87966D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87966D; }
p { color: rgb(135,150,109); }
H1.HeaderClassName
{
color: #87966D;
}
.AnyTagClassName
{
color: #87966D;
}
</style>
background-color css
<style>
a { background-color: #87966D; }
a { background-color: rgb(135,150,109); }
div.DivClassName
{
background-color: #87966D;
}
.BgClassName
{
background-color: #87966D;
}
</style>
border-color css
<style>
span { border-color: #87966D; }
span { border-color: rgb(135,150,109); }
td.TdClassName
{
border-color: #87966D;
}
.TagClassName
{
border-color: #87966D;
}
</style>