#9D9089

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

Shades of Zorba #9D9089

Tints of Zorba #9D9089

Color information

#9D9089 (or 0x9D9089) is unknown color: approx Zorba. HEX triplet: 9D, 90 and 89. RGB value is (157,144,137). Sum of RGB (Red+Green+Blue) = 157+144+137=438 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.84% from 438); Green value is 144 (56.64% from 255 or 32.88% from 438); Blue value is 137 (53.91% from 255 or 31.28% from 438); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9089 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D9089 is #626F76. Grayscale: #939393. Windows color (decimal): -6451063 or 9015453. OLE color: 9015453.

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

Color convert

RGB157144137-
CMYK00.080.130.38
HSL21º9.26%57.65%-
HSV(B)21º12.74%61.57%-
XYZ28.3928.9227.75-
YUV147.09122.31135.07-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 35.84%
GREEN value IS 144 (56.64% from 255) = 32.88%
BLUE value IS 137 (53.91% from 255) = 31.28%
R=35.84%
G=32.88%
B=31.28%

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
Decimal15714413700.080.130.38219.2657.65
Hex9D908908D261593a
Octal2352202110101546251172
Binary100111011001000010001001010001101100110101011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D9089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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