Shades of Opium #9C837F
Tints of Opium #9C837F
RGB
CMYK
RGB Variations
Color information
#9C837F (or 0x9C837F) is known color: Opium. HEX triplet: 9C, 83 and 7F. RGB value is (156,131,127). Sum of RGB (Red+Green+Blue) = 156+131+127=414 (54% of max value = 765). Red value is 156 (61.33% from 255 or 37.68% from 414); Green value is 131 (51.56% from 255 or 31.64% from 414); Blue value is 127 (50% from 255 or 30.68% from 414); Max value from RGB is 156 - color contains mainly: red. Hex color #9C837F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C837F is #637C80. Grayscale: #8A8A8A. Windows color (decimal): -6519937 or 8356764. OLE color: 8356764.
HSL color Cylindrical-coordinate representation of color #9C837F: hue angle of 8.28º 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 #9C837F is Cyan = 0, Magento = 0.16, Yellow = 0.19 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 131 | 127 | - |
| CMYK | 0 | 0.16 | 0.19 | 0.39 |
| HSL | 8.28º | 0.13% | 0.55% | - |
| HSV(B) | 8.28º | 0.19% | 0.61% | - |
| XYZ | 25.66 | 24.83 | 23.52 | - |
| YUV | 138.02 | 121.78 | 140.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 131 | 127 | 0 | 0.16 | 0.19 | 0.39 | 8.28 | 0.13 | 0.55 |
| Hex | 9C | 83 | 7F | 0 | 10 | 13 | 27 | 8 | D | 37 |
| Octal | 234 | 203 | 177 | 0 | 20 | 23 | 47 | 10 | 15 | 67 |
| Binary | 10011100 | 10000011 | 1111111 | 0 | 10000 | 10011 | 100111 | 1000 | 1101 | 110111 |
Color Harmonies of #9C837F
Complementary color
Monochromatic Colors of #9C837F
Black with #9C837F
Text Example
Text Example
White with #9C837F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C837F; }
p { color: rgb(156,131,127); }
H1.HeaderClassName
{
color: #9C837F;
}
.AnyTagClassName
{
color: #9C837F;
}
</style>
background-color css
<style>
a { background-color: #9C837F; }
a { background-color: rgb(156,131,127); }
div.DivClassName
{
background-color: #9C837F;
}
.BgClassName
{
background-color: #9C837F;
}
</style>
border-color css
<style>
span { border-color: #9C837F; }
span { border-color: rgb(156,131,127); }
td.TdClassName
{
border-color: #9C837F;
}
.TagClassName
{
border-color: #9C837F;
}
</style>