#614E56

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

Shades of Finn #614E56

Tints of Finn #614E56

Color information

#614E56 (or 0x614E56) is unknown color: approx Finn. HEX triplet: 61, 4E and 56. RGB value is (97,78,86). Sum of RGB (Red+Green+Blue) = 97+78+86=261 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.16% from 261); Green value is 78 (30.86% from 255 or 29.89% from 261); Blue value is 86 (33.98% from 255 or 32.95% from 261); Max value from RGB is 97 - color contains mainly: red. Hex color #614E56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #614E56 is #9EB1A9. Grayscale: #545454. Windows color (decimal): -10400170 or 5656161. OLE color: 5656161.

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

Color convert

RGB977886-
CMYK00.200.110.62
HSL334.74º10.86%34.31%-
HSV(B)334.74º19.59%38.04%-
XYZ9.338.669.98-
YUV84.59128.79136.85-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 37.16%
GREEN value IS 78 (30.86% from 255) = 29.89%
BLUE value IS 86 (33.98% from 255) = 32.95%
R=37.16%
G=29.89%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.11
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97788600.200.110.62334.7410.8634.31
Hex614E56014B3E14fb22
Octal14111612602413765171342
Binary11000011001110101011001010010111111101010011111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614E56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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