#9B8581

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

Shades of Opium #9B8581

Tints of Opium #9B8581

Color information

#9B8581 (or 0x9B8581) is unknown color: approx Opium. HEX triplet: 9B, 85 and 81. RGB value is (155,133,129). Sum of RGB (Red+Green+Blue) = 155+133+129=417 (55% of max value = 765). Red value is 155 (60.94% from 255 or 37.17% from 417); Green value is 133 (52.34% from 255 or 31.89% from 417); Blue value is 129 (50.78% from 255 or 30.94% from 417); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8581 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B8581 is #647A7E. Grayscale: #8B8B8B. Windows color (decimal): -6584959 or 8488347. OLE color: 8488347.

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

Color convert

RGB155133129-
CMYK00.140.170.39
HSL9.23º11.5%55.69%-
HSV(B)9.23º16.77%60.78%-
XYZ25.8725.3324.29-
YUV139.12122.29139.33-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 37.17%
GREEN value IS 133 (52.34% from 255) = 31.89%
BLUE value IS 129 (50.78% from 255) = 30.94%
R=37.17%
G=31.89%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.17
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15513312900.140.170.399.2311.555.69
Hex9B85810E11279c38
Octal2332052010162147111470
Binary100110111000010110000001011101000110011110011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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