#613E54

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

Shades of Finn #613E54

Tints of Finn #613E54

Color information

#613E54 (or 0x613E54) is unknown color: approx Finn. HEX triplet: 61, 3E and 54. RGB value is (97,62,84). Sum of RGB (Red+Green+Blue) = 97+62+84=243 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.92% from 243); Green value is 62 (24.61% from 255 or 25.51% from 243); Blue value is 84 (33.20% from 255 or 34.57% from 243); Max value from RGB is 97 - color contains mainly: red. Hex color #613E54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613E54 is #9EC1AB. Grayscale: #4A4A4A. Windows color (decimal): -10404268 or 5520993. OLE color: 5520993.

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

Color convert

RGB976284-
CMYK00.360.130.62
HSL322.29º22.01%31.18%-
HSV(B)322.29º36.08%38.04%-
XYZ8.256.639.23-
YUV74.97133.1143.71-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 39.92%
GREEN value IS 62 (24.61% from 255) = 25.51%
BLUE value IS 84 (33.20% from 255) = 34.57%
R=39.92%
G=25.51%
B=34.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.13
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97628400.360.130.62322.2922.0131.18
Hex613E54024D3E142161f
Octal1417612404415765022637
Binary11000011111101010100010010011011111101010000101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613E54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,62,84); }

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

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

 a { background-color: rgb(97,62,84); }

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

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

 span { border-color: rgb(97,62,84); }

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