Shades of Amulet #83997C
Tints of Amulet #83997C
RGB
CMYK
RGB Variations
Color information
#83997C (or 0x83997C) is known color: Amulet. HEX triplet: 83, 99 and 7C. RGB value is (131,153,124). Sum of RGB (Red+Green+Blue) = 131+153+124=408 (54% of max value = 765). Red value is 131 (51.56% from 255 or 32.11% from 408); Green value is 153 (60.16% from 255 or 37.5% from 408); Blue value is 124 (48.83% from 255 or 30.39% from 408); Max value from RGB is 153 - color contains mainly: green. Hex color #83997C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83997C is #7C6683. Grayscale: #8F8F8F. Windows color (decimal): -8152708 or 8165763. OLE color: 8165763.
HSL color Cylindrical-coordinate representation of color #83997C: hue angle of 105.52º degrees, saturation: 0.12, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #83997C is Cyan = 0.14, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 131 | 153 | 124 | - |
| CMYK | 0.14 | 0 | 0.19 | 0.4 |
| HSL | 105.52º | 0.12% | 0.54% | - |
| HSV(B) | 105.52º | 0.19% | 0.6% | - |
| XYZ | 24.39 | 29.06 | 23.39 | - |
| YUV | 143.12 | 117.21 | 119.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 153 | 124 | 0.14 | 0 | 0.19 | 0.4 | 105.52 | 0.12 | 0.54 |
| Hex | 83 | 99 | 7C | E | 0 | 13 | 28 | 6A | C | 36 |
| Octal | 203 | 231 | 174 | 16 | 0 | 23 | 50 | 152 | 14 | 66 |
| Binary | 10000011 | 10011001 | 1111100 | 1110 | 0 | 10011 | 101000 | 1101010 | 1100 | 110110 |
Color Harmonies of #83997C
Complementary color
Monochromatic Colors of #83997C
Black with #83997C
Text Example
Text Example
White with #83997C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83997C; }
p { color: rgb(131,153,124); }
H1.HeaderClassName
{
color: #83997C;
}
.AnyTagClassName
{
color: #83997C;
}
</style>
background-color css
<style>
a { background-color: #83997C; }
a { background-color: rgb(131,153,124); }
div.DivClassName
{
background-color: #83997C;
}
.BgClassName
{
background-color: #83997C;
}
</style>
border-color css
<style>
span { border-color: #83997C; }
span { border-color: rgb(131,153,124); }
td.TdClassName
{
border-color: #83997C;
}
.TagClassName
{
border-color: #83997C;
}
</style>