#614955

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

Shades of Finn #614955

Tints of Finn #614955

Color information

#614955 (or 0x614955) is unknown color: approx Finn. HEX triplet: 61, 49 and 55. RGB value is (97,73,85). Sum of RGB (Red+Green+Blue) = 97+73+85=255 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.04% from 255); Green value is 73 (28.91% from 255 or 28.63% from 255); Blue value is 85 (33.59% from 255 or 33.33% from 255); Max value from RGB is 97 - color contains mainly: red. Hex color #614955 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614955 is #9EB6AA. Grayscale: #515151. Windows color (decimal): -10401451 or 5589345. OLE color: 5589345.

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

Color convert

RGB977385-
CMYK00.250.120.62
HSL330º14.12%33.33%-
HSV(B)330º24.74%38.04%-
XYZ8.957.969.66-
YUV81.54129.95139.02-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 38.04%
GREEN value IS 73 (28.91% from 255) = 28.63%
BLUE value IS 85 (33.59% from 255) = 33.33%
R=38.04%
G=28.63%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.12
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97738500.250.120.6233014.1233.33
Hex614955019C3E14ae21
Octal14111112503114765121641
Binary11000011001001101010101100111001111101010010101110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614955; }

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

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

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

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

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

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

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

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