#9D8685

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

Shades of Opium #9D8685

Tints of Opium #9D8685

Color information

#9D8685 (or 0x9D8685) is unknown color: approx Opium. HEX triplet: 9D, 86 and 85. RGB value is (157,134,133). Sum of RGB (Red+Green+Blue) = 157+134+133=424 (56% of max value = 765). Red value is 157 (61.72% from 255 or 37.03% from 424); Green value is 134 (52.73% from 255 or 31.60% from 424); Blue value is 133 (52.34% from 255 or 31.37% from 424); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8685 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D8685 is #62797A. Grayscale: #8C8C8C. Windows color (decimal): -6453627 or 8750749. OLE color: 8750749.

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

Color convert

RGB157134133-
CMYK00.150.150.38
HSL2.5º10.91%56.86%-
HSV(B)2.5º15.29%61.57%-
XYZ26.6625.9125.79-
YUV140.76123.62139.58-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 37.03%
GREEN value IS 134 (52.73% from 255) = 31.60%
BLUE value IS 133 (52.34% from 255) = 31.37%
R=37.03%
G=31.60%
B=31.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.15
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15713413300.150.150.382.510.9156.86
Hex9D86850FF263b39
Octal235206205017174631371
Binary100111011000011010000101011111111100110111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D8685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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