#604053

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

Shades of Finn #604053

Tints of Finn #604053

Color information

#604053 (or 0x604053) is unknown color: approx Finn. HEX triplet: 60, 40 and 53. RGB value is (96,64,83). Sum of RGB (Red+Green+Blue) = 96+64+83=243 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.51% from 243); Green value is 64 (25.39% from 255 or 26.34% from 243); Blue value is 83 (32.81% from 255 or 34.16% from 243); Max value from RGB is 96 - color contains mainly: red. Hex color #604053 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604053 is #9FBFAC. Grayscale: #4B4B4B. Windows color (decimal): -10469293 or 5455968. OLE color: 5455968.

HSL color Cylindrical-coordinate representation of color #604053: hue angle of 324.38º degrees, saturation: 0.2, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #604053 is Cyan = 0, Magento = 0.33, Yellow = 0.14 and Black (K on CMYK) = 0.62.

Color convert

RGB966483-
CMYK00.330.140.62
HSL324.38º20%31.37%-
HSV(B)324.38º33.33%37.65%-
XYZ8.226.789.06-
YUV75.73132.1142.46-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 39.51%
GREEN value IS 64 (25.39% from 255) = 26.34%
BLUE value IS 83 (32.81% from 255) = 34.16%
R=39.51%
G=26.34%
B=34.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.14
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96648300.330.140.62324.382031.37
Hex604053021E3E144141f
Octal14010012304116765042437
Binary110000010000001010011010000111101111101010001001010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604053; }

 p { color: rgb(96,64,83); }

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

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

 a { background-color: rgb(96,64,83); }

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

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

 span { border-color: rgb(96,64,83); }

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