#9E9389

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

Shades of Zorba #9E9389

Tints of Zorba #9E9389

Color information

#9E9389 (or 0x9E9389) is unknown color: approx Zorba. HEX triplet: 9E, 93 and 89. RGB value is (158,147,137). Sum of RGB (Red+Green+Blue) = 158+147+137=442 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.75% from 442); Green value is 147 (57.81% from 255 or 33.26% from 442); Blue value is 137 (53.91% from 255 or 31.00% from 442); Max value from RGB is 158 - color contains mainly: red. Hex color #9E9389 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E9389 is #616C76. Grayscale: #959595. Windows color (decimal): -6384759 or 9016222. OLE color: 9016222.

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

Color convert

RGB158147137-
CMYK00.070.130.38
HSL28.57º9.77%57.84%-
HSV(B)28.57º13.29%61.96%-
XYZ29.0529.9427.92-
YUV149.15121.14134.31-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 35.75%
GREEN value IS 147 (57.81% from 255) = 33.26%
BLUE value IS 137 (53.91% from 255) = 31.00%
R=35.75%
G=33.26%
B=31.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.13
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15814713700.070.130.3828.579.7757.84
Hex9E938907D261da3a
Octal236223211071546351272
Binary10011110100100111000100101111101100110111011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E9389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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