#605C5C

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

Shades of Zambezi #605C5C

Tints of Zambezi #605C5C

Color information

#605C5C (or 0x605C5C) is unknown color: approx Zambezi. HEX triplet: 60, 5C and 5C. RGB value is (96,92,92). Sum of RGB (Red+Green+Blue) = 96+92+92=280 (37% of max value = 765). Red value is 96 (37.89% from 255 or 34.29% from 280); Green value is 92 (36.33% from 255 or 32.86% from 280); Blue value is 92 (36.33% from 255 or 32.86% from 280); Max value from RGB is 96 - color contains mainly: red. Hex color #605C5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605C5C is #9FA3A3. Grayscale: #5D5D5D. Windows color (decimal): -10462116 or 6052960. OLE color: 6052960.

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

Color convert

RGB969292-
CMYK00.040.040.62
HSL2.13%36.86%-
HSV(B)4.17%37.65%-
XYZ10.5810.9111.67-
YUV93.2127.33130-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 34.29%
GREEN value IS 92 (36.33% from 255) = 32.86%
BLUE value IS 92 (36.33% from 255) = 32.86%
R=34.29%
G=32.86%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.04
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96929200.040.040.6202.1336.86
Hex605C5C0443E0225
Octal140134134044760245
Binary1100000101110010111000100100111110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605C5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605C5C; }

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

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

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

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

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

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

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

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