#604D57

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

Shades of Finn #604D57

Tints of Finn #604D57

Color information

#604D57 (or 0x604D57) is unknown color: approx Finn. HEX triplet: 60, 4D and 57. RGB value is (96,77,87). Sum of RGB (Red+Green+Blue) = 96+77+87=260 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.92% from 260); Green value is 77 (30.47% from 255 or 29.62% from 260); Blue value is 87 (34.38% from 255 or 33.46% from 260); Max value from RGB is 96 - color contains mainly: red. Hex color #604D57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #604D57 is #9FB2A8. Grayscale: #535353. Windows color (decimal): -10465961 or 5721440. OLE color: 5721440.

HSL color Cylindrical-coordinate representation of color #604D57: hue angle of 328.42º 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 #604D57 is Cyan = 0, Magento = 0.20, Yellow = 0.09 and Black (K on CMYK) = 0.62.

Color convert

RGB967787-
CMYK00.200.090.62
HSL328.42º10.98%33.92%-
HSV(B)328.42º19.79%37.65%-
XYZ9.28.4810.17-
YUV83.82129.79136.69-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 36.92%
GREEN value IS 77 (30.47% from 255) = 29.62%
BLUE value IS 87 (34.38% from 255) = 33.46%
R=36.92%
G=29.62%
B=33.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.09
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96778700.200.090.62328.4210.9833.92
Hex604D5701493E148b22
Octal14011512702411765101342
Binary11000001001101101011101010010011111101010010001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604D57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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