#604050

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

Shades of Finn #604050

Tints of Finn #604050

Color information

#604050 (or 0x604050) is unknown color: approx Finn. HEX triplet: 60, 40 and 50. RGB value is (96,64,80). Sum of RGB (Red+Green+Blue) = 96+64+80=240 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40% from 240); Green value is 64 (25.39% from 255 or 26.67% from 240); Blue value is 80 (31.64% from 255 or 33.33% from 240); Max value from RGB is 96 - color contains mainly: red. Hex color #604050 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604050 is #9FBFAF. Grayscale: #4B4B4B. Windows color (decimal): -10469296 or 5259360. OLE color: 5259360.

HSL color Cylindrical-coordinate representation of color #604050: hue angle of 330º 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 #604050 is Cyan = 0, Magento = 0.33, Yellow = 0.17 and Black (K on CMYK) = 0.62.

Color convert

RGB966480-
CMYK00.330.170.62
HSL330º20%31.37%-
HSV(B)330º33.33%37.65%-
XYZ8.116.738.46-
YUV75.39130.6142.7-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 40%
GREEN value IS 64 (25.39% from 255) = 26.67%
BLUE value IS 80 (31.64% from 255) = 33.33%
R=40%
G=26.67%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.17
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96648000.330.170.623302031.37
Hex604050021113E14a141f
Octal14010012004121765122437
Binary1100000100000010100000100001100011111101010010101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604050; }

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

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

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

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

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

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

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

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