#613C4F

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

Shades of Finn #613C4F

Tints of Finn #613C4F

Color information

#613C4F (or 0x613C4F) is unknown color: approx Finn. HEX triplet: 61, 3C and 4F. RGB value is (97,60,79). Sum of RGB (Red+Green+Blue) = 97+60+79=236 (31% of max value = 765). Red value is 97 (38.28% from 255 or 41.10% from 236); Green value is 60 (23.83% from 255 or 25.42% from 236); Blue value is 79 (31.25% from 255 or 33.47% from 236); Max value from RGB is 97 - color contains mainly: red. Hex color #613C4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613C4F is #9EC3B0. Grayscale: #494949. Windows color (decimal): -10404785 or 5192801. OLE color: 5192801.

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

Color convert

RGB976079-
CMYK00.380.190.62
HSL329.19º23.57%30.78%-
HSV(B)329.19º38.14%38.04%-
XYZ7.966.348.2-
YUV73.23131.26144.96-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 41.10%
GREEN value IS 60 (23.83% from 255) = 25.42%
BLUE value IS 79 (31.25% from 255) = 33.47%
R=41.10%
G=25.42%
B=33.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.19
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97607900.380.190.62329.1923.5730.78
Hex613C4F026133E149181f
Octal1417411704623765113037
Binary110000111110010011110100110100111111101010010011100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613C4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,60,79); }

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

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

 a { background-color: rgb(97,60,79); }

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

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

 span { border-color: rgb(97,60,79); }

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