#604A55

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

Shades of Finn #604A55

Tints of Finn #604A55

Color information

#604A55 (or 0x604A55) is unknown color: approx Finn. HEX triplet: 60, 4A and 55. RGB value is (96,74,85). Sum of RGB (Red+Green+Blue) = 96+74+85=255 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.65% from 255); Green value is 74 (29.30% from 255 or 29.02% from 255); Blue value is 85 (33.59% from 255 or 33.33% from 255); Max value from RGB is 96 - color contains mainly: red. Hex color #604A55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604A55 is #9FB5AA. Grayscale: #515151. Windows color (decimal): -10466731 or 5589600. OLE color: 5589600.

HSL color Cylindrical-coordinate representation of color #604A55: hue angle of 330º degrees, saturation: 0.13, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #604A55 is Cyan = 0, Magento = 0.23, Yellow = 0.11 and Black (K on CMYK) = 0.62.

Color convert

RGB967485-
CMYK00.230.110.62
HSL330º12.94%33.33%-
HSV(B)330º22.92%37.65%-
XYZ8.918.049.68-
YUV81.83129.79138.11-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 37.65%
GREEN value IS 74 (29.30% from 255) = 29.02%
BLUE value IS 85 (33.59% from 255) = 33.33%
R=37.65%
G=29.02%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.11
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96748500.230.110.6233012.9433.33
Hex604A55017B3E14ad21
Octal14011212502713765121541
Binary11000001001010101010101011110111111101010010101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604A55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,74,85); }

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

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

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

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

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

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

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