Shades of Highland #808B63
Tints of Highland #808B63
RGB
CMYK
RGB Variations
Color information
#808B63 (or 0x808B63) is known color: Highland. HEX triplet: 80, 8B and 63. RGB value is (128,139,99). Sum of RGB (Red+Green+Blue) = 128+139+99=366 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.97% from 366); Green value is 139 (54.69% from 255 or 37.98% from 366); Blue value is 99 (39.06% from 255 or 27.05% from 366); Max value from RGB is 139 - color contains mainly: green. Hex color #808B63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808B63 is #7F749C. Grayscale: #838383. Windows color (decimal): -8352925 or 6523776. OLE color: 6523776.
HSL color Cylindrical-coordinate representation of color #808B63: hue angle of 76.5º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #808B63 is Cyan = 0.08, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 128 | 139 | 99 | - |
| CMYK | 0.08 | 0 | 0.29 | 0.45 |
| HSL | 76.5º | 0.17% | 0.47% | - |
| HSV(B) | 76.5º | 0.29% | 0.55% | - |
| XYZ | 20.39 | 23.96 | 15.35 | - |
| YUV | 131.15 | 109.86 | 125.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 139 | 99 | 0.08 | 0 | 0.29 | 0.45 | 76.5 | 0.17 | 0.47 |
| Hex | 80 | 8B | 63 | 8 | 0 | 1D | 2D | 4C | 11 | 2F |
| Octal | 200 | 213 | 143 | 10 | 0 | 35 | 55 | 114 | 21 | 57 |
| Binary | 10000000 | 10001011 | 1100011 | 1000 | 0 | 11101 | 101101 | 1001100 | 10001 | 101111 |
Color Harmonies of #808B63
Complementary color
Monochromatic Colors of #808B63
Black with #808B63
Text Example
Text Example
White with #808B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808B63; }
p { color: rgb(128,139,99); }
H1.HeaderClassName
{
color: #808B63;
}
.AnyTagClassName
{
color: #808B63;
}
</style>
background-color css
<style>
a { background-color: #808B63; }
a { background-color: rgb(128,139,99); }
div.DivClassName
{
background-color: #808B63;
}
.BgClassName
{
background-color: #808B63;
}
</style>
border-color css
<style>
span { border-color: #808B63; }
span { border-color: rgb(128,139,99); }
td.TdClassName
{
border-color: #808B63;
}
.TagClassName
{
border-color: #808B63;
}
</style>