Shades of Highland #808E63
Tints of Highland #808E63
RGB
CMYK
RGB Variations
Color information
#808E63 (or 0x808E63) is known color: Highland. HEX triplet: 80, 8E and 63. RGB value is (128,142,99). Sum of RGB (Red+Green+Blue) = 128+142+99=369 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.69% from 369); Green value is 142 (55.86% from 255 or 38.48% from 369); Blue value is 99 (39.06% from 255 or 26.83% from 369); Max value from RGB is 142 - color contains mainly: green. Hex color #808E63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808E63 is #7F719C. Grayscale: #858585. Windows color (decimal): -8352157 or 6524544. OLE color: 6524544.
HSL color Cylindrical-coordinate representation of color #808E63: hue angle of 79.53º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #808E63 is Cyan = 0.10, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 128 | 142 | 99 | - |
| CMYK | 0.10 | 0 | 0.30 | 0.44 |
| HSL | 79.53º | 0.18% | 0.47% | - |
| HSV(B) | 79.53º | 0.3% | 0.56% | - |
| XYZ | 20.83 | 24.84 | 15.5 | - |
| YUV | 132.91 | 108.86 | 124.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 142 | 99 | 0.10 | 0 | 0.30 | 0.44 | 79.53 | 0.18 | 0.47 |
| Hex | 80 | 8E | 63 | A | 0 | 1E | 2C | 50 | 12 | 2F |
| Octal | 200 | 216 | 143 | 12 | 0 | 36 | 54 | 120 | 22 | 57 |
| Binary | 10000000 | 10001110 | 1100011 | 1010 | 0 | 11110 | 101100 | 1010000 | 10010 | 101111 |
Color Harmonies of #808E63
Complementary color
Monochromatic Colors of #808E63
Black with #808E63
Text Example
Text Example
White with #808E63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808E63; }
p { color: rgb(128,142,99); }
H1.HeaderClassName
{
color: #808E63;
}
.AnyTagClassName
{
color: #808E63;
}
</style>
background-color css
<style>
a { background-color: #808E63; }
a { background-color: rgb(128,142,99); }
div.DivClassName
{
background-color: #808E63;
}
.BgClassName
{
background-color: #808E63;
}
</style>
border-color css
<style>
span { border-color: #808E63; }
span { border-color: rgb(128,142,99); }
td.TdClassName
{
border-color: #808E63;
}
.TagClassName
{
border-color: #808E63;
}
</style>