#604C54

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

Shades of Finn #604C54

Tints of Finn #604C54

Color information

#604C54 (or 0x604C54) is unknown color: approx Finn. HEX triplet: 60, 4C and 54. RGB value is (96,76,84). Sum of RGB (Red+Green+Blue) = 96+76+84=256 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.5% from 256); Green value is 76 (30.08% from 255 or 29.69% from 256); Blue value is 84 (33.20% from 255 or 32.81% from 256); Max value from RGB is 96 - color contains mainly: red. Hex color #604C54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604C54 is #9FB3AB. Grayscale: #525252. Windows color (decimal): -10466220 or 5524576. OLE color: 5524576.

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

Color convert

RGB967684-
CMYK00.210.120.62
HSL336º11.63%33.73%-
HSV(B)336º20.83%37.65%-
XYZ9.018.39.51-
YUV82.89128.63137.35-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 37.5%
GREEN value IS 76 (30.08% from 255) = 29.69%
BLUE value IS 84 (33.20% from 255) = 32.81%
R=37.5%
G=29.69%
B=32.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.12
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96768400.210.120.6233611.6333.73
Hex604C54015C3E150c22
Octal14011412402514765201442
Binary11000001001100101010001010111001111101010100001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604C54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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