#605F60

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

Shades of Salt Box #605F60

Tints of Salt Box #605F60

Color information

#605F60 (or 0x605F60) is unknown color: approx Salt Box. HEX triplet: 60, 5F and 60. RGB value is (96,95,96). Sum of RGB (Red+Green+Blue) = 96+95+96=287 (38% of max value = 765). Red value is 96 (37.89% from 255 or 33.45% from 287); Green value is 95 (37.5% from 255 or 33.10% from 287); Blue value is 96 (37.89% from 255 or 33.45% from 287); Max value from RGB is 96 - color contains mainly: red, blue. Hex color #605F60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605F60 is #9FA09F. Grayscale: #5F5F5F. Windows color (decimal): -10461344 or 6315872. OLE color: 6315872.

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

Color convert

RGB969596-
CMYK00.0100.62
HSL300º0.52%37.45%-
HSV(B)300º1.04%37.65%-
XYZ11.0311.5212.71-
YUV95.41128.33128.42-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 33.45%
GREEN value IS 95 (37.5% from 255) = 33.10%
BLUE value IS 96 (37.89% from 255) = 33.45%
R=33.45%
G=33.10%
B=33.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96959600.0100.623000.5237.45
Hex605F600103E12c125
Octal14013714001076454145
Binary1100000101111111000000101111101001011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605F60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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