#9C9386

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

Shades of Malta #9C9386

Tints of Malta #9C9386

Color information

#9C9386 (or 0x9C9386) is unknown color: approx Malta. HEX triplet: 9C, 93 and 86. RGB value is (156,147,134). Sum of RGB (Red+Green+Blue) = 156+147+134=437 (57% of max value = 765). Red value is 156 (61.33% from 255 or 35.70% from 437); Green value is 147 (57.81% from 255 or 33.64% from 437); Blue value is 134 (52.73% from 255 or 30.66% from 437); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9386 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C9386 is #636C79. Grayscale: #949494. Windows color (decimal): -6515834 or 8819612. OLE color: 8819612.

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

Color convert

RGB156147134-
CMYK00.060.140.39
HSL35.45º10%56.86%-
HSV(B)35.45º14.1%61.18%-
XYZ28.4529.6626.78-
YUV148.21119.98133.56-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 35.70%
GREEN value IS 147 (57.81% from 255) = 33.64%
BLUE value IS 134 (52.73% from 255) = 30.66%
R=35.70%
G=33.64%
B=30.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.14
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15614713400.060.140.3935.451056.86
Hex9C938606E2723a39
Octal234223206061647431271
Binary100111001001001110000110011011101001111000111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C9386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,147,134); }

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

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

 a { background-color: rgb(156,147,134); }

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

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

 span { border-color: rgb(156,147,134); }

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