Shades of Highland #809969
Tints of Highland #809969
RGB
CMYK
RGB Variations
Color information
#809969 (or 0x809969) is known color: Highland. HEX triplet: 80, 99 and 69. RGB value is (128,153,105). Sum of RGB (Red+Green+Blue) = 128+153+105=386 (51% of max value = 765). Red value is 128 (50.39% from 255 or 33.16% from 386); Green value is 153 (60.16% from 255 or 39.64% from 386); Blue value is 105 (41.41% from 255 or 27.20% from 386); Max value from RGB is 153 - color contains mainly: green. Hex color #809969 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #809969 is #7F6696. Grayscale: #8C8C8C. Windows color (decimal): -8349335 or 6920576. OLE color: 6920576.
HSL color Cylindrical-coordinate representation of color #809969: hue angle of 91.25º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #809969 is Cyan = 0.16, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 128 | 153 | 105 | - |
| CMYK | 0.16 | 0 | 0.31 | 0.4 |
| HSL | 91.25º | 0.19% | 0.51% | - |
| HSV(B) | 91.25º | 0.31% | 0.6% | - |
| XYZ | 22.84 | 28.39 | 17.64 | - |
| YUV | 140.05 | 108.22 | 119.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 153 | 105 | 0.16 | 0 | 0.31 | 0.4 | 91.25 | 0.19 | 0.51 |
| Hex | 80 | 99 | 69 | 10 | 0 | 1F | 28 | 5B | 13 | 33 |
| Octal | 200 | 231 | 151 | 20 | 0 | 37 | 50 | 133 | 23 | 63 |
| Binary | 10000000 | 10011001 | 1101001 | 10000 | 0 | 11111 | 101000 | 1011011 | 10011 | 110011 |
Color Harmonies of #809969
Complementary color
Monochromatic Colors of #809969
Black with #809969
Text Example
Text Example
White with #809969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #809969; }
p { color: rgb(128,153,105); }
H1.HeaderClassName
{
color: #809969;
}
.AnyTagClassName
{
color: #809969;
}
</style>
background-color css
<style>
a { background-color: #809969; }
a { background-color: rgb(128,153,105); }
div.DivClassName
{
background-color: #809969;
}
.BgClassName
{
background-color: #809969;
}
</style>
border-color css
<style>
span { border-color: #809969; }
span { border-color: rgb(128,153,105); }
td.TdClassName
{
border-color: #809969;
}
.TagClassName
{
border-color: #809969;
}
</style>