#614A56

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

Shades of Finn #614A56

Tints of Finn #614A56

Color information

#614A56 (or 0x614A56) is unknown color: approx Finn. HEX triplet: 61, 4A and 56. RGB value is (97,74,86). Sum of RGB (Red+Green+Blue) = 97+74+86=257 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.74% from 257); Green value is 74 (29.30% from 255 or 28.79% from 257); Blue value is 86 (33.98% from 255 or 33.46% from 257); Max value from RGB is 97 - color contains mainly: red. Hex color #614A56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614A56 is #9EB5A9. Grayscale: #525252. Windows color (decimal): -10401194 or 5655137. OLE color: 5655137.

HSL color Cylindrical-coordinate representation of color #614A56: hue angle of 328.7º degrees, saturation: 0.13, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #614A56 is Cyan = 0, Magento = 0.24, Yellow = 0.11 and Black (K on CMYK) = 0.62.

Color convert

RGB977486-
CMYK00.240.110.62
HSL328.7º13.45%33.53%-
HSV(B)328.7º23.71%38.04%-
XYZ9.068.119.89-
YUV82.24130.12138.52-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 37.74%
GREEN value IS 74 (29.30% from 255) = 28.79%
BLUE value IS 86 (33.98% from 255) = 33.46%
R=37.74%
G=28.79%
B=33.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.11
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97748600.240.110.62328.713.4533.53
Hex614A56018B3E149d22
Octal14111212603013765111542
Binary11000011001010101011001100010111111101010010011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,74,86); }

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

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

 a { background-color: rgb(97,74,86); }

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

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

 span { border-color: rgb(97,74,86); }

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