#9C8480

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

Shades of Opium #9C8480

Tints of Opium #9C8480

Color information

#9C8480 (or 0x9C8480) is unknown color: approx Opium. HEX triplet: 9C, 84 and 80. RGB value is (156,132,128). Sum of RGB (Red+Green+Blue) = 156+132+128=416 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.5% from 416); Green value is 132 (51.95% from 255 or 31.73% from 416); Blue value is 128 (50.39% from 255 or 30.77% from 416); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8480 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C8480 is #637B7F. Grayscale: #8A8A8A. Windows color (decimal): -6519680 or 8422556. OLE color: 8422556.

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

Color convert

RGB156132128-
CMYK00.150.180.39
HSL8.57º12.39%55.69%-
HSV(B)8.57º17.95%61.18%-
XYZ25.8625.1323.91-
YUV138.72121.95140.33-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 37.5%
GREEN value IS 132 (51.95% from 255) = 31.73%
BLUE value IS 128 (50.39% from 255) = 30.77%
R=37.5%
G=31.73%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.18
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15613212800.150.180.398.5712.3955.69
Hex9C84800F12279c38
Octal2342042000172247111470
Binary100111001000010010000000011111001010011110011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C8480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,132,128); }

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

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

 a { background-color: rgb(156,132,128); }

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

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

 span { border-color: rgb(156,132,128); }

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