Shades of Opium #968686
Tints of Opium #968686
RGB
CMYK
RGB Variations
Color information
#968686 (or 0x968686) is known color: Opium. HEX triplet: 96, 86 and 86. RGB value is (150,134,134). Sum of RGB (Red+Green+Blue) = 150+134+134=418 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.89% from 418); Green value is 134 (52.73% from 255 or 32.06% from 418); Blue value is 134 (52.73% from 255 or 32.06% from 418); Max value from RGB is 150 - color contains mainly: red. Hex color #968686 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968686 is #697979. Grayscale: #8A8A8A. Windows color (decimal): -6912378 or 8816278. OLE color: 8816278.
HSL color Cylindrical-coordinate representation of color #968686: hue angle of 0º degrees, saturation: 0.07, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #968686 is Cyan = 0, Magento = 0.11, Yellow = 0.11 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 134 | 134 | - |
| CMYK | 0 | 0.11 | 0.11 | 0.41 |
| HSL | 0º | 0.07% | 0.56% | - |
| HSV(B) | 0º | 0.11% | 0.59% | - |
| XYZ | 25.41 | 25.26 | 26.09 | - |
| YUV | 138.78 | 125.3 | 136 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 134 | 134 | 0 | 0.11 | 0.11 | 0.41 | 0 | 0.07 | 0.56 |
| Hex | 96 | 86 | 86 | 0 | B | B | 29 | 0 | 7 | 38 |
| Octal | 226 | 206 | 206 | 0 | 13 | 13 | 51 | 0 | 7 | 70 |
| Binary | 10010110 | 10000110 | 10000110 | 0 | 1011 | 1011 | 101001 | 0 | 111 | 111000 |
Color Harmonies of #968686
Complementary color
Monochromatic Colors of #968686
Black with #968686
Text Example
Text Example
White with #968686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968686; }
p { color: rgb(150,134,134); }
H1.HeaderClassName
{
color: #968686;
}
.AnyTagClassName
{
color: #968686;
}
</style>
background-color css
<style>
a { background-color: #968686; }
a { background-color: rgb(150,134,134); }
div.DivClassName
{
background-color: #968686;
}
.BgClassName
{
background-color: #968686;
}
</style>
border-color css
<style>
span { border-color: #968686; }
span { border-color: rgb(150,134,134); }
td.TdClassName
{
border-color: #968686;
}
.TagClassName
{
border-color: #968686;
}
</style>