#604A54

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

Shades of Finn #604A54

Tints of Finn #604A54

Color information

#604A54 (or 0x604A54) is unknown color: approx Finn. HEX triplet: 60, 4A and 54. RGB value is (96,74,84). Sum of RGB (Red+Green+Blue) = 96+74+84=254 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.80% from 254); Green value is 74 (29.30% from 255 or 29.13% from 254); Blue value is 84 (33.20% from 255 or 33.07% from 254); Max value from RGB is 96 - color contains mainly: red. Hex color #604A54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604A54 is #9FB5AB. Grayscale: #515151. Windows color (decimal): -10466732 or 5524064. OLE color: 5524064.

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

Color convert

RGB967484-
CMYK00.230.120.62
HSL332.73º12.94%33.33%-
HSV(B)332.73º22.92%37.65%-
XYZ8.878.029.47-
YUV81.72129.29138.19-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 37.80%
GREEN value IS 74 (29.30% from 255) = 29.13%
BLUE value IS 84 (33.20% from 255) = 33.07%
R=37.80%
G=29.13%
B=33.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.12
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96748400.230.120.62332.7312.9433.33
Hex604A54017C3E14dd21
Octal14011212402714765151541
Binary11000001001010101010001011111001111101010011011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604A54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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