Shades of Opium #968B8B
Tints of Opium #968B8B
RGB
CMYK
RGB Variations
Color information
#968B8B (or 0x968B8B) is known color: Opium. HEX triplet: 96, 8B and 8B. RGB value is (150,139,139). Sum of RGB (Red+Green+Blue) = 150+139+139=428 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.05% from 428); Green value is 139 (54.69% from 255 or 32.48% from 428); Blue value is 139 (54.69% from 255 or 32.48% from 428); Max value from RGB is 150 - color contains mainly: red. Hex color #968B8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968B8B is #697474. Grayscale: #8E8E8E. Windows color (decimal): -6911093 or 9145238. OLE color: 9145238.
HSL color Cylindrical-coordinate representation of color #968B8B: hue angle of 0º degrees, saturation: 0.05, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #968B8B is Cyan = 0, Magento = 0.07, Yellow = 0.07 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 139 | 139 | - |
| CMYK | 0 | 0.07 | 0.07 | 0.41 |
| HSL | 0º | 0.05% | 0.57% | - |
| HSV(B) | 0º | 0.07% | 0.59% | - |
| XYZ | 26.47 | 26.81 | 28.21 | - |
| YUV | 142.29 | 126.14 | 133.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 139 | 139 | 0 | 0.07 | 0.07 | 0.41 | 0 | 0.05 | 0.57 |
| Hex | 96 | 8B | 8B | 0 | 7 | 7 | 29 | 0 | 5 | 39 |
| Octal | 226 | 213 | 213 | 0 | 7 | 7 | 51 | 0 | 5 | 71 |
| Binary | 10010110 | 10001011 | 10001011 | 0 | 111 | 111 | 101001 | 0 | 101 | 111001 |
Color Harmonies of #968B8B
Complementary color
Monochromatic Colors of #968B8B
Black with #968B8B
Text Example
Text Example
White with #968B8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968B8B; }
p { color: rgb(150,139,139); }
H1.HeaderClassName
{
color: #968B8B;
}
.AnyTagClassName
{
color: #968B8B;
}
</style>
background-color css
<style>
a { background-color: #968B8B; }
a { background-color: rgb(150,139,139); }
div.DivClassName
{
background-color: #968B8B;
}
.BgClassName
{
background-color: #968B8B;
}
</style>
border-color css
<style>
span { border-color: #968B8B; }
span { border-color: rgb(150,139,139); }
td.TdClassName
{
border-color: #968B8B;
}
.TagClassName
{
border-color: #968B8B;
}
</style>