#9C8280

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

Shades of Opium #9C8280

Tints of Opium #9C8280

Color information

#9C8280 (or 0x9C8280) is unknown color: approx Opium. HEX triplet: 9C, 82 and 80. RGB value is (156,130,128). Sum of RGB (Red+Green+Blue) = 156+130+128=414 (54% of max value = 765). Red value is 156 (61.33% from 255 or 37.68% from 414); Green value is 130 (51.17% from 255 or 31.40% from 414); Blue value is 128 (50.39% from 255 or 30.92% from 414); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8280 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C8280 is #637D7F. Grayscale: #898989. Windows color (decimal): -6520192 or 8422044. OLE color: 8422044.

HSL color Cylindrical-coordinate representation of color #9C8280: hue angle of 4.29º 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 #9C8280 is Cyan = 0, Magento = 0.17, Yellow = 0.18 and Black (K on CMYK) = 0.39.

Color convert

RGB156130128-
CMYK00.170.180.39
HSL4.29º12.39%55.69%-
HSV(B)4.29º17.95%61.18%-
XYZ25.5924.5923.82-
YUV137.55122.61141.16-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 37.68%
GREEN value IS 130 (51.17% from 255) = 31.40%
BLUE value IS 128 (50.39% from 255) = 30.92%
R=37.68%
G=31.40%
B=30.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.18
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15613012800.170.180.394.2912.3955.69
Hex9C828001112274c38
Octal234202200021224741470
Binary100111001000001010000000010001100101001111001100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C8280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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