#614150

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

Shades of Finn #614150

Tints of Finn #614150

Color information

#614150 (or 0x614150) is unknown color: approx Finn. HEX triplet: 61, 41 and 50. RGB value is (97,65,80). Sum of RGB (Red+Green+Blue) = 97+65+80=242 (32% of max value = 765). Red value is 97 (38.28% from 255 or 40.08% from 242); Green value is 65 (25.78% from 255 or 26.86% from 242); Blue value is 80 (31.64% from 255 or 33.06% from 242); Max value from RGB is 97 - color contains mainly: red. Hex color #614150 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614150 is #9EBEAF. Grayscale: #4C4C4C. Windows color (decimal): -10403504 or 5259617. OLE color: 5259617.

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

Color convert

RGB976580-
CMYK00.330.180.62
HSL331.88º19.75%31.76%-
HSV(B)331.88º32.99%38.04%-
XYZ8.276.98.49-
YUV76.28130.1142.78-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 40.08%
GREEN value IS 65 (25.78% from 255) = 26.86%
BLUE value IS 80 (31.64% from 255) = 33.06%
R=40.08%
G=26.86%
B=33.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.18
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97658000.330.180.62331.8819.7531.76
Hex614150021123E14c1420
Octal14110112004122765142440
Binary11000011000001101000001000011001011111010100110010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614150; }

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

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

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

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

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

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

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

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