Shades of Highland #88956C
Tints of Highland #88956C
RGB
CMYK
RGB Variations
Color information
#88956C (or 0x88956C) is known color: Highland. HEX triplet: 88, 95 and 6C. RGB value is (136,149,108). Sum of RGB (Red+Green+Blue) = 136+149+108=393 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.61% from 393); Green value is 149 (58.59% from 255 or 37.91% from 393); Blue value is 108 (42.58% from 255 or 27.48% from 393); Max value from RGB is 149 - color contains mainly: green. Hex color #88956C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88956C is #776A93. Grayscale: #8C8C8C. Windows color (decimal): -7826068 or 7116168. OLE color: 7116168.
HSL color Cylindrical-coordinate representation of color #88956C: hue angle of 79.02º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #88956C is Cyan = 0.09, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 136 | 149 | 108 | - |
| CMYK | 0.09 | 0 | 0.28 | 0.42 |
| HSL | 79.02º | 0.16% | 0.5% | - |
| HSV(B) | 79.02º | 0.28% | 0.58% | - |
| XYZ | 23.61 | 27.81 | 18.31 | - |
| YUV | 140.44 | 109.69 | 124.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 149 | 108 | 0.09 | 0 | 0.28 | 0.42 | 79.02 | 0.16 | 0.5 |
| Hex | 88 | 95 | 6C | 9 | 0 | 1C | 2A | 4F | 10 | 32 |
| Octal | 210 | 225 | 154 | 11 | 0 | 34 | 52 | 117 | 20 | 62 |
| Binary | 10001000 | 10010101 | 1101100 | 1001 | 0 | 11100 | 101010 | 1001111 | 10000 | 110010 |
Color Harmonies of #88956C
Complementary color
Monochromatic Colors of #88956C
Black with #88956C
Text Example
Text Example
White with #88956C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88956C; }
p { color: rgb(136,149,108); }
H1.HeaderClassName
{
color: #88956C;
}
.AnyTagClassName
{
color: #88956C;
}
</style>
background-color css
<style>
a { background-color: #88956C; }
a { background-color: rgb(136,149,108); }
div.DivClassName
{
background-color: #88956C;
}
.BgClassName
{
background-color: #88956C;
}
</style>
border-color css
<style>
span { border-color: #88956C; }
span { border-color: rgb(136,149,108); }
td.TdClassName
{
border-color: #88956C;
}
.TagClassName
{
border-color: #88956C;
}
</style>