#9F9388

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

Shades of Zorba #9F9388

Tints of Zorba #9F9388

Color information

#9F9388 (or 0x9F9388) is unknown color: approx Zorba. HEX triplet: 9F, 93 and 88. RGB value is (159,147,136). Sum of RGB (Red+Green+Blue) = 159+147+136=442 (58% of max value = 765). Red value is 159 (62.5% from 255 or 35.97% from 442); Green value is 147 (57.81% from 255 or 33.26% from 442); Blue value is 136 (53.52% from 255 or 30.77% from 442); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9388 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F9388 is #606C77. Grayscale: #959595. Windows color (decimal): -6319224 or 8950687. OLE color: 8950687.

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

Color convert

RGB159147136-
CMYK00.080.140.38
HSL28.7º10.7%57.84%-
HSV(B)28.7º14.47%62.35%-
XYZ29.1830.0227.55-
YUV149.33120.48134.89-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 35.97%
GREEN value IS 147 (57.81% from 255) = 33.26%
BLUE value IS 136 (53.52% from 255) = 30.77%
R=35.97%
G=33.26%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.14
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15914713600.080.140.3828.710.757.84
Hex9F938808E261db3a
Octal2372232100101646351372
Binary100111111001001110001000010001110100110111011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F9388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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