Shades of Amulet #84967E
Tints of Amulet #84967E
RGB
CMYK
RGB Variations
Color information
#84967E (or 0x84967E) is known color: Amulet. HEX triplet: 84, 96 and 7E. RGB value is (132,150,126). Sum of RGB (Red+Green+Blue) = 132+150+126=408 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.35% from 408); Green value is 150 (58.98% from 255 or 36.76% from 408); Blue value is 126 (49.61% from 255 or 30.88% from 408); Max value from RGB is 150 - color contains mainly: green. Hex color #84967E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84967E is #7B6981. Grayscale: #8D8D8D. Windows color (decimal): -8087938 or 8296068. OLE color: 8296068.
HSL color Cylindrical-coordinate representation of color #84967E: hue angle of 105º degrees, saturation: 0.1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #84967E is Cyan = 0.12, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 132 | 150 | 126 | - |
| CMYK | 0.12 | 0 | 0.16 | 0.41 |
| HSL | 105º | 0.1% | 0.54% | - |
| HSV(B) | 105º | 0.16% | 0.59% | - |
| XYZ | 24.19 | 28.22 | 23.91 | - |
| YUV | 141.88 | 119.04 | 120.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 150 | 126 | 0.12 | 0 | 0.16 | 0.41 | 105 | 0.1 | 0.54 |
| Hex | 84 | 96 | 7E | C | 0 | 10 | 29 | 69 | A | 36 |
| Octal | 204 | 226 | 176 | 14 | 0 | 20 | 51 | 151 | 12 | 66 |
| Binary | 10000100 | 10010110 | 1111110 | 1100 | 0 | 10000 | 101001 | 1101001 | 1010 | 110110 |
Color Harmonies of #84967E
Complementary color
Monochromatic Colors of #84967E
Black with #84967E
Text Example
Text Example
White with #84967E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84967E; }
p { color: rgb(132,150,126); }
H1.HeaderClassName
{
color: #84967E;
}
.AnyTagClassName
{
color: #84967E;
}
</style>
background-color css
<style>
a { background-color: #84967E; }
a { background-color: rgb(132,150,126); }
div.DivClassName
{
background-color: #84967E;
}
.BgClassName
{
background-color: #84967E;
}
</style>
border-color css
<style>
span { border-color: #84967E; }
span { border-color: rgb(132,150,126); }
td.TdClassName
{
border-color: #84967E;
}
.TagClassName
{
border-color: #84967E;
}
</style>