Shades of Opium #998483
Tints of Opium #998483
RGB
CMYK
RGB Variations
Color information
#998483 (or 0x998483) is known color: Opium. HEX triplet: 99, 84 and 83. RGB value is (153,132,131). Sum of RGB (Red+Green+Blue) = 153+132+131=416 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.78% from 416); Green value is 132 (51.95% from 255 or 31.73% from 416); Blue value is 131 (51.56% from 255 or 31.49% from 416); Max value from RGB is 153 - color contains mainly: red. Hex color #998483 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998483 is #667B7C. Grayscale: #8A8A8A. Windows color (decimal): -6716285 or 8619161. OLE color: 8619161.
HSL color Cylindrical-coordinate representation of color #998483: hue angle of 2.73º degrees, saturation: 0.1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #998483 is Cyan = 0, Magento = 0.14, Yellow = 0.14 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 132 | 131 | - |
| CMYK | 0 | 0.14 | 0.14 | 0.4 |
| HSL | 2.73º | 0.1% | 0.56% | - |
| HSV(B) | 2.73º | 0.14% | 0.6% | - |
| XYZ | 25.48 | 24.91 | 24.94 | - |
| YUV | 138.17 | 123.96 | 138.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 132 | 131 | 0 | 0.14 | 0.14 | 0.4 | 2.73 | 0.1 | 0.56 |
| Hex | 99 | 84 | 83 | 0 | E | E | 28 | 3 | A | 38 |
| Octal | 231 | 204 | 203 | 0 | 16 | 16 | 50 | 3 | 12 | 70 |
| Binary | 10011001 | 10000100 | 10000011 | 0 | 1110 | 1110 | 101000 | 11 | 1010 | 111000 |
Color Harmonies of #998483
Complementary color
Monochromatic Colors of #998483
Black with #998483
Text Example
Text Example
White with #998483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998483; }
p { color: rgb(153,132,131); }
H1.HeaderClassName
{
color: #998483;
}
.AnyTagClassName
{
color: #998483;
}
</style>
background-color css
<style>
a { background-color: #998483; }
a { background-color: rgb(153,132,131); }
div.DivClassName
{
background-color: #998483;
}
.BgClassName
{
background-color: #998483;
}
</style>
border-color css
<style>
span { border-color: #998483; }
span { border-color: rgb(153,132,131); }
td.TdClassName
{
border-color: #998483;
}
.TagClassName
{
border-color: #998483;
}
</style>