#614250

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

Shades of Finn #614250

Tints of Finn #614250

Color information

#614250 (or 0x614250) is unknown color: approx Finn. HEX triplet: 61, 42 and 50. RGB value is (97,66,80). Sum of RGB (Red+Green+Blue) = 97+66+80=243 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.92% from 243); Green value is 66 (26.17% from 255 or 27.16% from 243); Blue value is 80 (31.64% from 255 or 32.92% from 243); Max value from RGB is 97 - color contains mainly: red. Hex color #614250 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614250 is #9EBDAF. Grayscale: #4C4C4C. Windows color (decimal): -10403248 or 5259873. OLE color: 5259873.

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

Color convert

RGB976680-
CMYK00.320.180.62
HSL332.9º19.02%31.96%-
HSV(B)332.9º31.96%38.04%-
XYZ8.337.028.51-
YUV76.87129.77142.36-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 39.92%
GREEN value IS 66 (26.17% from 255) = 27.16%
BLUE value IS 80 (31.64% from 255) = 32.92%
R=39.92%
G=27.16%
B=32.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.18
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97668000.320.180.62332.919.0231.96
Hex614250020123E14d1320
Octal14110212004022765152340
Binary11000011000010101000001000001001011111010100110110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614250; }

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

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

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

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

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

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

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

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