#968080

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

Shades of Opium #968080

Tints of Opium #968080

Color information

#968080 (or 0x968080) is unknown color: approx Opium. HEX triplet: 96, 80 and 80. RGB value is (150,128,128). Sum of RGB (Red+Green+Blue) = 150+128+128=406 (53% of max value = 765). Red value is 150 (58.98% from 255 or 36.95% from 406); Green value is 128 (50.39% from 255 or 31.53% from 406); Blue value is 128 (50.39% from 255 or 31.53% from 406); Max value from RGB is 150 - color contains mainly: red. Hex color #968080 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968080 is #697F7F. Grayscale: #868686. Windows color (decimal): -6913920 or 8421526. OLE color: 8421526.

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

Color convert

RGB150128128-
CMYK00.150.150.41
HSL9.48%54.51%-
HSV(B)14.67%58.82%-
XYZ24.1923.4823.68-
YUV134.58124.29139-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.95%
GREEN value IS 128 (50.39% from 255) = 31.53%
BLUE value IS 128 (50.39% from 255) = 31.53%
R=36.95%
G=31.53%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.15
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15012812800.150.150.4109.4854.51
Hex9680800FF290937
Octal226200200017175101167
Binary10010110100000001000000001111111110100101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968080; }

 p { color: rgb(150,128,128); }

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

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

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

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

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

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

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