#614456

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

Shades of Finn #614456

Tints of Finn #614456

Color information

#614456 (or 0x614456) is unknown color: approx Finn. HEX triplet: 61, 44 and 56. RGB value is (97,68,86). Sum of RGB (Red+Green+Blue) = 97+68+86=251 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.65% from 251); Green value is 68 (26.95% from 255 or 27.09% from 251); Blue value is 86 (33.98% from 255 or 34.26% from 251); Max value from RGB is 97 - color contains mainly: red. Hex color #614456 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614456 is #9EBBA9. Grayscale: #4E4E4E. Windows color (decimal): -10402730 or 5653601. OLE color: 5653601.

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

Color convert

RGB976886-
CMYK00.300.110.62
HSL322.76º17.58%32.35%-
HSV(B)322.76º29.9%38.04%-
XYZ8.687.359.77-
YUV78.72132.11141.04-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 38.65%
GREEN value IS 68 (26.95% from 255) = 27.09%
BLUE value IS 86 (33.98% from 255) = 34.26%
R=38.65%
G=27.09%
B=34.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.11
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97688600.300.110.62322.7617.5832.35
Hex61445601EB3E1431220
Octal14110412603613765032240
Binary110000110001001010110011110101111111010100001110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614456; }

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

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

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

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

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

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

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

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