#614E55

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

Shades of Finn #614E55

Tints of Finn #614E55

Color information

#614E55 (or 0x614E55) is unknown color: approx Finn. HEX triplet: 61, 4E and 55. RGB value is (97,78,85). Sum of RGB (Red+Green+Blue) = 97+78+85=260 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.31% from 260); Green value is 78 (30.86% from 255 or 30% from 260); Blue value is 85 (33.59% from 255 or 32.69% from 260); Max value from RGB is 97 - color contains mainly: red. Hex color #614E55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #614E55 is #9EB1AA. Grayscale: #545454. Windows color (decimal): -10400171 or 5590625. OLE color: 5590625.

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

Color convert

RGB977885-
CMYK00.200.120.62
HSL337.89º10.86%34.31%-
HSV(B)337.89º19.59%38.04%-
XYZ9.298.659.77-
YUV84.48128.29136.93-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 37.31%
GREEN value IS 78 (30.86% from 255) = 30%
BLUE value IS 85 (33.59% from 255) = 32.69%
R=37.31%
G=30%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.12
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97788500.200.120.62337.8910.8634.31
Hex614E55014C3E152b22
Octal14111612502414765221342
Binary11000011001110101010101010011001111101010100101011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614E55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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