#9E9387

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

Shades of Zorba #9E9387

Tints of Zorba #9E9387

Color information

#9E9387 (or 0x9E9387) is unknown color: approx Zorba. HEX triplet: 9E, 93 and 87. RGB value is (158,147,135). Sum of RGB (Red+Green+Blue) = 158+147+135=440 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.91% from 440); Green value is 147 (57.81% from 255 or 33.41% from 440); Blue value is 135 (53.12% from 255 or 30.68% from 440); Max value from RGB is 158 - color contains mainly: red. Hex color #9E9387 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E9387 is #616C78. Grayscale: #949494. Windows color (decimal): -6384761 or 8885150. OLE color: 8885150.

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

Color convert

RGB158147135-
CMYK00.070.150.38
HSL31.3º10.6%57.45%-
HSV(B)31.3º14.56%61.96%-
XYZ28.9129.8927.17-
YUV148.92120.14134.48-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 35.91%
GREEN value IS 147 (57.81% from 255) = 33.41%
BLUE value IS 135 (53.12% from 255) = 30.68%
R=35.91%
G=33.41%
B=30.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.15
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15814713500.070.150.3831.310.657.45
Hex9E938707F261fb39
Octal236223207071746371371
Binary10011110100100111000011101111111100110111111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E9387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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