#605B60

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

Shades of Salt Box #605B60

Tints of Salt Box #605B60

Color information

#605B60 (or 0x605B60) is unknown color: approx Salt Box. HEX triplet: 60, 5B and 60. RGB value is (96,91,96). Sum of RGB (Red+Green+Blue) = 96+91+96=283 (37% of max value = 765). Red value is 96 (37.89% from 255 or 33.92% from 283); Green value is 91 (35.94% from 255 or 32.16% from 283); Blue value is 96 (37.89% from 255 or 33.92% from 283); Max value from RGB is 96 - color contains mainly: red, blue. Hex color #605B60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605B60 is #9FA49F. Grayscale: #5D5D5D. Windows color (decimal): -10462368 or 6314848. OLE color: 6314848.

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

Color convert

RGB969196-
CMYK00.0500.62
HSL300º2.67%36.67%-
HSV(B)300º5.21%37.65%-
XYZ10.6810.8112.59-
YUV93.06129.66130.09-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 33.92%
GREEN value IS 91 (35.94% from 255) = 32.16%
BLUE value IS 96 (37.89% from 255) = 33.92%
R=33.92%
G=32.16%
B=33.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96919600.0500.623002.6736.67
Hex605B600503E12c325
Octal14013314005076454345
Binary1100000101101111000000101011111010010110011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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