Shades of Amulet #809E6C
Tints of Amulet #809E6C
RGB
CMYK
RGB Variations
Color information
#809E6C (or 0x809E6C) is known color: Amulet. HEX triplet: 80, 9E and 6C. RGB value is (128,158,108). Sum of RGB (Red+Green+Blue) = 128+158+108=394 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.49% from 394); Green value is 158 (62.11% from 255 or 40.10% from 394); Blue value is 108 (42.58% from 255 or 27.41% from 394); Max value from RGB is 158 - color contains mainly: green. Hex color #809E6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #809E6C is #7F6193. Grayscale: #8F8F8F. Windows color (decimal): -8348052 or 7118464. OLE color: 7118464.
HSL color Cylindrical-coordinate representation of color #809E6C: hue angle of 96º degrees, saturation: 0.2, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #809E6C is Cyan = 0.19, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 128 | 158 | 108 | - |
| CMYK | 0.19 | 0 | 0.32 | 0.38 |
| HSL | 96º | 0.2% | 0.52% | - |
| HSV(B) | 96º | 0.32% | 0.62% | - |
| XYZ | 23.84 | 30.13 | 18.75 | - |
| YUV | 143.33 | 108.06 | 117.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 158 | 108 | 0.19 | 0 | 0.32 | 0.38 | 96 | 0.2 | 0.52 |
| Hex | 80 | 9E | 6C | 13 | 0 | 20 | 26 | 60 | 14 | 34 |
| Octal | 200 | 236 | 154 | 23 | 0 | 40 | 46 | 140 | 24 | 64 |
| Binary | 10000000 | 10011110 | 1101100 | 10011 | 0 | 100000 | 100110 | 1100000 | 10100 | 110100 |
Color Harmonies of #809E6C
Complementary color
Monochromatic Colors of #809E6C
Black with #809E6C
Text Example
Text Example
White with #809E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #809E6C; }
p { color: rgb(128,158,108); }
H1.HeaderClassName
{
color: #809E6C;
}
.AnyTagClassName
{
color: #809E6C;
}
</style>
background-color css
<style>
a { background-color: #809E6C; }
a { background-color: rgb(128,158,108); }
div.DivClassName
{
background-color: #809E6C;
}
.BgClassName
{
background-color: #809E6C;
}
</style>
border-color css
<style>
span { border-color: #809E6C; }
span { border-color: rgb(128,158,108); }
td.TdClassName
{
border-color: #809E6C;
}
.TagClassName
{
border-color: #809E6C;
}
</style>