#614755

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

Shades of Finn #614755

Tints of Finn #614755

Color information

#614755 (or 0x614755) is unknown color: approx Finn. HEX triplet: 61, 47 and 55. RGB value is (97,71,85). Sum of RGB (Red+Green+Blue) = 97+71+85=253 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.34% from 253); Green value is 71 (28.12% from 255 or 28.06% from 253); Blue value is 85 (33.59% from 255 or 33.60% from 253); Max value from RGB is 97 - color contains mainly: red. Hex color #614755 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614755 is #9EB8AA. Grayscale: #505050. Windows color (decimal): -10401963 or 5588833. OLE color: 5588833.

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

Color convert

RGB977185-
CMYK00.270.120.62
HSL327.69º15.48%32.94%-
HSV(B)327.69º26.8%38.04%-
XYZ8.827.79.62-
YUV80.37130.61139.86-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 38.34%
GREEN value IS 71 (28.12% from 255) = 28.06%
BLUE value IS 85 (33.59% from 255) = 33.60%
R=38.34%
G=28.06%
B=33.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.12
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97718500.270.120.62327.6915.4832.94
Hex61475501BC3E148f21
Octal14110712503314765101741
Binary11000011000111101010101101111001111101010010001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614755; }

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

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

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

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

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

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

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

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