#9E918C

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

Shades of Zorba #9E918C

Tints of Zorba #9E918C

Color information

#9E918C (or 0x9E918C) is unknown color: approx Zorba. HEX triplet: 9E, 91 and 8C. RGB value is (158,145,140). Sum of RGB (Red+Green+Blue) = 158+145+140=443 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.67% from 443); Green value is 145 (57.03% from 255 or 32.73% from 443); Blue value is 140 (55.08% from 255 or 31.60% from 443); Max value from RGB is 158 - color contains mainly: red. Hex color #9E918C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E918C is #616E73. Grayscale: #949494. Windows color (decimal): -6385268 or 9212318. OLE color: 9212318.

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

Color convert

RGB158145140-
CMYK00.080.110.38
HSL16.67º8.49%58.43%-
HSV(B)16.67º11.39%61.96%-
XYZ28.9629.4128.96-
YUV148.32123.31134.91-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 35.67%
GREEN value IS 145 (57.03% from 255) = 32.73%
BLUE value IS 140 (55.08% from 255) = 31.60%
R=35.67%
G=32.73%
B=31.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.11
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15814514000.080.110.3816.678.4958.43
Hex9E918C08B261183a
Octal2362212140101346211072
Binary100111101001000110001100010001011100110100011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E918C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,145,140); }

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

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

 a { background-color: rgb(158,145,140); }

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

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

 span { border-color: rgb(158,145,140); }

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