#9F9A95

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

Shades of Zorba #9F9A95

Tints of Zorba #9F9A95

Color information

#9F9A95 (or 0x9F9A95) is unknown color: approx Zorba. HEX triplet: 9F, 9A and 95. RGB value is (159,154,149). Sum of RGB (Red+Green+Blue) = 159+154+149=462 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.42% from 462); Green value is 154 (60.55% from 255 or 33.33% from 462); Blue value is 149 (58.59% from 255 or 32.25% from 462); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9A95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F9A95 is #60656A. Grayscale: #9A9A9A. Windows color (decimal): -6317419 or 9804447. OLE color: 9804447.

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

Color convert

RGB159154149-
CMYK00.030.060.38
HSL30º4.95%60.39%-
HSV(B)30º6.29%62.35%-
XYZ31.2832.6533.09-
YUV154.92124.66130.91-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 34.42%
GREEN value IS 154 (60.55% from 255) = 33.33%
BLUE value IS 149 (58.59% from 255) = 32.25%
R=34.42%
G=33.33%
B=32.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.06
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15915414900.030.060.38304.9560.39
Hex9F9A95036261e53c
Octal2372322250364636574
Binary10011111100110101001010101111010011011110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F9A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,154,149); }

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

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

 a { background-color: rgb(159,154,149); }

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

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

 span { border-color: rgb(159,154,149); }

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