#613D4F

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

Shades of Finn #613D4F

Tints of Finn #613D4F

Color information

#613D4F (or 0x613D4F) is unknown color: approx Finn. HEX triplet: 61, 3D and 4F. RGB value is (97,61,79). Sum of RGB (Red+Green+Blue) = 97+61+79=237 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.93% from 237); Green value is 61 (24.22% from 255 or 25.74% from 237); Blue value is 79 (31.25% from 255 or 33.33% from 237); Max value from RGB is 97 - color contains mainly: red. Hex color #613D4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613D4F is #9EC2B0. Grayscale: #494949. Windows color (decimal): -10404529 or 5193057. OLE color: 5193057.

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

Color convert

RGB976179-
CMYK00.370.190.62
HSL330º22.78%30.98%-
HSV(B)330º37.11%38.04%-
XYZ8.016.448.22-
YUV73.82130.93144.54-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 40.93%
GREEN value IS 61 (24.22% from 255) = 25.74%
BLUE value IS 79 (31.25% from 255) = 33.33%
R=40.93%
G=25.74%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.19
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97617900.370.190.6233022.7830.98
Hex613D4F025133E14a171f
Octal1417511704523765122737
Binary110000111110110011110100101100111111101010010101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613D4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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