#9B8585

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

Shades of Opium #9B8585

Tints of Opium #9B8585

Color information

#9B8585 (or 0x9B8585) is unknown color: approx Opium. HEX triplet: 9B, 85 and 85. RGB value is (155,133,133). Sum of RGB (Red+Green+Blue) = 155+133+133=421 (55% of max value = 765). Red value is 155 (60.94% from 255 or 36.82% from 421); Green value is 133 (52.34% from 255 or 31.59% from 421); Blue value is 133 (52.34% from 255 or 31.59% from 421); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8585 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B8585 is #647A7A. Grayscale: #8B8B8B. Windows color (decimal): -6584955 or 8750491. OLE color: 8750491.

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

Color convert

RGB155133133-
CMYK00.140.140.39
HSL9.91%56.47%-
HSV(B)14.19%60.78%-
XYZ26.1425.4425.72-
YUV139.58124.29139-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 36.82%
GREEN value IS 133 (52.34% from 255) = 31.59%
BLUE value IS 133 (52.34% from 255) = 31.59%
R=36.82%
G=31.59%
B=31.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.14
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15513313300.140.140.3909.9156.47
Hex9B85850EE270a38
Octal233205205016164701270
Binary10011011100001011000010101110111010011101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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