#604954

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

Shades of Finn #604954

Tints of Finn #604954

Color information

#604954 (or 0x604954) is unknown color: approx Finn. HEX triplet: 60, 49 and 54. RGB value is (96,73,84). Sum of RGB (Red+Green+Blue) = 96+73+84=253 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.94% from 253); Green value is 73 (28.91% from 255 or 28.85% from 253); Blue value is 84 (33.20% from 255 or 33.20% from 253); Max value from RGB is 96 - color contains mainly: red. Hex color #604954 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604954 is #9FB6AB. Grayscale: #515151. Windows color (decimal): -10466988 or 5523808. OLE color: 5523808.

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

Color convert

RGB967384-
CMYK00.240.120.62
HSL331.3º13.61%33.14%-
HSV(B)331.3º23.96%37.65%-
XYZ8.817.899.45-
YUV81.13129.62138.61-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 37.94%
GREEN value IS 73 (28.91% from 255) = 28.85%
BLUE value IS 84 (33.20% from 255) = 33.20%
R=37.94%
G=28.85%
B=33.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.12
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96738400.240.120.62331.313.6133.14
Hex604954018C3E14be21
Octal14011112403014765131641
Binary11000001001001101010001100011001111101010010111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604954; }

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

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

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

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

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

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

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

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