Shades of Opium #998685
Tints of Opium #998685
RGB
CMYK
RGB Variations
Color information
#998685 (or 0x998685) is known color: Opium. HEX triplet: 99, 86 and 85. RGB value is (153,134,133). Sum of RGB (Red+Green+Blue) = 153+134+133=420 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.43% from 420); Green value is 134 (52.73% from 255 or 31.90% from 420); Blue value is 133 (52.34% from 255 or 31.67% from 420); Max value from RGB is 153 - color contains mainly: red. Hex color #998685 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998685 is #66797A. Grayscale: #8B8B8B. Windows color (decimal): -6715771 or 8750745. OLE color: 8750745.
HSL color Cylindrical-coordinate representation of color #998685: hue angle of 3º degrees, saturation: 0.09, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #998685 is Cyan = 0, Magento = 0.12, Yellow = 0.13 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 134 | 133 | - |
| CMYK | 0 | 0.12 | 0.13 | 0.4 |
| HSL | 3º | 0.09% | 0.56% | - |
| HSV(B) | 3º | 0.13% | 0.6% | - |
| XYZ | 25.9 | 25.52 | 25.75 | - |
| YUV | 139.57 | 124.29 | 137.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 134 | 133 | 0 | 0.12 | 0.13 | 0.4 | 3 | 0.09 | 0.56 |
| Hex | 99 | 86 | 85 | 0 | C | D | 28 | 3 | 9 | 38 |
| Octal | 231 | 206 | 205 | 0 | 14 | 15 | 50 | 3 | 11 | 70 |
| Binary | 10011001 | 10000110 | 10000101 | 0 | 1100 | 1101 | 101000 | 11 | 1001 | 111000 |
Color Harmonies of #998685
Complementary color
Monochromatic Colors of #998685
Black with #998685
Text Example
Text Example
White with #998685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998685; }
p { color: rgb(153,134,133); }
H1.HeaderClassName
{
color: #998685;
}
.AnyTagClassName
{
color: #998685;
}
</style>
background-color css
<style>
a { background-color: #998685; }
a { background-color: rgb(153,134,133); }
div.DivClassName
{
background-color: #998685;
}
.BgClassName
{
background-color: #998685;
}
</style>
border-color css
<style>
span { border-color: #998685; }
span { border-color: rgb(153,134,133); }
td.TdClassName
{
border-color: #998685;
}
.TagClassName
{
border-color: #998685;
}
</style>