#614455

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

Shades of Finn #614455

Tints of Finn #614455

Color information

#614455 (or 0x614455) is unknown color: approx Finn. HEX triplet: 61, 44 and 55. RGB value is (97,68,85). Sum of RGB (Red+Green+Blue) = 97+68+85=250 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.8% from 250); Green value is 68 (26.95% from 255 or 27.2% from 250); Blue value is 85 (33.59% from 255 or 34% from 250); Max value from RGB is 97 - color contains mainly: red. Hex color #614455 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614455 is #9EBBAA. Grayscale: #4E4E4E. Windows color (decimal): -10402731 or 5588065. OLE color: 5588065.

HSL color Cylindrical-coordinate representation of color #614455: hue angle of 324.83º degrees, saturation: 0.18, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #614455 is Cyan = 0, Magento = 0.30, Yellow = 0.12 and Black (K on CMYK) = 0.62.

Color convert

RGB976885-
CMYK00.300.120.62
HSL324.83º17.58%32.35%-
HSV(B)324.83º29.9%38.04%-
XYZ8.647.339.55-
YUV78.61131.61141.12-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 38.8%
GREEN value IS 68 (26.95% from 255) = 27.2%
BLUE value IS 85 (33.59% from 255) = 34%
R=38.8%
G=27.2%
B=34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.12
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97688500.300.120.62324.8317.5832.35
Hex61445501EC3E1451220
Octal14110412503614765052240
Binary110000110001001010101011110110011111010100010110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614455; }

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

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

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

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

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

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

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

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