Shades of Amulet #899684
Tints of Amulet #899684
RGB
CMYK
RGB Variations
Color information
#899684 (or 0x899684) is known color: Amulet. HEX triplet: 89, 96 and 84. RGB value is (137,150,132). Sum of RGB (Red+Green+Blue) = 137+150+132=419 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.70% from 419); Green value is 150 (58.98% from 255 or 35.80% from 419); Blue value is 132 (51.95% from 255 or 31.50% from 419); Max value from RGB is 150 - color contains mainly: green. Hex color #899684 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899684 is #76697B. Grayscale: #909090. Windows color (decimal): -7760252 or 8689289. OLE color: 8689289.
HSL color Cylindrical-coordinate representation of color #899684: hue angle of 103.33º degrees, saturation: 0.08, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #899684 is Cyan = 0.09, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 137 | 150 | 132 | - |
| CMYK | 0.09 | 0 | 0.12 | 0.41 |
| HSL | 103.33º | 0.08% | 0.55% | - |
| HSV(B) | 103.33º | 0.12% | 0.59% | - |
| XYZ | 25.39 | 28.8 | 26.05 | - |
| YUV | 144.06 | 121.19 | 122.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 150 | 132 | 0.09 | 0 | 0.12 | 0.41 | 103.33 | 0.08 | 0.55 |
| Hex | 89 | 96 | 84 | 9 | 0 | C | 29 | 67 | 8 | 37 |
| Octal | 211 | 226 | 204 | 11 | 0 | 14 | 51 | 147 | 10 | 67 |
| Binary | 10001001 | 10010110 | 10000100 | 1001 | 0 | 1100 | 101001 | 1100111 | 1000 | 110111 |
Color Harmonies of #899684
Complementary color
Monochromatic Colors of #899684
Black with #899684
Text Example
Text Example
White with #899684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899684; }
p { color: rgb(137,150,132); }
H1.HeaderClassName
{
color: #899684;
}
.AnyTagClassName
{
color: #899684;
}
</style>
background-color css
<style>
a { background-color: #899684; }
a { background-color: rgb(137,150,132); }
div.DivClassName
{
background-color: #899684;
}
.BgClassName
{
background-color: #899684;
}
</style>
border-color css
<style>
span { border-color: #899684; }
span { border-color: rgb(137,150,132); }
td.TdClassName
{
border-color: #899684;
}
.TagClassName
{
border-color: #899684;
}
</style>