#614D58

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

Shades of Finn #614D58

Tints of Finn #614D58

Color information

#614D58 (or 0x614D58) is unknown color: approx Finn. HEX triplet: 61, 4D and 58. RGB value is (97,77,88). Sum of RGB (Red+Green+Blue) = 97+77+88=262 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.02% from 262); Green value is 77 (30.47% from 255 or 29.39% from 262); Blue value is 88 (34.77% from 255 or 33.59% from 262); Max value from RGB is 97 - color contains mainly: red. Hex color #614D58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #614D58 is #9EB2A7. Grayscale: #545454. Windows color (decimal): -10400424 or 5786977. OLE color: 5786977.

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

Color convert

RGB977788-
CMYK00.210.090.62
HSL327º11.49%34.12%-
HSV(B)327º20.62%38.04%-
XYZ9.358.5510.39-
YUV84.23130.13137.11-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 37.02%
GREEN value IS 77 (30.47% from 255) = 29.39%
BLUE value IS 88 (34.77% from 255) = 33.59%
R=37.02%
G=29.39%
B=33.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.09
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97778800.210.090.6232711.4934.12
Hex614D5801593E147b22
Octal14111513002511765071342
Binary11000011001101101100001010110011111101010001111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614D58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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