#9B8380

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

Shades of Opium #9B8380

Tints of Opium #9B8380

Color information

#9B8380 (or 0x9B8380) is unknown color: approx Opium. HEX triplet: 9B, 83 and 80. RGB value is (155,131,128). Sum of RGB (Red+Green+Blue) = 155+131+128=414 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.44% from 414); Green value is 131 (51.56% from 255 or 31.64% from 414); Blue value is 128 (50.39% from 255 or 30.92% from 414); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8380 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B8380 is #647C7F. Grayscale: #898989. Windows color (decimal): -6585472 or 8422299. OLE color: 8422299.

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

Color convert

RGB155131128-
CMYK00.150.170.39
HSL6.67º11.89%55.49%-
HSV(B)6.67º17.42%60.78%-
XYZ25.5324.7623.86-
YUV137.83122.45140.24-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 37.44%
GREEN value IS 131 (51.56% from 255) = 31.64%
BLUE value IS 128 (50.39% from 255) = 30.92%
R=37.44%
G=31.64%
B=30.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.17
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15513112800.150.170.396.6711.8955.49
Hex9B83800F11277c37
Octal233203200017214771467
Binary10011011100000111000000001111100011001111111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,131,128); }

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

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

 a { background-color: rgb(155,131,128); }

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

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

 span { border-color: rgb(155,131,128); }

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