#9F938B

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

Shades of Zorba #9F938B

Tints of Zorba #9F938B

Color information

#9F938B (or 0x9F938B) is unknown color: approx Zorba. HEX triplet: 9F, 93 and 8B. RGB value is (159,147,139). Sum of RGB (Red+Green+Blue) = 159+147+139=445 (58% of max value = 765). Red value is 159 (62.5% from 255 or 35.73% from 445); Green value is 147 (57.81% from 255 or 33.03% from 445); Blue value is 139 (54.69% from 255 or 31.24% from 445); Max value from RGB is 159 - color contains mainly: red. Hex color #9F938B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F938B is #606C74. Grayscale: #959595. Windows color (decimal): -6319221 or 9147295. OLE color: 9147295.

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

Color convert

RGB159147139-
CMYK00.080.130.38
HSL24º9.43%58.43%-
HSV(B)24º12.58%62.35%-
XYZ29.3930.128.69-
YUV149.68121.98134.65-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 35.73%
GREEN value IS 147 (57.81% from 255) = 33.03%
BLUE value IS 139 (54.69% from 255) = 31.24%
R=35.73%
G=33.03%
B=31.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.13
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15914713900.080.130.38249.4358.43
Hex9F938B08D261893a
Octal2372232130101546301172
Binary100111111001001110001011010001101100110110001001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F938B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,147,139); }

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

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

 a { background-color: rgb(159,147,139); }

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

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

 span { border-color: rgb(159,147,139); }

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