Shades of Opium #96807F
Tints of Opium #96807F
RGB
CMYK
RGB Variations
Color information
#96807F (or 0x96807F) is known color: Opium. HEX triplet: 96, 80 and 7F. RGB value is (150,128,127). Sum of RGB (Red+Green+Blue) = 150+128+127=405 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.04% from 405); Green value is 128 (50.39% from 255 or 31.60% from 405); Blue value is 127 (50% from 255 or 31.36% from 405); Max value from RGB is 150 - color contains mainly: red. Hex color #96807F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96807F is #697F80. Grayscale: #868686. Windows color (decimal): -6913921 or 8355990. OLE color: 8355990.
HSL color Cylindrical-coordinate representation of color #96807F: hue angle of 2.61º degrees, saturation: 0.1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #96807F is Cyan = 0, Magento = 0.15, Yellow = 0.15 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 128 | 127 | - |
| CMYK | 0 | 0.15 | 0.15 | 0.41 |
| HSL | 2.61º | 0.1% | 0.54% | - |
| HSV(B) | 2.61º | 0.15% | 0.59% | - |
| XYZ | 24.13 | 23.45 | 23.33 | - |
| YUV | 134.46 | 123.79 | 139.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 128 | 127 | 0 | 0.15 | 0.15 | 0.41 | 2.61 | 0.1 | 0.54 |
| Hex | 96 | 80 | 7F | 0 | F | F | 29 | 3 | A | 36 |
| Octal | 226 | 200 | 177 | 0 | 17 | 17 | 51 | 3 | 12 | 66 |
| Binary | 10010110 | 10000000 | 1111111 | 0 | 1111 | 1111 | 101001 | 11 | 1010 | 110110 |
Color Harmonies of #96807F
Complementary color
Monochromatic Colors of #96807F
Black with #96807F
Text Example
Text Example
White with #96807F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96807F; }
p { color: rgb(150,128,127); }
H1.HeaderClassName
{
color: #96807F;
}
.AnyTagClassName
{
color: #96807F;
}
</style>
background-color css
<style>
a { background-color: #96807F; }
a { background-color: rgb(150,128,127); }
div.DivClassName
{
background-color: #96807F;
}
.BgClassName
{
background-color: #96807F;
}
</style>
border-color css
<style>
span { border-color: #96807F; }
span { border-color: rgb(150,128,127); }
td.TdClassName
{
border-color: #96807F;
}
.TagClassName
{
border-color: #96807F;
}
</style>