#9E968A

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

Shades of Malta #9E968A

Tints of Malta #9E968A

Color information

#9E968A (or 0x9E968A) is unknown color: approx Malta. HEX triplet: 9E, 96 and 8A. RGB value is (158,150,138). Sum of RGB (Red+Green+Blue) = 158+150+138=446 (59% of max value = 765). Red value is 158 (62.11% from 255 or 35.43% from 446); Green value is 150 (58.98% from 255 or 33.63% from 446); Blue value is 138 (54.30% from 255 or 30.94% from 446); Max value from RGB is 158 - color contains mainly: red. Hex color #9E968A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E968A is #616975. Grayscale: #979797. Windows color (decimal): -6383990 or 9082526. OLE color: 9082526.

HSL color Cylindrical-coordinate representation of color #9E968A: hue angle of 36º degrees, saturation: 0.09, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9E968A is Cyan = 0, Magento = 0.05, Yellow = 0.13 and Black (K on CMYK) = 0.38.

Color convert

RGB158150138-
CMYK00.050.130.38
HSL36º9.35%58.04%-
HSV(B)36º12.66%61.96%-
XYZ29.5930.9228.45-
YUV151.02120.65132.98-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 35.43%
GREEN value IS 150 (58.98% from 255) = 33.63%
BLUE value IS 138 (54.30% from 255) = 30.94%
R=35.43%
G=33.63%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.13
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15815013800.050.130.38369.3558.04
Hex9E968A05D262493a
Octal236226212051546441172
Binary100111101001011010001010010111011001101001001001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E968A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,150,138); }

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

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

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

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

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

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

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