#614D54

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

Shades of Finn #614D54

Tints of Finn #614D54

Color information

#614D54 (or 0x614D54) is unknown color: approx Finn. HEX triplet: 61, 4D and 54. RGB value is (97,77,84). Sum of RGB (Red+Green+Blue) = 97+77+84=258 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.60% from 258); Green value is 77 (30.47% from 255 or 29.84% from 258); Blue value is 84 (33.20% from 255 or 32.56% from 258); Max value from RGB is 97 - color contains mainly: red. Hex color #614D54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #614D54 is #9EB2AB. Grayscale: #535353. Windows color (decimal): -10400428 or 5524833. OLE color: 5524833.

HSL color Cylindrical-coordinate representation of color #614D54: hue angle of 339º degrees, saturation: 0.11, 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 #614D54 is Cyan = 0, Magento = 0.21, Yellow = 0.13 and Black (K on CMYK) = 0.62.

Color convert

RGB977784-
CMYK00.210.130.62
HSL339º11.49%34.12%-
HSV(B)339º20.62%38.04%-
XYZ9.188.499.54-
YUV83.78128.13137.43-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 37.60%
GREEN value IS 77 (30.47% from 255) = 29.84%
BLUE value IS 84 (33.20% from 255) = 32.56%
R=37.60%
G=29.84%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.13
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97778400.210.130.6233911.4934.12
Hex614D54015D3E153b22
Octal14111512402515765231342
Binary11000011001101101010001010111011111101010100111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614D54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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