#614253

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

Shades of Finn #614253

Tints of Finn #614253

Color information

#614253 (or 0x614253) is unknown color: approx Finn. HEX triplet: 61, 42 and 53. RGB value is (97,66,83). Sum of RGB (Red+Green+Blue) = 97+66+83=246 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.43% from 246); Green value is 66 (26.17% from 255 or 26.83% from 246); Blue value is 83 (32.81% from 255 or 33.74% from 246); Max value from RGB is 97 - color contains mainly: red. Hex color #614253 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614253 is #9EBDAC. Grayscale: #4D4D4D. Windows color (decimal): -10403245 or 5456481. OLE color: 5456481.

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

Color convert

RGB976683-
CMYK00.320.140.62
HSL327.1º19.02%31.96%-
HSV(B)327.1º31.96%38.04%-
XYZ8.447.069.1-
YUV77.21131.27142.12-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 39.43%
GREEN value IS 66 (26.17% from 255) = 26.83%
BLUE value IS 83 (32.81% from 255) = 33.74%
R=39.43%
G=26.83%
B=33.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.14
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97668300.320.140.62327.119.0231.96
Hex614253020E3E1471320
Octal14110212304016765072340
Binary1100001100001010100110100000111011111010100011110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614253; }

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

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

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

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

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

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

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

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