Shades of Opium #9C837E
Tints of Opium #9C837E
RGB
CMYK
RGB Variations
Color information
#9C837E (or 0x9C837E) is known color: Opium. HEX triplet: 9C, 83 and 7E. RGB value is (156,131,126). Sum of RGB (Red+Green+Blue) = 156+131+126=413 (54% of max value = 765). Red value is 156 (61.33% from 255 or 37.77% from 413); Green value is 131 (51.56% from 255 or 31.72% from 413); Blue value is 126 (49.61% from 255 or 30.51% from 413); Max value from RGB is 156 - color contains mainly: red. Hex color #9C837E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C837E is #637C81. Grayscale: #898989. Windows color (decimal): -6519938 or 8291228. OLE color: 8291228.
HSL color Cylindrical-coordinate representation of color #9C837E: hue angle of 10º degrees, saturation: 0.13, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9C837E is Cyan = 0, Magento = 0.16, Yellow = 0.19 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 131 | 126 | - |
| CMYK | 0 | 0.16 | 0.19 | 0.39 |
| HSL | 10º | 0.13% | 0.55% | - |
| HSV(B) | 10º | 0.19% | 0.61% | - |
| XYZ | 25.59 | 24.81 | 23.18 | - |
| YUV | 137.91 | 121.28 | 140.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 131 | 126 | 0 | 0.16 | 0.19 | 0.39 | 10 | 0.13 | 0.55 |
| Hex | 9C | 83 | 7E | 0 | 10 | 13 | 27 | A | D | 37 |
| Octal | 234 | 203 | 176 | 0 | 20 | 23 | 47 | 12 | 15 | 67 |
| Binary | 10011100 | 10000011 | 1111110 | 0 | 10000 | 10011 | 100111 | 1010 | 1101 | 110111 |
Color Harmonies of #9C837E
Complementary color
Monochromatic Colors of #9C837E
Black with #9C837E
Text Example
Text Example
White with #9C837E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C837E; }
p { color: rgb(156,131,126); }
H1.HeaderClassName
{
color: #9C837E;
}
.AnyTagClassName
{
color: #9C837E;
}
</style>
background-color css
<style>
a { background-color: #9C837E; }
a { background-color: rgb(156,131,126); }
div.DivClassName
{
background-color: #9C837E;
}
.BgClassName
{
background-color: #9C837E;
}
</style>
border-color css
<style>
span { border-color: #9C837E; }
span { border-color: rgb(156,131,126); }
td.TdClassName
{
border-color: #9C837E;
}
.TagClassName
{
border-color: #9C837E;
}
</style>