#613F50

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

Shades of Finn #613F50

Tints of Finn #613F50

Color information

#613F50 (or 0x613F50) is unknown color: approx Finn. HEX triplet: 61, 3F and 50. RGB value is (97,63,80). Sum of RGB (Red+Green+Blue) = 97+63+80=240 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.42% from 240); Green value is 63 (25% from 255 or 26.25% from 240); Blue value is 80 (31.64% from 255 or 33.33% from 240); Max value from RGB is 97 - color contains mainly: red. Hex color #613F50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613F50 is #9EC0AF. Grayscale: #4B4B4B. Windows color (decimal): -10404016 or 5259105. OLE color: 5259105.

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

Color convert

RGB976380-
CMYK00.350.180.62
HSL330º21.25%31.37%-
HSV(B)330º35.05%38.04%-
XYZ8.166.688.45-
YUV75.1130.76143.62-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 40.42%
GREEN value IS 63 (25% from 255) = 26.25%
BLUE value IS 80 (31.64% from 255) = 33.33%
R=40.42%
G=26.25%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.18
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97638000.350.180.6233021.2531.37
Hex613F50023123E14a151f
Octal1417712004322765122537
Binary110000111111110100000100011100101111101010010101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613F50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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