Shades of Opium #9A8684
Tints of Opium #9A8684
RGB
CMYK
RGB Variations
Color information
#9A8684 (or 0x9A8684) is known color: Opium. HEX triplet: 9A, 86 and 84. RGB value is (154,134,132). Sum of RGB (Red+Green+Blue) = 154+134+132=420 (55% of max value = 765). Red value is 154 (60.55% from 255 or 36.67% from 420); Green value is 134 (52.73% from 255 or 31.90% from 420); Blue value is 132 (51.95% from 255 or 31.43% from 420); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8684 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A8684 is #65797B. Grayscale: #8B8B8B. Windows color (decimal): -6650236 or 8685210. OLE color: 8685210.
HSL color Cylindrical-coordinate representation of color #9A8684: hue angle of 5.45º degrees, saturation: 0.1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9A8684 is Cyan = 0, Magento = 0.13, Yellow = 0.14 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 134 | 132 | - |
| CMYK | 0 | 0.13 | 0.14 | 0.40 |
| HSL | 5.45º | 0.1% | 0.56% | - |
| HSV(B) | 5.45º | 0.14% | 0.6% | - |
| XYZ | 26.02 | 25.59 | 25.4 | - |
| YUV | 139.75 | 123.63 | 138.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 134 | 132 | 0 | 0.13 | 0.14 | 0.40 | 5.45 | 0.1 | 0.56 |
| Hex | 9A | 86 | 84 | 0 | D | E | 28 | 5 | A | 38 |
| Octal | 232 | 206 | 204 | 0 | 15 | 16 | 50 | 5 | 12 | 70 |
| Binary | 10011010 | 10000110 | 10000100 | 0 | 1101 | 1110 | 101000 | 101 | 1010 | 111000 |
Color Harmonies of #9A8684
Complementary color
Monochromatic Colors of #9A8684
Black with #9A8684
Text Example
Text Example
White with #9A8684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A8684; }
p { color: rgb(154,134,132); }
H1.HeaderClassName
{
color: #9A8684;
}
.AnyTagClassName
{
color: #9A8684;
}
</style>
background-color css
<style>
a { background-color: #9A8684; }
a { background-color: rgb(154,134,132); }
div.DivClassName
{
background-color: #9A8684;
}
.BgClassName
{
background-color: #9A8684;
}
</style>
border-color css
<style>
span { border-color: #9A8684; }
span { border-color: rgb(154,134,132); }
td.TdClassName
{
border-color: #9A8684;
}
.TagClassName
{
border-color: #9A8684;
}
</style>