#604E5C

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

Shades of Salt Box #604E5C

Tints of Salt Box #604E5C

Color information

#604E5C (or 0x604E5C) is unknown color: approx Salt Box. HEX triplet: 60, 4E and 5C. RGB value is (96,78,92). Sum of RGB (Red+Green+Blue) = 96+78+92=266 (35% of max value = 765). Red value is 96 (37.89% from 255 or 36.09% from 266); Green value is 78 (30.86% from 255 or 29.32% from 266); Blue value is 92 (36.33% from 255 or 34.59% from 266); Max value from RGB is 96 - color contains mainly: red. Hex color #604E5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #604E5C is #9FB1A3. Grayscale: #545454. Windows color (decimal): -10465700 or 6049376. OLE color: 6049376.

HSL color Cylindrical-coordinate representation of color #604E5C: hue angle of 313.33º degrees, saturation: 0.1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #604E5C is Cyan = 0, Magento = 0.19, Yellow = 0.04 and Black (K on CMYK) = 0.62.

Color convert

RGB967892-
CMYK00.190.040.62
HSL313.33º10.34%34.12%-
HSV(B)313.33º18.75%37.65%-
XYZ9.488.7111.31-
YUV84.98131.96135.86-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 36.09%
GREEN value IS 78 (30.86% from 255) = 29.32%
BLUE value IS 92 (36.33% from 255) = 34.59%
R=36.09%
G=29.32%
B=34.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.04
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96789200.190.040.62313.3310.3434.12
Hex604E5C01343E139a22
Octal1401161340234764711242
Binary1100000100111010111000100111001111101001110011010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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