#968382

Color #968382 Opium (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Opium #968382

Tints of Opium #968382

Color information

#968382 (or 0x968382) is unknown color: approx Opium. HEX triplet: 96, 83 and 82. RGB value is (150,131,130). Sum of RGB (Red+Green+Blue) = 150+131+130=411 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.50% from 411); Green value is 131 (51.56% from 255 or 31.87% from 411); Blue value is 130 (51.17% from 255 or 31.63% from 411); Max value from RGB is 150 - color contains mainly: red. Hex color #968382 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968382 is #697C7D. Grayscale: #888888. Windows color (decimal): -6913150 or 8553366. OLE color: 8553366.

HSL color Cylindrical-coordinate representation of color #968382: hue angle of 3º degrees, saturation: 0.09, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #968382 is Cyan = 0, Magento = 0.13, Yellow = 0.13 and Black (K on CMYK) = 0.41.

Color convert

RGB150131130-
CMYK00.130.130.41
HSL8.7%54.9%-
HSV(B)13.33%58.82%-
XYZ24.7224.3324.51-
YUV136.57124.29137.58-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 150 (58.98% from 255) = 36.50%
GREEN value IS 131 (51.56% from 255) = 31.87%
BLUE value IS 130 (51.17% from 255) = 31.63%
R=36.50%
G=31.87%
B=31.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.13
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15013113000.130.130.4138.754.9
Hex9683820DD293937
Octal226203202015155131167
Binary100101101000001110000010011011101101001111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968382; }

 p { color: rgb(150,131,130); }

 H1.HeaderClassName
 {
   color: #968382;
 }
 .AnyTagClassName
 {
   color: #968382;
 }
</style>
background-color css

<style>
 a { background-color: #968382; }

 a { background-color: rgb(150,131,130); }

 div.DivClassName
 {
   background-color: #968382;
 }
 .BgClassName
 {
   background-color: #968382;
 }
</style>
border-color css

<style>
 span { border-color: #968382; }

 span { border-color: rgb(150,131,130); }

 td.TdClassName
 {
   border-color: #968382;
 }
 .TagClassName
 {
   border-color: #968382;
 }
</style>