#9C8785

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

Shades of Opium #9C8785

Tints of Opium #9C8785

Color information

#9C8785 (or 0x9C8785) is unknown color: approx Opium. HEX triplet: 9C, 87 and 85. RGB value is (156,135,133). Sum of RGB (Red+Green+Blue) = 156+135+133=424 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.79% from 424); Green value is 135 (53.12% from 255 or 31.84% from 424); Blue value is 133 (52.34% from 255 or 31.37% from 424); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8785 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C8785 is #63787A. Grayscale: #8D8D8D. Windows color (decimal): -6518907 or 8751004. OLE color: 8751004.

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

Color convert

RGB156135133-
CMYK00.130.150.39
HSL5.22º10.41%56.67%-
HSV(B)5.22º14.74%61.18%-
XYZ26.6126.0925.82-
YUV141.05123.46138.66-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 36.79%
GREEN value IS 135 (53.12% from 255) = 31.84%
BLUE value IS 133 (52.34% from 255) = 31.37%
R=36.79%
G=31.84%
B=31.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.15
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15613513300.130.150.395.2210.4156.67
Hex9C87850DF275a39
Octal234207205015174751271
Binary1001110010000111100001010110111111001111011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C8785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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