#9E9B99

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

Shades of Zorba #9E9B99

Tints of Zorba #9E9B99

Color information

#9E9B99 (or 0x9E9B99) is unknown color: approx Zorba. HEX triplet: 9E, 9B and 99. RGB value is (158,155,153). Sum of RGB (Red+Green+Blue) = 158+155+153=466 (61% of max value = 765). Red value is 158 (62.11% from 255 or 33.91% from 466); Green value is 155 (60.94% from 255 or 33.26% from 466); Blue value is 153 (60.16% from 255 or 32.83% from 466); Max value from RGB is 158 - color contains mainly: red. Hex color #9E9B99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E9B99 is #616466. Grayscale: #9B9B9B. Windows color (decimal): -6382695 or 10066846. OLE color: 10066846.

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

Color convert

RGB158155153-
CMYK00.020.030.38
HSL24º2.51%60.98%-
HSV(B)24º3.16%61.96%-
XYZ31.5733.0134.84-
YUV155.67126.49129.66-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 33.91%
GREEN value IS 155 (60.94% from 255) = 33.26%
BLUE value IS 153 (60.16% from 255) = 32.83%
R=33.91%
G=33.26%
B=32.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.03
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15815515300.020.030.38242.5160.98
Hex9E9B99023261833d
Octal2362332310234630375
Binary100111101001101110011001010111001101100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E9B99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,155,153); }

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

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

 a { background-color: rgb(158,155,153); }

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

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

 span { border-color: rgb(158,155,153); }

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