#605C60

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

Shades of Salt Box #605C60

Tints of Salt Box #605C60

Color information

#605C60 (or 0x605C60) is unknown color: approx Salt Box. HEX triplet: 60, 5C and 60. RGB value is (96,92,96). Sum of RGB (Red+Green+Blue) = 96+92+96=284 (37% of max value = 765). Red value is 96 (37.89% from 255 or 33.80% from 284); Green value is 92 (36.33% from 255 or 32.39% from 284); Blue value is 96 (37.89% from 255 or 33.80% from 284); Max value from RGB is 96 - color contains mainly: red, blue. Hex color #605C60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605C60 is #9FA39F. Grayscale: #5D5D5D. Windows color (decimal): -10462112 or 6315104. OLE color: 6315104.

HSL color Cylindrical-coordinate representation of color #605C60: hue angle of 300º 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 #605C60 is Cyan = 0, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB969296-
CMYK00.0400.62
HSL300º2.13%36.86%-
HSV(B)300º4.17%37.65%-
XYZ10.7610.9912.62-
YUV93.65129.33129.67-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96929600.0400.623002.1336.86
Hex605C600403E12c225
Octal14013414004076454245
Binary1100000101110011000000100011111010010110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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