#9E8080

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

Shades of Opium #9E8080

Tints of Opium #9E8080

Color information

#9E8080 (or 0x9E8080) is unknown color: approx Opium. HEX triplet: 9E, 80 and 80. RGB value is (158,128,128). Sum of RGB (Red+Green+Blue) = 158+128+128=414 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.16% from 414); Green value is 128 (50.39% from 255 or 30.92% from 414); Blue value is 128 (50.39% from 255 or 30.92% from 414); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8080 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E8080 is #617F7F. Grayscale: #898989. Windows color (decimal): -6389632 or 8421534. OLE color: 8421534.

HSL color Cylindrical-coordinate representation of color #9E8080: hue angle of 0º degrees, saturation: 0.13, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9E8080 is Cyan = 0, Magento = 0.19, Yellow = 0.19 and Black (K on CMYK) = 0.38.

Color convert

RGB158128128-
CMYK00.190.190.38
HSL13.39%56.08%-
HSV(B)18.99%61.96%-
XYZ25.7224.2723.75-
YUV136.97122.94143-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 38.16%
GREEN value IS 128 (50.39% from 255) = 30.92%
BLUE value IS 128 (50.39% from 255) = 30.92%
R=38.16%
G=30.92%
B=30.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.19
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15812812800.190.190.38013.3956.08
Hex9E808001313260d38
Octal236200200023234601570
Binary1001111010000000100000000100111001110011001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E8080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9E8080; }

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

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

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

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

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

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

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

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