Shades of Opium #96827F
Tints of Opium #96827F
RGB
CMYK
RGB Variations
Color information
#96827F (or 0x96827F) is known color: Opium. HEX triplet: 96, 82 and 7F. RGB value is (150,130,127). Sum of RGB (Red+Green+Blue) = 150+130+127=407 (53% of max value = 765). Red value is 150 (58.98% from 255 or 36.86% from 407); Green value is 130 (51.17% from 255 or 31.94% from 407); Blue value is 127 (50% from 255 or 31.20% from 407); Max value from RGB is 150 - color contains mainly: red. Hex color #96827F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96827F is #697D80. Grayscale: #878787. Windows color (decimal): -6913409 or 8356502. OLE color: 8356502.
HSL color Cylindrical-coordinate representation of color #96827F: hue angle of 7.83º 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 #96827F is Cyan = 0, Magento = 0.13, Yellow = 0.15 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 130 | 127 | - |
| CMYK | 0 | 0.13 | 0.15 | 0.41 |
| HSL | 7.83º | 0.1% | 0.54% | - |
| HSV(B) | 7.83º | 0.15% | 0.59% | - |
| XYZ | 24.39 | 23.98 | 23.42 | - |
| YUV | 135.64 | 123.13 | 138.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 130 | 127 | 0 | 0.13 | 0.15 | 0.41 | 7.83 | 0.1 | 0.54 |
| Hex | 96 | 82 | 7F | 0 | D | F | 29 | 8 | A | 36 |
| Octal | 226 | 202 | 177 | 0 | 15 | 17 | 51 | 10 | 12 | 66 |
| Binary | 10010110 | 10000010 | 1111111 | 0 | 1101 | 1111 | 101001 | 1000 | 1010 | 110110 |
Color Harmonies of #96827F
Complementary color
Monochromatic Colors of #96827F
Black with #96827F
Text Example
Text Example
White with #96827F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96827F; }
p { color: rgb(150,130,127); }
H1.HeaderClassName
{
color: #96827F;
}
.AnyTagClassName
{
color: #96827F;
}
</style>
background-color css
<style>
a { background-color: #96827F; }
a { background-color: rgb(150,130,127); }
div.DivClassName
{
background-color: #96827F;
}
.BgClassName
{
background-color: #96827F;
}
</style>
border-color css
<style>
span { border-color: #96827F; }
span { border-color: rgb(150,130,127); }
td.TdClassName
{
border-color: #96827F;
}
.TagClassName
{
border-color: #96827F;
}
</style>