#9C8B8A

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

Shades of Opium #9C8B8A

Tints of Opium #9C8B8A

Color information

#9C8B8A (or 0x9C8B8A) is unknown color: approx Opium. HEX triplet: 9C, 8B and 8A. RGB value is (156,139,138). Sum of RGB (Red+Green+Blue) = 156+139+138=433 (57% of max value = 765). Red value is 156 (61.33% from 255 or 36.03% from 433); Green value is 139 (54.69% from 255 or 32.10% from 433); Blue value is 138 (54.30% from 255 or 31.87% from 433); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8B8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C8B8A is #637475. Grayscale: #8F8F8F. Windows color (decimal): -6517878 or 9079708. OLE color: 9079708.

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

Color convert

RGB156139138-
CMYK00.110.120.39
HSL3.33º8.33%57.65%-
HSV(B)3.33º11.54%61.18%-
XYZ27.5327.3727.88-
YUV143.97124.63136.58-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 36.03%
GREEN value IS 139 (54.69% from 255) = 32.10%
BLUE value IS 138 (54.30% from 255) = 31.87%
R=36.03%
G=32.10%
B=31.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.12
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15613913800.110.120.393.338.3357.65
Hex9C8B8A0BC27383a
Octal234213212013144731072
Binary100111001000101110001010010111100100111111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C8B8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,139,138); }

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

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

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

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

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

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

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