Shades of Highland #80906C
Tints of Highland #80906C
RGB
CMYK
RGB Variations
Color information
#80906C (or 0x80906C) is known color: Highland. HEX triplet: 80, 90 and 6C. RGB value is (128,144,108). Sum of RGB (Red+Green+Blue) = 128+144+108=380 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.68% from 380); Green value is 144 (56.64% from 255 or 37.89% from 380); Blue value is 108 (42.58% from 255 or 28.42% from 380); Max value from RGB is 144 - color contains mainly: green. Hex color #80906C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80906C is #7F6F93. Grayscale: #878787. Windows color (decimal): -8351636 or 7114880. OLE color: 7114880.
HSL color Cylindrical-coordinate representation of color #80906C: hue angle of 86.67º degrees, saturation: 0.14, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #80906C is Cyan = 0.11, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 128 | 144 | 108 | - |
| CMYK | 0.11 | 0 | 0.25 | 0.44 |
| HSL | 86.67º | 0.14% | 0.49% | - |
| HSV(B) | 86.67º | 0.25% | 0.56% | - |
| XYZ | 21.58 | 25.62 | 17.99 | - |
| YUV | 135.11 | 112.7 | 122.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 144 | 108 | 0.11 | 0 | 0.25 | 0.44 | 86.67 | 0.14 | 0.49 |
| Hex | 80 | 90 | 6C | B | 0 | 19 | 2C | 57 | E | 31 |
| Octal | 200 | 220 | 154 | 13 | 0 | 31 | 54 | 127 | 16 | 61 |
| Binary | 10000000 | 10010000 | 1101100 | 1011 | 0 | 11001 | 101100 | 1010111 | 1110 | 110001 |
Color Harmonies of #80906C
Complementary color
Monochromatic Colors of #80906C
Black with #80906C
Text Example
Text Example
White with #80906C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80906C; }
p { color: rgb(128,144,108); }
H1.HeaderClassName
{
color: #80906C;
}
.AnyTagClassName
{
color: #80906C;
}
</style>
background-color css
<style>
a { background-color: #80906C; }
a { background-color: rgb(128,144,108); }
div.DivClassName
{
background-color: #80906C;
}
.BgClassName
{
background-color: #80906C;
}
</style>
border-color css
<style>
span { border-color: #80906C; }
span { border-color: rgb(128,144,108); }
td.TdClassName
{
border-color: #80906C;
}
.TagClassName
{
border-color: #80906C;
}
</style>