#969493

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

Shades of Zorba #969493

Tints of Zorba #969493

Color information

#969493 (or 0x969493) is unknown color: approx Zorba. HEX triplet: 96, 94 and 93. RGB value is (150,148,147). Sum of RGB (Red+Green+Blue) = 150+148+147=445 (58% of max value = 765). Red value is 150 (58.98% from 255 or 33.71% from 445); Green value is 148 (58.20% from 255 or 33.26% from 445); Blue value is 147 (57.81% from 255 or 33.03% from 445); Max value from RGB is 150 - color contains mainly: red. Hex color #969493 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969493 is #696B6C. Grayscale: #949494. Windows color (decimal): -6908781 or 9671830. OLE color: 9671830.

HSL color Cylindrical-coordinate representation of color #969493: hue angle of 20º degrees, saturation: 0.01, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #969493 is Cyan = 0, Magento = 0.01, Yellow = 0.02 and Black (K on CMYK) = 0.41.

Color convert

RGB150148147-
CMYK00.010.020.41
HSL20º1.41%58.24%-
HSV(B)20º2%58.82%-
XYZ28.4329.7731.85-
YUV148.48127.16129.08-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.71%
GREEN value IS 148 (58.20% from 255) = 33.26%
BLUE value IS 147 (57.81% from 255) = 33.03%
R=33.71%
G=33.26%
B=33.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.02
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15014814700.010.020.41201.4158.24
Hex969493012291413a
Octal2262242230125124172
Binary1001011010010100100100110110101001101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969493; }

 p { color: rgb(150,148,147); }

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

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

 a { background-color: rgb(150,148,147); }

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

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

 span { border-color: rgb(150,148,147); }

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