Shades of Amulet #86967A
Tints of Amulet #86967A
RGB
CMYK
RGB Variations
Color information
#86967A (or 0x86967A) is known color: Amulet. HEX triplet: 86, 96 and 7A. RGB value is (134,150,122). Sum of RGB (Red+Green+Blue) = 134+150+122=406 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.00% from 406); Green value is 150 (58.98% from 255 or 36.95% from 406); Blue value is 122 (48.05% from 255 or 30.05% from 406); Max value from RGB is 150 - color contains mainly: green. Hex color #86967A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86967A is #796985. Grayscale: #8E8E8E. Windows color (decimal): -7956870 or 8033926. OLE color: 8033926.
HSL color Cylindrical-coordinate representation of color #86967A: hue angle of 94.29º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #86967A is Cyan = 0.11, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 134 | 150 | 122 | - |
| CMYK | 0.11 | 0 | 0.19 | 0.41 |
| HSL | 94.29º | 0.12% | 0.53% | - |
| HSV(B) | 94.29º | 0.19% | 0.59% | - |
| XYZ | 24.25 | 28.29 | 22.59 | - |
| YUV | 142.02 | 116.7 | 122.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 150 | 122 | 0.11 | 0 | 0.19 | 0.41 | 94.29 | 0.12 | 0.53 |
| Hex | 86 | 96 | 7A | B | 0 | 13 | 29 | 5E | C | 35 |
| Octal | 206 | 226 | 172 | 13 | 0 | 23 | 51 | 136 | 14 | 65 |
| Binary | 10000110 | 10010110 | 1111010 | 1011 | 0 | 10011 | 101001 | 1011110 | 1100 | 110101 |
Color Harmonies of #86967A
Complementary color
Monochromatic Colors of #86967A
Black with #86967A
Text Example
Text Example
White with #86967A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86967A; }
p { color: rgb(134,150,122); }
H1.HeaderClassName
{
color: #86967A;
}
.AnyTagClassName
{
color: #86967A;
}
</style>
background-color css
<style>
a { background-color: #86967A; }
a { background-color: rgb(134,150,122); }
div.DivClassName
{
background-color: #86967A;
}
.BgClassName
{
background-color: #86967A;
}
</style>
border-color css
<style>
span { border-color: #86967A; }
span { border-color: rgb(134,150,122); }
td.TdClassName
{
border-color: #86967A;
}
.TagClassName
{
border-color: #86967A;
}
</style>