#614751

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

Shades of Finn #614751

Tints of Finn #614751

Color information

#614751 (or 0x614751) is unknown color: approx Finn. HEX triplet: 61, 47 and 51. RGB value is (97,71,81). Sum of RGB (Red+Green+Blue) = 97+71+81=249 (32% of max value = 765). Red value is 97 (38.28% from 255 or 38.96% from 249); Green value is 71 (28.12% from 255 or 28.51% from 249); Blue value is 81 (32.03% from 255 or 32.53% from 249); Max value from RGB is 97 - color contains mainly: red. Hex color #614751 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614751 is #9EB8AE. Grayscale: #4F4F4F. Windows color (decimal): -10401967 or 5326689. OLE color: 5326689.

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

Color convert

RGB977181-
CMYK00.270.160.62
HSL336.92º15.48%32.94%-
HSV(B)336.92º26.8%38.04%-
XYZ8.677.648.8-
YUV79.91128.61140.19-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 38.96%
GREEN value IS 71 (28.12% from 255) = 28.51%
BLUE value IS 81 (32.03% from 255) = 32.53%
R=38.96%
G=28.51%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.16
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97718100.270.160.62336.9215.4832.94
Hex61475101B103E151f21
Octal14110712103320765211741
Binary110000110001111010001011011100001111101010100011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614751; }

 p { color: rgb(97,71,81); }

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

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

 a { background-color: rgb(97,71,81); }

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

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

 span { border-color: rgb(97,71,81); }

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