#604D56

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

Shades of Finn #604D56

Tints of Finn #604D56

Color information

#604D56 (or 0x604D56) is unknown color: approx Finn. HEX triplet: 60, 4D and 56. RGB value is (96,77,86). Sum of RGB (Red+Green+Blue) = 96+77+86=259 (34% of max value = 765). Red value is 96 (37.89% from 255 or 37.07% from 259); Green value is 77 (30.47% from 255 or 29.73% from 259); Blue value is 86 (33.98% from 255 or 33.20% from 259); Max value from RGB is 96 - color contains mainly: red. Hex color #604D56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #604D56 is #9FB2A9. Grayscale: #535353. Windows color (decimal): -10465962 or 5655904. OLE color: 5655904.

HSL color Cylindrical-coordinate representation of color #604D56: hue angle of 331.58º 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 #604D56 is Cyan = 0, Magento = 0.20, Yellow = 0.10 and Black (K on CMYK) = 0.62.

Color convert

RGB967786-
CMYK00.200.100.62
HSL331.58º10.98%33.92%-
HSV(B)331.58º19.79%37.65%-
XYZ9.168.479.96-
YUV83.71129.29136.77-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 37.07%
GREEN value IS 77 (30.47% from 255) = 29.73%
BLUE value IS 86 (33.98% from 255) = 33.20%
R=37.07%
G=29.73%
B=33.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.10
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96778600.200.100.62331.5810.9833.92
Hex604D56014A3E14cb22
Octal14011512602412765141342
Binary11000001001101101011001010010101111101010011001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604D56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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