#9D938C

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

Shades of Zorba #9D938C

Tints of Zorba #9D938C

Color information

#9D938C (or 0x9D938C) is unknown color: approx Zorba. HEX triplet: 9D, 93 and 8C. RGB value is (157,147,140). Sum of RGB (Red+Green+Blue) = 157+147+140=444 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.36% from 444); Green value is 147 (57.81% from 255 or 33.11% from 444); Blue value is 140 (55.08% from 255 or 31.53% from 444); Max value from RGB is 157 - color contains mainly: red. Hex color #9D938C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D938C is #626C73. Grayscale: #959595. Windows color (decimal): -6450292 or 9212829. OLE color: 9212829.

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

Color convert

RGB157147140-
CMYK00.060.110.38
HSL24.71º7.98%58.24%-
HSV(B)24.71º10.83%61.57%-
XYZ29.0729.9329.06-
YUV149.19122.81133.57-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 35.36%
GREEN value IS 147 (57.81% from 255) = 33.11%
BLUE value IS 140 (55.08% from 255) = 31.53%
R=35.36%
G=33.11%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.11
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15714714000.060.110.3824.717.9858.24
Hex9D938C06B261983a
Octal235223214061346311072
Binary10011101100100111000110001101011100110110011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D938C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,147,140); }

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

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

 a { background-color: rgb(157,147,140); }

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

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

 span { border-color: rgb(157,147,140); }

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