#614254

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

Shades of Finn #614254

Tints of Finn #614254

Color information

#614254 (or 0x614254) is unknown color: approx Finn. HEX triplet: 61, 42 and 54. RGB value is (97,66,84). Sum of RGB (Red+Green+Blue) = 97+66+84=247 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.27% from 247); Green value is 66 (26.17% from 255 or 26.72% from 247); Blue value is 84 (33.20% from 255 or 34.01% from 247); Max value from RGB is 97 - color contains mainly: red. Hex color #614254 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614254 is #9EBDAB. Grayscale: #4D4D4D. Windows color (decimal): -10403244 or 5522017. OLE color: 5522017.

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

Color convert

RGB976684-
CMYK00.320.130.62
HSL325.16º19.02%31.96%-
HSV(B)325.16º31.96%38.04%-
XYZ8.487.089.31-
YUV77.32131.77142.04-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 39.27%
GREEN value IS 66 (26.17% from 255) = 26.72%
BLUE value IS 84 (33.20% from 255) = 34.01%
R=39.27%
G=26.72%
B=34.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.13
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97668400.320.130.62325.1619.0231.96
Hex614254020D3E1451320
Octal14110212404015765052340
Binary1100001100001010101000100000110111111010100010110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614254; }

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

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

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

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

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

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

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

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