#9E918B

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

Shades of Zorba #9E918B

Tints of Zorba #9E918B

Color information

#9E918B (or 0x9E918B) is unknown color: approx Zorba. HEX triplet: 9E, 91 and 8B. RGB value is (158,145,139). Sum of RGB (Red+Green+Blue) = 158+145+139=442 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.75% from 442); Green value is 145 (57.03% from 255 or 32.81% from 442); Blue value is 139 (54.69% from 255 or 31.45% from 442); Max value from RGB is 158 - color contains mainly: red. Hex color #9E918B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E918B is #616E74. Grayscale: #949494. Windows color (decimal): -6385269 or 9146782. OLE color: 9146782.

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

Color convert

RGB158145139-
CMYK00.080.120.38
HSL18.95º8.92%58.24%-
HSV(B)18.95º12.03%61.96%-
XYZ28.8929.3828.58-
YUV148.2122.81134.99-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 35.75%
GREEN value IS 145 (57.03% from 255) = 32.81%
BLUE value IS 139 (54.69% from 255) = 31.45%
R=35.75%
G=32.81%
B=31.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.12
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15814513900.080.120.3818.958.9258.24
Hex9E918B08C261393a
Octal2362212130101446231172
Binary100111101001000110001011010001100100110100111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E918B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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