Shades of Opium #98837F
Tints of Opium #98837F
RGB
CMYK
RGB Variations
Color information
#98837F (or 0x98837F) is known color: Opium. HEX triplet: 98, 83 and 7F. RGB value is (152,131,127). Sum of RGB (Red+Green+Blue) = 152+131+127=410 (54% of max value = 765). Red value is 152 (59.77% from 255 or 37.07% from 410); Green value is 131 (51.56% from 255 or 31.95% from 410); Blue value is 127 (50% from 255 or 30.98% from 410); Max value from RGB is 152 - color contains mainly: red. Hex color #98837F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98837F is #677C80. Grayscale: #888888. Windows color (decimal): -6782081 or 8356760. OLE color: 8356760.
HSL color Cylindrical-coordinate representation of color #98837F: hue angle of 9.6º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #98837F is Cyan = 0, Magento = 0.14, Yellow = 0.16 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 131 | 127 | - |
| CMYK | 0 | 0.14 | 0.16 | 0.40 |
| HSL | 9.6º | 0.11% | 0.55% | - |
| HSV(B) | 9.6º | 0.16% | 0.6% | - |
| XYZ | 24.9 | 24.44 | 23.48 | - |
| YUV | 136.82 | 122.46 | 138.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 131 | 127 | 0 | 0.14 | 0.16 | 0.40 | 9.6 | 0.11 | 0.55 |
| Hex | 98 | 83 | 7F | 0 | E | 10 | 28 | A | B | 37 |
| Octal | 230 | 203 | 177 | 0 | 16 | 20 | 50 | 12 | 13 | 67 |
| Binary | 10011000 | 10000011 | 1111111 | 0 | 1110 | 10000 | 101000 | 1010 | 1011 | 110111 |
Color Harmonies of #98837F
Complementary color
Monochromatic Colors of #98837F
Black with #98837F
Text Example
Text Example
White with #98837F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98837F; }
p { color: rgb(152,131,127); }
H1.HeaderClassName
{
color: #98837F;
}
.AnyTagClassName
{
color: #98837F;
}
</style>
background-color css
<style>
a { background-color: #98837F; }
a { background-color: rgb(152,131,127); }
div.DivClassName
{
background-color: #98837F;
}
.BgClassName
{
background-color: #98837F;
}
</style>
border-color css
<style>
span { border-color: #98837F; }
span { border-color: rgb(152,131,127); }
td.TdClassName
{
border-color: #98837F;
}
.TagClassName
{
border-color: #98837F;
}
</style>