#9D918C

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

Shades of Zorba #9D918C

Tints of Zorba #9D918C

Color information

#9D918C (or 0x9D918C) is unknown color: approx Zorba. HEX triplet: 9D, 91 and 8C. RGB value is (157,145,140). Sum of RGB (Red+Green+Blue) = 157+145+140=442 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.52% from 442); Green value is 145 (57.03% from 255 or 32.81% from 442); Blue value is 140 (55.08% from 255 or 31.67% from 442); Max value from RGB is 157 - color contains mainly: red. Hex color #9D918C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D918C is #626E73. Grayscale: #949494. Windows color (decimal): -6450804 or 9212317. OLE color: 9212317.

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

Color convert

RGB157145140-
CMYK00.080.110.38
HSL17.65º7.98%58.24%-
HSV(B)17.65º10.83%61.57%-
XYZ28.7629.3128.95-
YUV148.02123.48134.41-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 35.52%
GREEN value IS 145 (57.03% from 255) = 32.81%
BLUE value IS 140 (55.08% from 255) = 31.67%
R=35.52%
G=32.81%
B=31.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.11
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15714514000.080.110.3817.657.9858.24
Hex9D918C08B261283a
Octal2352212140101346221072
Binary100111011001000110001100010001011100110100101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D918C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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