Shades of Opium #9C8886
Tints of Opium #9C8886
RGB
CMYK
RGB Variations
Color information
#9C8886 (or 0x9C8886) is known color: Opium. HEX triplet: 9C, 88 and 86. RGB value is (156,136,134). Sum of RGB (Red+Green+Blue) = 156+136+134=426 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.62% from 426); Green value is 136 (53.52% from 255 or 31.92% from 426); Blue value is 134 (52.73% from 255 or 31.46% from 426); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8886 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C8886 is #637779. Grayscale: #8D8D8D. Windows color (decimal): -6518650 or 8816796. OLE color: 8816796.
HSL color Cylindrical-coordinate representation of color #9C8886: hue angle of 5.45º 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 #9C8886 is Cyan = 0, Magento = 0.13, Yellow = 0.14 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 136 | 134 | - |
| CMYK | 0 | 0.13 | 0.14 | 0.39 |
| HSL | 5.45º | 0.1% | 0.57% | - |
| HSV(B) | 5.45º | 0.14% | 0.61% | - |
| XYZ | 26.82 | 26.4 | 26.24 | - |
| YUV | 141.75 | 123.63 | 138.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 136 | 134 | 0 | 0.13 | 0.14 | 0.39 | 5.45 | 0.1 | 0.57 |
| Hex | 9C | 88 | 86 | 0 | D | E | 27 | 5 | A | 39 |
| Octal | 234 | 210 | 206 | 0 | 15 | 16 | 47 | 5 | 12 | 71 |
| Binary | 10011100 | 10001000 | 10000110 | 0 | 1101 | 1110 | 100111 | 101 | 1010 | 111001 |
Color Harmonies of #9C8886
Complementary color
Monochromatic Colors of #9C8886
Black with #9C8886
Text Example
Text Example
White with #9C8886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C8886; }
p { color: rgb(156,136,134); }
H1.HeaderClassName
{
color: #9C8886;
}
.AnyTagClassName
{
color: #9C8886;
}
</style>
background-color css
<style>
a { background-color: #9C8886; }
a { background-color: rgb(156,136,134); }
div.DivClassName
{
background-color: #9C8886;
}
.BgClassName
{
background-color: #9C8886;
}
</style>
border-color css
<style>
span { border-color: #9C8886; }
span { border-color: rgb(156,136,134); }
td.TdClassName
{
border-color: #9C8886;
}
.TagClassName
{
border-color: #9C8886;
}
</style>