#9E9385

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

Shades of Malta #9E9385

Tints of Malta #9E9385

Color information

#9E9385 (or 0x9E9385) is unknown color: approx Malta. HEX triplet: 9E, 93 and 85. RGB value is (158,147,133). Sum of RGB (Red+Green+Blue) = 158+147+133=438 (58% of max value = 765). Red value is 158 (62.11% from 255 or 36.07% from 438); Green value is 147 (57.81% from 255 or 33.56% from 438); Blue value is 133 (52.34% from 255 or 30.37% from 438); Max value from RGB is 158 - color contains mainly: red. Hex color #9E9385 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E9385 is #616C7A. Grayscale: #949494. Windows color (decimal): -6384763 or 8754078. OLE color: 8754078.

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

Color convert

RGB158147133-
CMYK00.070.160.38
HSL33.6º11.42%57.06%-
HSV(B)33.6º15.82%61.96%-
XYZ28.7729.8326.43-
YUV148.69119.14134.64-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 36.07%
GREEN value IS 147 (57.81% from 255) = 33.56%
BLUE value IS 133 (52.34% from 255) = 30.37%
R=36.07%
G=33.56%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.16
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15814713300.070.160.3833.611.4257.06
Hex9E938507102622b39
Octal236223205072046421371
Binary1001111010010011100001010111100001001101000101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E9385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,147,133); }

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

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

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

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

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

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

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