#9D9289

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

Shades of Zorba #9D9289

Tints of Zorba #9D9289

Color information

#9D9289 (or 0x9D9289) is unknown color: approx Zorba. HEX triplet: 9D, 92 and 89. RGB value is (157,146,137). Sum of RGB (Red+Green+Blue) = 157+146+137=440 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.68% from 440); Green value is 146 (57.42% from 255 or 33.18% from 440); Blue value is 137 (53.91% from 255 or 31.14% from 440); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9289 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D9289 is #626D76. Grayscale: #949494. Windows color (decimal): -6450551 or 9015965. OLE color: 9015965.

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

Color convert

RGB157146137-
CMYK00.070.130.38
HSL27º9.26%57.65%-
HSV(B)27º12.74%61.57%-
XYZ28.729.5327.85-
YUV148.26121.64134.23-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 35.68%
GREEN value IS 146 (57.42% from 255) = 33.18%
BLUE value IS 137 (53.91% from 255) = 31.14%
R=35.68%
G=33.18%
B=31.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.13
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15714613700.070.130.38279.2657.65
Hex9D928907D261b93a
Octal235222211071546331172
Binary10011101100100101000100101111101100110110111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D9289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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