Shades of Opium #9C8682
Tints of Opium #9C8682
RGB
CMYK
RGB Variations
Color information
#9C8682 (or 0x9C8682) is known color: Opium. HEX triplet: 9C, 86 and 82. RGB value is (156,134,130). Sum of RGB (Red+Green+Blue) = 156+134+130=420 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.14% from 420); Green value is 134 (52.73% from 255 or 31.90% from 420); Blue value is 130 (51.17% from 255 or 30.95% from 420); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8682 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C8682 is #63797D. Grayscale: #8C8C8C. Windows color (decimal): -6519166 or 8554140. OLE color: 8554140.
HSL color Cylindrical-coordinate representation of color #9C8682: hue angle of 9.23º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9C8682 is Cyan = 0, Magento = 0.14, Yellow = 0.17 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 134 | 130 | - |
| CMYK | 0 | 0.14 | 0.17 | 0.39 |
| HSL | 9.23º | 0.12% | 0.56% | - |
| HSV(B) | 9.23º | 0.17% | 0.61% | - |
| XYZ | 26.26 | 25.73 | 24.7 | - |
| YUV | 140.12 | 122.29 | 139.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 134 | 130 | 0 | 0.14 | 0.17 | 0.39 | 9.23 | 0.12 | 0.56 |
| Hex | 9C | 86 | 82 | 0 | E | 11 | 27 | 9 | C | 38 |
| Octal | 234 | 206 | 202 | 0 | 16 | 21 | 47 | 11 | 14 | 70 |
| Binary | 10011100 | 10000110 | 10000010 | 0 | 1110 | 10001 | 100111 | 1001 | 1100 | 111000 |
Color Harmonies of #9C8682
Complementary color
Monochromatic Colors of #9C8682
Black with #9C8682
Text Example
Text Example
White with #9C8682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C8682; }
p { color: rgb(156,134,130); }
H1.HeaderClassName
{
color: #9C8682;
}
.AnyTagClassName
{
color: #9C8682;
}
</style>
background-color css
<style>
a { background-color: #9C8682; }
a { background-color: rgb(156,134,130); }
div.DivClassName
{
background-color: #9C8682;
}
.BgClassName
{
background-color: #9C8682;
}
</style>
border-color css
<style>
span { border-color: #9C8682; }
span { border-color: rgb(156,134,130); }
td.TdClassName
{
border-color: #9C8682;
}
.TagClassName
{
border-color: #9C8682;
}
</style>