#9F9387

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

Shades of Zorba #9F9387

Tints of Zorba #9F9387

Color information

#9F9387 (or 0x9F9387) is unknown color: approx Zorba. HEX triplet: 9F, 93 and 87. RGB value is (159,147,135). Sum of RGB (Red+Green+Blue) = 159+147+135=441 (58% of max value = 765). Red value is 159 (62.5% from 255 or 36.05% from 441); Green value is 147 (57.81% from 255 or 33.33% from 441); Blue value is 135 (53.12% from 255 or 30.61% from 441); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9387 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F9387 is #606C78. Grayscale: #959595. Windows color (decimal): -6319225 or 8885151. OLE color: 8885151.

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

Color convert

RGB159147135-
CMYK00.080.150.38
HSL30º11.11%57.65%-
HSV(B)30º15.09%62.35%-
XYZ29.129.9927.18-
YUV149.22119.98134.98-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 36.05%
GREEN value IS 147 (57.81% from 255) = 33.33%
BLUE value IS 135 (53.12% from 255) = 30.61%
R=36.05%
G=33.33%
B=30.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.15
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15914713500.080.150.383011.1157.65
Hex9F938708F261eb3a
Octal2372232070101746361372
Binary100111111001001110000111010001111100110111101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F9387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,147,135); }

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

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

 a { background-color: rgb(159,147,135); }

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

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

 span { border-color: rgb(159,147,135); }

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