#605C5F

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

Shades of Salt Box #605C5F

Tints of Salt Box #605C5F

Color information

#605C5F (or 0x605C5F) is unknown color: approx Salt Box. HEX triplet: 60, 5C and 5F. RGB value is (96,92,95). Sum of RGB (Red+Green+Blue) = 96+92+95=283 (37% of max value = 765). Red value is 96 (37.89% from 255 or 33.92% from 283); Green value is 92 (36.33% from 255 or 32.51% from 283); Blue value is 95 (37.5% from 255 or 33.57% from 283); Max value from RGB is 96 - color contains mainly: red. Hex color #605C5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605C5F is #9FA3A0. Grayscale: #5D5D5D. Windows color (decimal): -10462113 or 6249568. OLE color: 6249568.

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

Color convert

RGB969295-
CMYK00.040.010.62
HSL315º2.13%36.86%-
HSV(B)315º4.17%37.65%-
XYZ10.7210.9712.38-
YUV93.54128.83129.76-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 33.92%
GREEN value IS 92 (36.33% from 255) = 32.51%
BLUE value IS 95 (37.5% from 255) = 33.57%
R=33.92%
G=32.51%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.01
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96929500.040.010.623152.1336.86
Hex605C5F0413E13b225
Octal14013413704176473245
Binary1100000101110010111110100111111010011101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605C5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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