#604D5D

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

Shades of Salt Box #604D5D

Tints of Salt Box #604D5D

Color information

#604D5D (or 0x604D5D) is unknown color: approx Salt Box. HEX triplet: 60, 4D and 5D. RGB value is (96,77,93). Sum of RGB (Red+Green+Blue) = 96+77+93=266 (35% of max value = 765). Red value is 96 (37.89% from 255 or 36.09% from 266); Green value is 77 (30.47% from 255 or 28.95% from 266); Blue value is 93 (36.72% from 255 or 34.96% from 266); Max value from RGB is 96 - color contains mainly: red. Hex color #604D5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #604D5D is #9FB2A2. Grayscale: #545454. Windows color (decimal): -10465955 or 6114656. OLE color: 6114656.

HSL color Cylindrical-coordinate representation of color #604D5D: hue angle of 309.47º degrees, saturation: 0.11, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #604D5D is Cyan = 0, Magento = 0.20, Yellow = 0.03 and Black (K on CMYK) = 0.62.

Color convert

RGB967793-
CMYK00.200.030.62
HSL309.47º10.98%33.92%-
HSV(B)309.47º19.79%37.65%-
XYZ9.458.5811.51-
YUV84.5132.79136.2-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 36.09%
GREEN value IS 77 (30.47% from 255) = 28.95%
BLUE value IS 93 (36.72% from 255) = 34.96%
R=36.09%
G=28.95%
B=34.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.03
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96779300.200.030.62309.4710.9833.92
Hex604D5D01433E135b22
Octal1401151350243764651342
Binary110000010011011011101010100111111101001101011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604D5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604D5D; }

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

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

<style>
 a { background-color: #604D5D; }

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

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

<style>
 span { border-color: #604D5D; }

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

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