Shades of Amulet #839E6E
Tints of Amulet #839E6E
RGB
CMYK
RGB Variations
Color information
#839E6E (or 0x839E6E) is known color: Amulet. HEX triplet: 83, 9E and 6E. RGB value is (131,158,110). Sum of RGB (Red+Green+Blue) = 131+158+110=399 (52% of max value = 765). Red value is 131 (51.56% from 255 or 32.83% from 399); Green value is 158 (62.11% from 255 or 39.60% from 399); Blue value is 110 (43.36% from 255 or 27.57% from 399); Max value from RGB is 158 - color contains mainly: green. Hex color #839E6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #839E6E is #7C6191. Grayscale: #909090. Windows color (decimal): -8151442 or 7249539. OLE color: 7249539.
HSL color Cylindrical-coordinate representation of color #839E6E: hue angle of 93.75º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #839E6E is Cyan = 0.17, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 131 | 158 | 110 | - |
| CMYK | 0.17 | 0 | 0.30 | 0.38 |
| HSL | 93.75º | 0.2% | 0.53% | - |
| HSV(B) | 93.75º | 0.3% | 0.62% | - |
| XYZ | 24.4 | 30.4 | 19.33 | - |
| YUV | 144.46 | 108.55 | 118.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 158 | 110 | 0.17 | 0 | 0.30 | 0.38 | 93.75 | 0.2 | 0.53 |
| Hex | 83 | 9E | 6E | 11 | 0 | 1E | 26 | 5E | 14 | 35 |
| Octal | 203 | 236 | 156 | 21 | 0 | 36 | 46 | 136 | 24 | 65 |
| Binary | 10000011 | 10011110 | 1101110 | 10001 | 0 | 11110 | 100110 | 1011110 | 10100 | 110101 |
Color Harmonies of #839E6E
Complementary color
Monochromatic Colors of #839E6E
Black with #839E6E
Text Example
Text Example
White with #839E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #839E6E; }
p { color: rgb(131,158,110); }
H1.HeaderClassName
{
color: #839E6E;
}
.AnyTagClassName
{
color: #839E6E;
}
</style>
background-color css
<style>
a { background-color: #839E6E; }
a { background-color: rgb(131,158,110); }
div.DivClassName
{
background-color: #839E6E;
}
.BgClassName
{
background-color: #839E6E;
}
</style>
border-color css
<style>
span { border-color: #839E6E; }
span { border-color: rgb(131,158,110); }
td.TdClassName
{
border-color: #839E6E;
}
.TagClassName
{
border-color: #839E6E;
}
</style>