#604850

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

Shades of Finn #604850

Tints of Finn #604850

Color information

#604850 (or 0x604850) is unknown color: approx Finn. HEX triplet: 60, 48 and 50. RGB value is (96,72,80). Sum of RGB (Red+Green+Blue) = 96+72+80=248 (32% of max value = 765). Red value is 96 (37.89% from 255 or 38.71% from 248); Green value is 72 (28.52% from 255 or 29.03% from 248); Blue value is 80 (31.64% from 255 or 32.26% from 248); Max value from RGB is 96 - color contains mainly: red. Hex color #604850 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604850 is #9FB7AF. Grayscale: #505050. Windows color (decimal): -10467248 or 5261408. OLE color: 5261408.

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

Color convert

RGB967280-
CMYK00.250.170.62
HSL340º14.29%32.94%-
HSV(B)340º25%37.65%-
XYZ8.597.78.62-
YUV80.09127.95139.35-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 38.71%
GREEN value IS 72 (28.52% from 255) = 29.03%
BLUE value IS 80 (31.64% from 255) = 32.26%
R=38.71%
G=29.03%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.17
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96728000.250.170.6234014.2932.94
Hex604850019113E154e21
Octal14011012003121765241641
Binary110000010010001010000011001100011111101010101001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604850; }

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

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

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

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

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

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

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

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