Shades of Opium #9D817C
Tints of Opium #9D817C
RGB
CMYK
RGB Variations
Color information
#9D817C (or 0x9D817C) is known color: Opium. HEX triplet: 9D, 81 and 7C. RGB value is (157,129,124). Sum of RGB (Red+Green+Blue) = 157+129+124=410 (54% of max value = 765). Red value is 157 (61.72% from 255 or 38.29% from 410); Green value is 129 (50.78% from 255 or 31.46% from 410); Blue value is 124 (48.83% from 255 or 30.24% from 410); Max value from RGB is 157 - color contains mainly: red. Hex color #9D817C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D817C is #627E83. Grayscale: #888888. Windows color (decimal): -6454916 or 8159645. OLE color: 8159645.
HSL color Cylindrical-coordinate representation of color #9D817C: hue angle of 9.09º degrees, saturation: 0.14, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9D817C is Cyan = 0, Magento = 0.18, Yellow = 0.21 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 129 | 124 | - |
| CMYK | 0 | 0.18 | 0.21 | 0.38 |
| HSL | 9.09º | 0.14% | 0.55% | - |
| HSV(B) | 9.09º | 0.21% | 0.62% | - |
| XYZ | 25.39 | 24.32 | 22.43 | - |
| YUV | 136.8 | 120.78 | 142.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 129 | 124 | 0 | 0.18 | 0.21 | 0.38 | 9.09 | 0.14 | 0.55 |
| Hex | 9D | 81 | 7C | 0 | 12 | 15 | 26 | 9 | E | 37 |
| Octal | 235 | 201 | 174 | 0 | 22 | 25 | 46 | 11 | 16 | 67 |
| Binary | 10011101 | 10000001 | 1111100 | 0 | 10010 | 10101 | 100110 | 1001 | 1110 | 110111 |
Color Harmonies of #9D817C
Complementary color
Monochromatic Colors of #9D817C
Black with #9D817C
Text Example
Text Example
White with #9D817C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D817C; }
p { color: rgb(157,129,124); }
H1.HeaderClassName
{
color: #9D817C;
}
.AnyTagClassName
{
color: #9D817C;
}
</style>
background-color css
<style>
a { background-color: #9D817C; }
a { background-color: rgb(157,129,124); }
div.DivClassName
{
background-color: #9D817C;
}
.BgClassName
{
background-color: #9D817C;
}
</style>
border-color css
<style>
span { border-color: #9D817C; }
span { border-color: rgb(157,129,124); }
td.TdClassName
{
border-color: #9D817C;
}
.TagClassName
{
border-color: #9D817C;
}
</style>