Shades of Opium #998380
Tints of Opium #998380
RGB
CMYK
RGB Variations
Color information
#998380 (or 0x998380) is known color: Opium. HEX triplet: 99, 83 and 80. RGB value is (153,131,128). Sum of RGB (Red+Green+Blue) = 153+131+128=412 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.14% from 412); Green value is 131 (51.56% from 255 or 31.80% from 412); Blue value is 128 (50.39% from 255 or 31.07% from 412); Max value from RGB is 153 - color contains mainly: red. Hex color #998380 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998380 is #667C7F. Grayscale: #898989. Windows color (decimal): -6716544 or 8422297. OLE color: 8422297.
HSL color Cylindrical-coordinate representation of color #998380: hue angle of 7.2º 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 #998380 is Cyan = 0, Magento = 0.14, Yellow = 0.16 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 131 | 128 | - |
| CMYK | 0 | 0.14 | 0.16 | 0.4 |
| HSL | 7.2º | 0.11% | 0.55% | - |
| HSV(B) | 7.2º | 0.16% | 0.6% | - |
| XYZ | 25.15 | 24.56 | 23.84 | - |
| YUV | 137.24 | 122.79 | 139.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 131 | 128 | 0 | 0.14 | 0.16 | 0.4 | 7.2 | 0.11 | 0.55 |
| Hex | 99 | 83 | 80 | 0 | E | 10 | 28 | 7 | B | 37 |
| Octal | 231 | 203 | 200 | 0 | 16 | 20 | 50 | 7 | 13 | 67 |
| Binary | 10011001 | 10000011 | 10000000 | 0 | 1110 | 10000 | 101000 | 111 | 1011 | 110111 |
Color Harmonies of #998380
Complementary color
Monochromatic Colors of #998380
Black with #998380
Text Example
Text Example
White with #998380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998380; }
p { color: rgb(153,131,128); }
H1.HeaderClassName
{
color: #998380;
}
.AnyTagClassName
{
color: #998380;
}
</style>
background-color css
<style>
a { background-color: #998380; }
a { background-color: rgb(153,131,128); }
div.DivClassName
{
background-color: #998380;
}
.BgClassName
{
background-color: #998380;
}
</style>
border-color css
<style>
span { border-color: #998380; }
span { border-color: rgb(153,131,128); }
td.TdClassName
{
border-color: #998380;
}
.TagClassName
{
border-color: #998380;
}
</style>