Shades of Amulet #86967C
Tints of Amulet #86967C
RGB
CMYK
RGB Variations
Color information
#86967C (or 0x86967C) is known color: Amulet. HEX triplet: 86, 96 and 7C. RGB value is (134,150,124). Sum of RGB (Red+Green+Blue) = 134+150+124=408 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.84% from 408); Green value is 150 (58.98% from 255 or 36.76% from 408); Blue value is 124 (48.83% from 255 or 30.39% from 408); Max value from RGB is 150 - color contains mainly: green. Hex color #86967C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86967C is #796983. Grayscale: #8E8E8E. Windows color (decimal): -7956868 or 8164998. OLE color: 8164998.
HSL color Cylindrical-coordinate representation of color #86967C: hue angle of 96.92º degrees, saturation: 0.11, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #86967C is Cyan = 0.11, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 134 | 150 | 124 | - |
| CMYK | 0.11 | 0 | 0.17 | 0.41 |
| HSL | 96.92º | 0.11% | 0.54% | - |
| HSV(B) | 96.92º | 0.17% | 0.59% | - |
| XYZ | 24.38 | 28.34 | 23.25 | - |
| YUV | 142.25 | 117.7 | 122.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 150 | 124 | 0.11 | 0 | 0.17 | 0.41 | 96.92 | 0.11 | 0.54 |
| Hex | 86 | 96 | 7C | B | 0 | 11 | 29 | 61 | B | 36 |
| Octal | 206 | 226 | 174 | 13 | 0 | 21 | 51 | 141 | 13 | 66 |
| Binary | 10000110 | 10010110 | 1111100 | 1011 | 0 | 10001 | 101001 | 1100001 | 1011 | 110110 |
Color Harmonies of #86967C
Complementary color
Monochromatic Colors of #86967C
Black with #86967C
Text Example
Text Example
White with #86967C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86967C; }
p { color: rgb(134,150,124); }
H1.HeaderClassName
{
color: #86967C;
}
.AnyTagClassName
{
color: #86967C;
}
</style>
background-color css
<style>
a { background-color: #86967C; }
a { background-color: rgb(134,150,124); }
div.DivClassName
{
background-color: #86967C;
}
.BgClassName
{
background-color: #86967C;
}
</style>
border-color css
<style>
span { border-color: #86967C; }
span { border-color: rgb(134,150,124); }
td.TdClassName
{
border-color: #86967C;
}
.TagClassName
{
border-color: #86967C;
}
</style>