#9D8886

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

Shades of Opium #9D8886

Tints of Opium #9D8886

Color information

#9D8886 (or 0x9D8886) is unknown color: approx Opium. HEX triplet: 9D, 88 and 86. RGB value is (157,136,134). Sum of RGB (Red+Green+Blue) = 157+136+134=427 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.77% from 427); Green value is 136 (53.52% from 255 or 31.85% from 427); Blue value is 134 (52.73% from 255 or 31.38% from 427); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8886 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D8886 is #627779. Grayscale: #8E8E8E. Windows color (decimal): -6453114 or 8816797. OLE color: 8816797.

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

Color convert

RGB157136134-
CMYK00.130.150.38
HSL5.22º10.5%57.06%-
HSV(B)5.22º14.65%61.57%-
XYZ27.0126.526.25-
YUV142.05123.46138.66-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 36.77%
GREEN value IS 136 (53.52% from 255) = 31.85%
BLUE value IS 134 (52.73% from 255) = 31.38%
R=36.77%
G=31.85%
B=31.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.15
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15713613400.130.150.385.2210.557.06
Hex9D88860DF265b39
Octal235210206015174651371
Binary1001110110001000100001100110111111001101011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D8886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,136,134); }

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

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

 a { background-color: rgb(157,136,134); }

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

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

 span { border-color: rgb(157,136,134); }

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