Shades of Highland #88976D
Tints of Highland #88976D
RGB
CMYK
RGB Variations
Color information
#88976D (or 0x88976D) is known color: Highland. HEX triplet: 88, 97 and 6D. RGB value is (136,151,109). Sum of RGB (Red+Green+Blue) = 136+151+109=396 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.34% from 396); Green value is 151 (59.38% from 255 or 38.13% from 396); Blue value is 109 (42.97% from 255 or 27.53% from 396); Max value from RGB is 151 - color contains mainly: green. Hex color #88976D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88976D is #776892. Grayscale: #8D8D8D. Windows color (decimal): -7825555 or 7182216. OLE color: 7182216.
HSL color Cylindrical-coordinate representation of color #88976D: hue angle of 81.43º degrees, saturation: 0.17, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #88976D is Cyan = 0.10, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 136 | 151 | 109 | - |
| CMYK | 0.10 | 0 | 0.28 | 0.41 |
| HSL | 81.43º | 0.17% | 0.51% | - |
| HSV(B) | 81.43º | 0.28% | 0.59% | - |
| XYZ | 23.98 | 28.47 | 18.7 | - |
| YUV | 141.73 | 109.53 | 123.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 151 | 109 | 0.10 | 0 | 0.28 | 0.41 | 81.43 | 0.17 | 0.51 |
| Hex | 88 | 97 | 6D | A | 0 | 1C | 29 | 51 | 11 | 33 |
| Octal | 210 | 227 | 155 | 12 | 0 | 34 | 51 | 121 | 21 | 63 |
| Binary | 10001000 | 10010111 | 1101101 | 1010 | 0 | 11100 | 101001 | 1010001 | 10001 | 110011 |
Color Harmonies of #88976D
Complementary color
Monochromatic Colors of #88976D
Black with #88976D
Text Example
Text Example
White with #88976D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88976D; }
p { color: rgb(136,151,109); }
H1.HeaderClassName
{
color: #88976D;
}
.AnyTagClassName
{
color: #88976D;
}
</style>
background-color css
<style>
a { background-color: #88976D; }
a { background-color: rgb(136,151,109); }
div.DivClassName
{
background-color: #88976D;
}
.BgClassName
{
background-color: #88976D;
}
</style>
border-color css
<style>
span { border-color: #88976D; }
span { border-color: rgb(136,151,109); }
td.TdClassName
{
border-color: #88976D;
}
.TagClassName
{
border-color: #88976D;
}
</style>