#605757

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

Shades of Zambezi #605757

Tints of Zambezi #605757

Color information

#605757 (or 0x605757) is unknown color: approx Zambezi. HEX triplet: 60, 57 and 57. RGB value is (96,87,87). Sum of RGB (Red+Green+Blue) = 96+87+87=270 (35% of max value = 765). Red value is 96 (37.89% from 255 or 35.56% from 270); Green value is 87 (34.38% from 255 or 32.22% from 270); Blue value is 87 (34.38% from 255 or 32.22% from 270); Max value from RGB is 96 - color contains mainly: red. Hex color #605757 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605757 is #9FA8A8. Grayscale: #595959. Windows color (decimal): -10463401 or 5724000. OLE color: 5724000.

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

Color convert

RGB968787-
CMYK00.090.090.62
HSL4.92%35.88%-
HSV(B)9.38%37.65%-
XYZ9.959.9910.42-
YUV89.69126.48132.5-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 35.56%
GREEN value IS 87 (34.38% from 255) = 32.22%
BLUE value IS 87 (34.38% from 255) = 32.22%
R=35.56%
G=32.22%
B=32.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.09
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96878700.090.090.6204.9235.88
Hex6057570993E0524
Octal14012712701111760544
Binary1100000101011110101110100110011111100101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605757; }

 p { color: rgb(96,87,87); }

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

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

 a { background-color: rgb(96,87,87); }

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

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

 span { border-color: rgb(96,87,87); }

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