#613F51

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

Shades of Finn #613F51

Tints of Finn #613F51

Color information

#613F51 (or 0x613F51) is unknown color: approx Finn. HEX triplet: 61, 3F and 51. RGB value is (97,63,81). Sum of RGB (Red+Green+Blue) = 97+63+81=241 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.25% from 241); Green value is 63 (25% from 255 or 26.14% from 241); Blue value is 81 (32.03% from 255 or 33.61% from 241); Max value from RGB is 97 - color contains mainly: red. Hex color #613F51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613F51 is #9EC0AE. Grayscale: #4B4B4B. Windows color (decimal): -10404015 or 5324641. OLE color: 5324641.

HSL color Cylindrical-coordinate representation of color #613F51: hue angle of 328.24º degrees, saturation: 0.21, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #613F51 is Cyan = 0, Magento = 0.35, Yellow = 0.16 and Black (K on CMYK) = 0.62.

Color convert

RGB976381-
CMYK00.350.160.62
HSL328.24º21.25%31.37%-
HSV(B)328.24º35.05%38.04%-
XYZ8.196.698.64-
YUV75.22131.26143.54-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 40.25%
GREEN value IS 63 (25% from 255) = 26.14%
BLUE value IS 81 (32.03% from 255) = 33.61%
R=40.25%
G=26.14%
B=33.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.16
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97638100.350.160.62328.2421.2531.37
Hex613F51023103E148151f
Octal1417712104320765102537
Binary110000111111110100010100011100001111101010010001010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613F51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613F51; }

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

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

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

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

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

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

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

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