Shades of Amulet #8C9685
Tints of Amulet #8C9685
RGB
CMYK
RGB Variations
Color information
#8C9685 (or 0x8C9685) is known color: Amulet. HEX triplet: 8C, 96 and 85. RGB value is (140,150,133). Sum of RGB (Red+Green+Blue) = 140+150+133=423 (56% of max value = 765). Red value is 140 (55.08% from 255 or 33.10% from 423); Green value is 150 (58.98% from 255 or 35.46% from 423); Blue value is 133 (52.34% from 255 or 31.44% from 423); Max value from RGB is 150 - color contains mainly: green. Hex color #8C9685 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C9685 is #73697A. Grayscale: #919191. Windows color (decimal): -7563643 or 8754828. OLE color: 8754828.
HSL color Cylindrical-coordinate representation of color #8C9685: hue angle of 95.29º degrees, saturation: 0.07, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #8C9685 is Cyan = 0.07, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 140 | 150 | 133 | - |
| CMYK | 0.07 | 0 | 0.11 | 0.41 |
| HSL | 95.29º | 0.07% | 0.55% | - |
| HSV(B) | 95.29º | 0.11% | 0.59% | - |
| XYZ | 25.96 | 29.08 | 26.44 | - |
| YUV | 145.07 | 121.19 | 124.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 150 | 133 | 0.07 | 0 | 0.11 | 0.41 | 95.29 | 0.07 | 0.55 |
| Hex | 8C | 96 | 85 | 7 | 0 | B | 29 | 5F | 7 | 37 |
| Octal | 214 | 226 | 205 | 7 | 0 | 13 | 51 | 137 | 7 | 67 |
| Binary | 10001100 | 10010110 | 10000101 | 111 | 0 | 1011 | 101001 | 1011111 | 111 | 110111 |
Color Harmonies of #8C9685
Complementary color
Monochromatic Colors of #8C9685
Black with #8C9685
Text Example
Text Example
White with #8C9685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C9685; }
p { color: rgb(140,150,133); }
H1.HeaderClassName
{
color: #8C9685;
}
.AnyTagClassName
{
color: #8C9685;
}
</style>
background-color css
<style>
a { background-color: #8C9685; }
a { background-color: rgb(140,150,133); }
div.DivClassName
{
background-color: #8C9685;
}
.BgClassName
{
background-color: #8C9685;
}
</style>
border-color css
<style>
span { border-color: #8C9685; }
span { border-color: rgb(140,150,133); }
td.TdClassName
{
border-color: #8C9685;
}
.TagClassName
{
border-color: #8C9685;
}
</style>