#605E60

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

Shades of Salt Box #605E60

Tints of Salt Box #605E60

Color information

#605E60 (or 0x605E60) is unknown color: approx Salt Box. HEX triplet: 60, 5E and 60. RGB value is (96,94,96). Sum of RGB (Red+Green+Blue) = 96+94+96=286 (37% of max value = 765). Red value is 96 (37.89% from 255 or 33.57% from 286); Green value is 94 (37.11% from 255 or 32.87% from 286); Blue value is 96 (37.89% from 255 or 33.57% from 286); Max value from RGB is 96 - color contains mainly: red, blue. Hex color #605E60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605E60 is #9FA19F. Grayscale: #5E5E5E. Windows color (decimal): -10461600 or 6315616. OLE color: 6315616.

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

Color convert

RGB969496-
CMYK00.0200.62
HSL300º1.05%37.25%-
HSV(B)300º2.08%37.65%-
XYZ10.9411.3412.68-
YUV94.83128.66128.84-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 33.57%
GREEN value IS 94 (37.11% from 255) = 32.87%
BLUE value IS 96 (37.89% from 255) = 33.57%
R=33.57%
G=32.87%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96949600.0200.623001.0537.25
Hex605E600203E12c125
Octal14013614002076454145
Binary11000001011110110000001001111101001011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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