#9B8785

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

Shades of Opium #9B8785

Tints of Opium #9B8785

Color information

#9B8785 (or 0x9B8785) is unknown color: approx Opium. HEX triplet: 9B, 87 and 85. RGB value is (155,135,133). Sum of RGB (Red+Green+Blue) = 155+135+133=423 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.64% from 423); Green value is 135 (53.12% from 255 or 31.91% from 423); Blue value is 133 (52.34% from 255 or 31.44% from 423); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8785 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B8785 is #64787A. Grayscale: #8C8C8C. Windows color (decimal): -6584443 or 8751003. OLE color: 8751003.

HSL color Cylindrical-coordinate representation of color #9B8785: hue angle of 5.45º degrees, saturation: 0.1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9B8785 is Cyan = 0, Magento = 0.13, Yellow = 0.14 and Black (K on CMYK) = 0.39.

Color convert

RGB155135133-
CMYK00.130.140.39
HSL5.45º9.91%56.47%-
HSV(B)5.45º14.19%60.78%-
XYZ26.4225.9925.81-
YUV140.75123.63138.16-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 36.64%
GREEN value IS 135 (53.12% from 255) = 31.91%
BLUE value IS 133 (52.34% from 255) = 31.44%
R=36.64%
G=31.91%
B=31.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.14
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15513513300.130.140.395.459.9156.47
Hex9B87850DE275a38
Octal233207205015164751270
Binary1001101110000111100001010110111101001111011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,135,133); }

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

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

 a { background-color: rgb(155,135,133); }

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

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

 span { border-color: rgb(155,135,133); }

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