#9B8A8A

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

Shades of Opium #9B8A8A

Tints of Opium #9B8A8A

Color information

#9B8A8A (or 0x9B8A8A) is unknown color: approx Opium. HEX triplet: 9B, 8A and 8A. RGB value is (155,138,138). Sum of RGB (Red+Green+Blue) = 155+138+138=431 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.96% from 431); Green value is 138 (54.30% from 255 or 32.02% from 431); Blue value is 138 (54.30% from 255 or 32.02% from 431); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8A8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B8A8A is #647575. Grayscale: #8F8F8F. Windows color (decimal): -6583670 or 9079451. OLE color: 9079451.

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

Color convert

RGB155138138-
CMYK00.110.110.39
HSL7.83%57.45%-
HSV(B)10.97%60.78%-
XYZ27.1926.9827.82-
YUV143.08125.13136.5-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 35.96%
GREEN value IS 138 (54.30% from 255) = 32.02%
BLUE value IS 138 (54.30% from 255) = 32.02%
R=35.96%
G=32.02%
B=32.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.11
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15513813800.110.110.3907.8357.45
Hex9B8A8A0BB270839
Octal233212212013134701071
Binary10011011100010101000101001011101110011101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8A8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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