#9F9385

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

Shades of Zorba #9F9385

Tints of Zorba #9F9385

Color information

#9F9385 (or 0x9F9385) is unknown color: approx Zorba. HEX triplet: 9F, 93 and 85. RGB value is (159,147,133). Sum of RGB (Red+Green+Blue) = 159+147+133=439 (58% of max value = 765). Red value is 159 (62.5% from 255 or 36.22% from 439); Green value is 147 (57.81% from 255 or 33.49% from 439); Blue value is 133 (52.34% from 255 or 30.30% from 439); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9385 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F9385 is #606C7A. Grayscale: #959595. Windows color (decimal): -6319227 or 8754079. OLE color: 8754079.

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

Color convert

RGB159147133-
CMYK00.080.160.38
HSL32.31º11.93%57.25%-
HSV(B)32.31º16.35%62.35%-
XYZ28.9729.9326.44-
YUV148.99118.98135.14-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 36.22%
GREEN value IS 147 (57.81% from 255) = 33.49%
BLUE value IS 133 (52.34% from 255) = 30.30%
R=36.22%
G=33.49%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.16
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15914713300.080.160.3832.3111.9357.25
Hex9F938508102620c39
Octal2372232050102046401471
Binary10011111100100111000010101000100001001101000001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F9385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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