#9D8682

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

Shades of Opium #9D8682

Tints of Opium #9D8682

Color information

#9D8682 (or 0x9D8682) is unknown color: approx Opium. HEX triplet: 9D, 86 and 82. RGB value is (157,134,130). Sum of RGB (Red+Green+Blue) = 157+134+130=421 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.29% from 421); Green value is 134 (52.73% from 255 or 31.83% from 421); Blue value is 130 (51.17% from 255 or 30.88% from 421); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8682 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D8682 is #62797D. Grayscale: #8C8C8C. Windows color (decimal): -6453630 or 8554141. OLE color: 8554141.

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

Color convert

RGB157134130-
CMYK00.150.170.38
HSL8.89º12.11%56.27%-
HSV(B)8.89º17.2%61.57%-
XYZ26.4625.8324.71-
YUV140.42122.12139.83-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 37.29%
GREEN value IS 134 (52.73% from 255) = 31.83%
BLUE value IS 130 (51.17% from 255) = 30.88%
R=37.29%
G=31.83%
B=30.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.17
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15713413000.150.170.388.8912.1156.27
Hex9D86820F11269c38
Octal2352062020172146111470
Binary100111011000011010000010011111000110011010011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D8682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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