Shades of Opium #9F837E
Tints of Opium #9F837E
RGB
CMYK
RGB Variations
Color information
#9F837E (or 0x9F837E) is known color: Opium. HEX triplet: 9F, 83 and 7E. RGB value is (159,131,126). Sum of RGB (Red+Green+Blue) = 159+131+126=416 (55% of max value = 765). Red value is 159 (62.5% from 255 or 38.22% from 416); Green value is 131 (51.56% from 255 or 31.49% from 416); Blue value is 126 (49.61% from 255 or 30.29% from 416); Max value from RGB is 159 - color contains mainly: red. Hex color #9F837E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F837E is #607C81. Grayscale: #8A8A8A. Windows color (decimal): -6323330 or 8291231. OLE color: 8291231.
HSL color Cylindrical-coordinate representation of color #9F837E: hue angle of 9.09º degrees, saturation: 0.15, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9F837E is Cyan = 0, Magento = 0.18, Yellow = 0.21 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 131 | 126 | - |
| CMYK | 0 | 0.18 | 0.21 | 0.38 |
| HSL | 9.09º | 0.15% | 0.56% | - |
| HSV(B) | 9.09º | 0.21% | 0.62% | - |
| XYZ | 26.18 | 25.11 | 23.21 | - |
| YUV | 138.8 | 120.78 | 142.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 131 | 126 | 0 | 0.18 | 0.21 | 0.38 | 9.09 | 0.15 | 0.56 |
| Hex | 9F | 83 | 7E | 0 | 12 | 15 | 26 | 9 | F | 38 |
| Octal | 237 | 203 | 176 | 0 | 22 | 25 | 46 | 11 | 17 | 70 |
| Binary | 10011111 | 10000011 | 1111110 | 0 | 10010 | 10101 | 100110 | 1001 | 1111 | 111000 |
Color Harmonies of #9F837E
Complementary color
Monochromatic Colors of #9F837E
Black with #9F837E
Text Example
Text Example
White with #9F837E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F837E; }
p { color: rgb(159,131,126); }
H1.HeaderClassName
{
color: #9F837E;
}
.AnyTagClassName
{
color: #9F837E;
}
</style>
background-color css
<style>
a { background-color: #9F837E; }
a { background-color: rgb(159,131,126); }
div.DivClassName
{
background-color: #9F837E;
}
.BgClassName
{
background-color: #9F837E;
}
</style>
border-color css
<style>
span { border-color: #9F837E; }
span { border-color: rgb(159,131,126); }
td.TdClassName
{
border-color: #9F837E;
}
.TagClassName
{
border-color: #9F837E;
}
</style>