#9C938C

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

Shades of Zorba #9C938C

Tints of Zorba #9C938C

Color information

#9C938C (or 0x9C938C) is unknown color: approx Zorba. HEX triplet: 9C, 93 and 8C. RGB value is (156,147,140). Sum of RGB (Red+Green+Blue) = 156+147+140=443 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.21% from 443); Green value is 147 (57.81% from 255 or 33.18% from 443); Blue value is 140 (55.08% from 255 or 31.60% from 443); Max value from RGB is 156 - color contains mainly: red. Hex color #9C938C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C938C is #636C73. Grayscale: #949494. Windows color (decimal): -6515828 or 9212828. OLE color: 9212828.

HSL color Cylindrical-coordinate representation of color #9C938C: hue angle of 26.25º degrees, saturation: 0.07, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #9C938C is Cyan = 0, Magento = 0.06, Yellow = 0.10 and Black (K on CMYK) = 0.39.

Color convert

RGB156147140-
CMYK00.060.100.39
HSL26.25º7.48%58.04%-
HSV(B)26.25º10.26%61.18%-
XYZ28.8829.8329.05-
YUV148.89122.98133.07-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 35.21%
GREEN value IS 147 (57.81% from 255) = 33.18%
BLUE value IS 140 (55.08% from 255) = 31.60%
R=35.21%
G=33.18%
B=31.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.10
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15614714000.060.100.3926.257.4858.04
Hex9C938C06A271a73a
Octal23422321406124732772
Binary1001110010010011100011000110101010011111010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C938C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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