#9D8986

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

Shades of Opium #9D8986

Tints of Opium #9D8986

Color information

#9D8986 (or 0x9D8986) is unknown color: approx Opium. HEX triplet: 9D, 89 and 86. RGB value is (157,137,134). Sum of RGB (Red+Green+Blue) = 157+137+134=428 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.68% from 428); Green value is 137 (53.91% from 255 or 32.01% from 428); Blue value is 134 (52.73% from 255 or 31.31% from 428); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8986 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D8986 is #627679. Grayscale: #8E8E8E. Windows color (decimal): -6452858 or 8817053. OLE color: 8817053.

HSL color Cylindrical-coordinate representation of color #9D8986: hue angle of 7.83º 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 #9D8986 is Cyan = 0, Magento = 0.13, Yellow = 0.15 and Black (K on CMYK) = 0.38.

Color convert

RGB157137134-
CMYK00.130.150.38
HSL7.83º10.5%57.06%-
HSV(B)7.83º14.65%61.57%-
XYZ27.1526.7826.29-
YUV142.64123.13138.24-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 36.68%
GREEN value IS 137 (53.91% from 255) = 32.01%
BLUE value IS 134 (52.73% from 255) = 31.31%
R=36.68%
G=32.01%
B=31.31%

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
Decimal15713713400.130.150.387.8310.557.06
Hex9D89860DF268b39
Octal2352112060151746101371
Binary10011101100010011000011001101111110011010001011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D8986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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