#604A56

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

Shades of Finn #604A56

Tints of Finn #604A56

Color information

#604A56 (or 0x604A56) is unknown color: approx Finn. HEX triplet: 60, 4A and 56. RGB value is (96,74,86). Sum of RGB (Red+Green+Blue) = 96+74+86=256 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.5% from 256); Green value is 74 (29.30% from 255 or 28.91% from 256); Blue value is 86 (33.98% from 255 or 33.59% from 256); Max value from RGB is 96 - color contains mainly: red. Hex color #604A56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604A56 is #9FB5A9. Grayscale: #515151. Windows color (decimal): -10466730 or 5655136. OLE color: 5655136.

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

Color convert

RGB967486-
CMYK00.230.100.62
HSL327.27º12.94%33.33%-
HSV(B)327.27º22.92%37.65%-
XYZ8.958.069.89-
YUV81.95130.29138.02-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 37.5%
GREEN value IS 74 (29.30% from 255) = 28.91%
BLUE value IS 86 (33.98% from 255) = 33.59%
R=37.5%
G=28.91%
B=33.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.10
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96748600.230.100.62327.2712.9433.33
Hex604A56017A3E147d21
Octal14011212602712765071541
Binary11000001001010101011001011110101111101010001111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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