#9D9490

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

Shades of Zorba #9D9490

Tints of Zorba #9D9490

Color information

#9D9490 (or 0x9D9490) is unknown color: approx Zorba. HEX triplet: 9D, 94 and 90. RGB value is (157,148,144). Sum of RGB (Red+Green+Blue) = 157+148+144=449 (59% of max value = 765). Red value is 157 (61.72% from 255 or 34.97% from 449); Green value is 148 (58.20% from 255 or 32.96% from 449); Blue value is 144 (56.64% from 255 or 32.07% from 449); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9490 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D9490 is #626B6F. Grayscale: #969696. Windows color (decimal): -6450032 or 9475229. OLE color: 9475229.

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

Color convert

RGB157148144-
CMYK00.060.080.38
HSL18.46º6.22%59.02%-
HSV(B)18.46º8.28%61.57%-
XYZ29.5330.3630.69-
YUV150.23124.48132.83-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 34.97%
GREEN value IS 148 (58.20% from 255) = 32.96%
BLUE value IS 144 (56.64% from 255) = 32.07%
R=34.97%
G=32.96%
B=32.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.08
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15714814400.060.080.3818.466.2259.02
Hex9D9490068261263b
Octal23522422006104622673
Binary1001110110010100100100000110100010011010010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D9490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,148,144); }

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

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

 a { background-color: rgb(157,148,144); }

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

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

 span { border-color: rgb(157,148,144); }

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