Shades of Opium #9B8686
Tints of Opium #9B8686
RGB
CMYK
RGB Variations
Color information
#9B8686 (or 0x9B8686) is known color: Opium. HEX triplet: 9B, 86 and 86. RGB value is (155,134,134). Sum of RGB (Red+Green+Blue) = 155+134+134=423 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.64% from 423); Green value is 134 (52.73% from 255 or 31.68% from 423); Blue value is 134 (52.73% from 255 or 31.68% from 423); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8686 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B8686 is #647979. Grayscale: #8C8C8C. Windows color (decimal): -6584698 or 8816283. OLE color: 8816283.
HSL color Cylindrical-coordinate representation of color #9B8686: hue angle of 0º degrees, saturation: 0.1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9B8686 is Cyan = 0, Magento = 0.14, Yellow = 0.14 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 134 | 134 | - |
| CMYK | 0 | 0.14 | 0.14 | 0.39 |
| HSL | 0º | 0.1% | 0.57% | - |
| HSV(B) | 0º | 0.14% | 0.61% | - |
| XYZ | 26.35 | 25.74 | 26.13 | - |
| YUV | 140.28 | 124.46 | 138.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 134 | 134 | 0 | 0.14 | 0.14 | 0.39 | 0 | 0.1 | 0.57 |
| Hex | 9B | 86 | 86 | 0 | E | E | 27 | 0 | A | 39 |
| Octal | 233 | 206 | 206 | 0 | 16 | 16 | 47 | 0 | 12 | 71 |
| Binary | 10011011 | 10000110 | 10000110 | 0 | 1110 | 1110 | 100111 | 0 | 1010 | 111001 |
Color Harmonies of #9B8686
Complementary color
Monochromatic Colors of #9B8686
Black with #9B8686
Text Example
Text Example
White with #9B8686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B8686; }
p { color: rgb(155,134,134); }
H1.HeaderClassName
{
color: #9B8686;
}
.AnyTagClassName
{
color: #9B8686;
}
</style>
background-color css
<style>
a { background-color: #9B8686; }
a { background-color: rgb(155,134,134); }
div.DivClassName
{
background-color: #9B8686;
}
.BgClassName
{
background-color: #9B8686;
}
</style>
border-color css
<style>
span { border-color: #9B8686; }
span { border-color: rgb(155,134,134); }
td.TdClassName
{
border-color: #9B8686;
}
.TagClassName
{
border-color: #9B8686;
}
</style>