#9E8784

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

Shades of Opium #9E8784

Tints of Opium #9E8784

Color information

#9E8784 (or 0x9E8784) is unknown color: approx Opium. HEX triplet: 9E, 87 and 84. RGB value is (158,135,132). Sum of RGB (Red+Green+Blue) = 158+135+132=425 (56% of max value = 765). Red value is 158 (62.11% from 255 or 37.18% from 425); Green value is 135 (53.12% from 255 or 31.76% from 425); Blue value is 132 (51.95% from 255 or 31.06% from 425); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8784 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E8784 is #61787B. Grayscale: #8D8D8D. Windows color (decimal): -6387836 or 8685470. OLE color: 8685470.

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

Color convert

RGB158135132-
CMYK00.150.160.38
HSL6.92º11.82%56.86%-
HSV(B)6.92º16.46%61.96%-
XYZ26.9326.2625.48-
YUV141.54122.62139.74-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 37.18%
GREEN value IS 135 (53.12% from 255) = 31.76%
BLUE value IS 132 (51.95% from 255) = 31.06%
R=37.18%
G=31.76%
B=31.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.16
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15813513200.150.160.386.9211.8256.86
Hex9E87840F10267c39
Octal236207204017204671471
Binary10011110100001111000010001111100001001101111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E8784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,135,132); }

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

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

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

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

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

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

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