#614154

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

Shades of Finn #614154

Tints of Finn #614154

Color information

#614154 (or 0x614154) is unknown color: approx Finn. HEX triplet: 61, 41 and 54. RGB value is (97,65,84). Sum of RGB (Red+Green+Blue) = 97+65+84=246 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.43% from 246); Green value is 65 (25.78% from 255 or 26.42% from 246); Blue value is 84 (33.20% from 255 or 34.15% from 246); Max value from RGB is 97 - color contains mainly: red. Hex color #614154 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614154 is #9EBEAB. Grayscale: #4C4C4C. Windows color (decimal): -10403500 or 5521761. OLE color: 5521761.

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

Color convert

RGB976584-
CMYK00.330.130.62
HSL324.38º19.75%31.76%-
HSV(B)324.38º32.99%38.04%-
XYZ8.426.969.29-
YUV76.73132.1142.46-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 39.43%
GREEN value IS 65 (25.78% from 255) = 26.42%
BLUE value IS 84 (33.20% from 255) = 34.15%
R=39.43%
G=26.42%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.13
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97658400.330.130.62324.3819.7531.76
Hex614154021D3E1441420
Octal14110112404115765042440
Binary1100001100000110101000100001110111111010100010010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614154; }

 p { color: rgb(97,65,84); }

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

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

 a { background-color: rgb(97,65,84); }

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

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

 span { border-color: rgb(97,65,84); }

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