#614757

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

Shades of Finn #614757

Tints of Finn #614757

Color information

#614757 (or 0x614757) is unknown color: approx Finn. HEX triplet: 61, 47 and 57. RGB value is (97,71,87). Sum of RGB (Red+Green+Blue) = 97+71+87=255 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.04% from 255); Green value is 71 (28.12% from 255 or 27.84% from 255); Blue value is 87 (34.38% from 255 or 34.12% from 255); Max value from RGB is 97 - color contains mainly: red. Hex color #614757 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614757 is #9EB8A8. Grayscale: #505050. Windows color (decimal): -10401961 or 5719905. OLE color: 5719905.

HSL color Cylindrical-coordinate representation of color #614757: hue angle of 323.08º degrees, saturation: 0.15, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #614757 is Cyan = 0, Magento = 0.27, Yellow = 0.10 and Black (K on CMYK) = 0.62.

Color convert

RGB977187-
CMYK00.270.100.62
HSL323.08º15.48%32.94%-
HSV(B)323.08º26.8%38.04%-
XYZ8.97.7410.04-
YUV80.6131.61139.7-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 38.04%
GREEN value IS 71 (28.12% from 255) = 27.84%
BLUE value IS 87 (34.38% from 255) = 34.12%
R=38.04%
G=27.84%
B=34.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.10
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97718700.270.100.62323.0815.4832.94
Hex61475701BA3E143f21
Octal14110712703312765031741
Binary11000011000111101011101101110101111101010000111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614757; }

 p { color: rgb(97,71,87); }

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

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

 a { background-color: rgb(97,71,87); }

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

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

 span { border-color: rgb(97,71,87); }

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