#9E9386

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

Shades of Zorba #9E9386

Tints of Zorba #9E9386

Color information

#9E9386 (or 0x9E9386) is unknown color: approx Zorba. HEX triplet: 9E, 93 and 86. RGB value is (158,147,134). Sum of RGB (Red+Green+Blue) = 158+147+134=439 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.99% from 439); Green value is 147 (57.81% from 255 or 33.49% from 439); Blue value is 134 (52.73% from 255 or 30.52% from 439); Max value from RGB is 158 - color contains mainly: red. Hex color #9E9386 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E9386 is #616C79. Grayscale: #949494. Windows color (decimal): -6384762 or 8819614. OLE color: 8819614.

HSL color Cylindrical-coordinate representation of color #9E9386: hue angle of 32.5º 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 #9E9386 is Cyan = 0, Magento = 0.07, Yellow = 0.15 and Black (K on CMYK) = 0.38.

Color convert

RGB158147134-
CMYK00.070.150.38
HSL32.5º11.01%57.25%-
HSV(B)32.5º15.19%61.96%-
XYZ28.8429.8626.8-
YUV148.81119.64134.56-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 35.99%
GREEN value IS 147 (57.81% from 255) = 33.49%
BLUE value IS 134 (52.73% from 255) = 30.52%
R=35.99%
G=33.49%
B=30.52%

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
Decimal15814713400.070.150.3832.511.0157.25
Hex9E938607F2621b39
Octal236223206071746411371
Binary100111101001001110000110011111111001101000011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E9386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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