Shades of Opium #9F817F
Tints of Opium #9F817F
RGB
CMYK
RGB Variations
Color information
#9F817F (or 0x9F817F) is known color: Opium. HEX triplet: 9F, 81 and 7F. RGB value is (159,129,127). Sum of RGB (Red+Green+Blue) = 159+129+127=415 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.31% from 415); Green value is 129 (50.78% from 255 or 31.08% from 415); Blue value is 127 (50% from 255 or 30.60% from 415); Max value from RGB is 159 - color contains mainly: red. Hex color #9F817F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F817F is #607E80. Grayscale: #898989. Windows color (decimal): -6323841 or 8356255. OLE color: 8356255.
HSL color Cylindrical-coordinate representation of color #9F817F: hue angle of 3.75º degrees, saturation: 0.14, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9F817F is Cyan = 0, Magento = 0.19, Yellow = 0.20 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 129 | 127 | - |
| CMYK | 0 | 0.19 | 0.20 | 0.38 |
| HSL | 3.75º | 0.14% | 0.56% | - |
| HSV(B) | 3.75º | 0.2% | 0.62% | - |
| XYZ | 25.98 | 24.6 | 23.46 | - |
| YUV | 137.74 | 121.94 | 143.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 129 | 127 | 0 | 0.19 | 0.20 | 0.38 | 3.75 | 0.14 | 0.56 |
| Hex | 9F | 81 | 7F | 0 | 13 | 14 | 26 | 4 | E | 38 |
| Octal | 237 | 201 | 177 | 0 | 23 | 24 | 46 | 4 | 16 | 70 |
| Binary | 10011111 | 10000001 | 1111111 | 0 | 10011 | 10100 | 100110 | 100 | 1110 | 111000 |
Color Harmonies of #9F817F
Complementary color
Monochromatic Colors of #9F817F
Black with #9F817F
Text Example
Text Example
White with #9F817F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F817F; }
p { color: rgb(159,129,127); }
H1.HeaderClassName
{
color: #9F817F;
}
.AnyTagClassName
{
color: #9F817F;
}
</style>
background-color css
<style>
a { background-color: #9F817F; }
a { background-color: rgb(159,129,127); }
div.DivClassName
{
background-color: #9F817F;
}
.BgClassName
{
background-color: #9F817F;
}
</style>
border-color css
<style>
span { border-color: #9F817F; }
span { border-color: rgb(159,129,127); }
td.TdClassName
{
border-color: #9F817F;
}
.TagClassName
{
border-color: #9F817F;
}
</style>