#605D60

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

Shades of Salt Box #605D60

Tints of Salt Box #605D60

Color information

#605D60 (or 0x605D60) is unknown color: approx Salt Box. HEX triplet: 60, 5D and 60. RGB value is (96,93,96). Sum of RGB (Red+Green+Blue) = 96+93+96=285 (37% of max value = 765). Red value is 96 (37.89% from 255 or 33.68% from 285); Green value is 93 (36.72% from 255 or 32.63% from 285); Blue value is 96 (37.89% from 255 or 33.68% from 285); Max value from RGB is 96 - color contains mainly: red, blue. Hex color #605D60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605D60 is #9FA29F. Grayscale: #5E5E5E. Windows color (decimal): -10461856 or 6315360. OLE color: 6315360.

HSL color Cylindrical-coordinate representation of color #605D60: 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.03%. Process color model (Four color, CMYK) of #605D60 is Cyan = 0, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB969396-
CMYK00.0300.62
HSL300º1.59%37.06%-
HSV(B)300º3.12%37.65%-
XYZ10.8511.1612.65-
YUV94.24128.99129.26-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 33.68%
GREEN value IS 93 (36.72% from 255) = 32.63%
BLUE value IS 96 (37.89% from 255) = 33.68%
R=33.68%
G=32.63%
B=33.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96939600.0300.623001.5937.06
Hex605D600303E12c225
Octal14013514003076454245
Binary110000010111011100000011011111010010110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605D60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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