Shades of Highland #808B62
Tints of Highland #808B62
RGB
CMYK
RGB Variations
Color information
#808B62 (or 0x808B62) is known color: Highland. HEX triplet: 80, 8B and 62. RGB value is (128,139,98). Sum of RGB (Red+Green+Blue) = 128+139+98=365 (48% of max value = 765). Red value is 128 (50.39% from 255 or 35.07% from 365); Green value is 139 (54.69% from 255 or 38.08% from 365); Blue value is 98 (38.67% from 255 or 26.85% from 365); Max value from RGB is 139 - color contains mainly: green. Hex color #808B62 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808B62 is #7F749D. Grayscale: #838383. Windows color (decimal): -8352926 or 6458240. OLE color: 6458240.
HSL color Cylindrical-coordinate representation of color #808B62: hue angle of 76.1º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #808B62 is Cyan = 0.08, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 128 | 139 | 98 | - |
| CMYK | 0.08 | 0 | 0.29 | 0.45 |
| HSL | 76.1º | 0.17% | 0.46% | - |
| HSV(B) | 76.1º | 0.29% | 0.55% | - |
| XYZ | 20.34 | 23.94 | 15.1 | - |
| YUV | 131.04 | 109.36 | 125.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 139 | 98 | 0.08 | 0 | 0.29 | 0.45 | 76.1 | 0.17 | 0.46 |
| Hex | 80 | 8B | 62 | 8 | 0 | 1D | 2D | 4C | 11 | 2E |
| Octal | 200 | 213 | 142 | 10 | 0 | 35 | 55 | 114 | 21 | 56 |
| Binary | 10000000 | 10001011 | 1100010 | 1000 | 0 | 11101 | 101101 | 1001100 | 10001 | 101110 |
Color Harmonies of #808B62
Complementary color
Monochromatic Colors of #808B62
Black with #808B62
Text Example
Text Example
White with #808B62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808B62; }
p { color: rgb(128,139,98); }
H1.HeaderClassName
{
color: #808B62;
}
.AnyTagClassName
{
color: #808B62;
}
</style>
background-color css
<style>
a { background-color: #808B62; }
a { background-color: rgb(128,139,98); }
div.DivClassName
{
background-color: #808B62;
}
.BgClassName
{
background-color: #808B62;
}
</style>
border-color css
<style>
span { border-color: #808B62; }
span { border-color: rgb(128,139,98); }
td.TdClassName
{
border-color: #808B62;
}
.TagClassName
{
border-color: #808B62;
}
</style>