#604D54

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

Shades of Finn #604D54

Tints of Finn #604D54

Color information

#604D54 (or 0x604D54) is unknown color: approx Finn. HEX triplet: 60, 4D and 54. RGB value is (96,77,84). Sum of RGB (Red+Green+Blue) = 96+77+84=257 (34% of max value = 765). Red value is 96 (37.89% from 255 or 37.35% from 257); Green value is 77 (30.47% from 255 or 29.96% from 257); Blue value is 84 (33.20% from 255 or 32.68% from 257); Max value from RGB is 96 - color contains mainly: red. Hex color #604D54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #604D54 is #9FB2AB. Grayscale: #535353. Windows color (decimal): -10465964 or 5524832. OLE color: 5524832.

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

Color convert

RGB967784-
CMYK00.200.120.62
HSL337.89º10.98%33.92%-
HSV(B)337.89º19.79%37.65%-
XYZ9.088.439.54-
YUV83.48128.29136.93-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 37.35%
GREEN value IS 77 (30.47% from 255) = 29.96%
BLUE value IS 84 (33.20% from 255) = 32.68%
R=37.35%
G=29.96%
B=32.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.12
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96778400.200.120.62337.8910.9833.92
Hex604D54014C3E152b22
Octal14011512402414765221342
Binary11000001001101101010001010011001111101010100101011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604D54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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