#61374F

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

Shades of Finn #61374F

Tints of Finn #61374F

Color information

#61374F (or 0x61374F) is unknown color: approx Finn. HEX triplet: 61, 37 and 4F. RGB value is (97,55,79). Sum of RGB (Red+Green+Blue) = 97+55+79=231 (30% of max value = 765). Red value is 97 (38.28% from 255 or 41.99% from 231); Green value is 55 (21.88% from 255 or 23.81% from 231); Blue value is 79 (31.25% from 255 or 34.20% from 231); Max value from RGB is 97 - color contains mainly: red. Hex color #61374F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61374F is #9EC8B0. Grayscale: #464646. Windows color (decimal): -10406065 or 5191521. OLE color: 5191521.

HSL color Cylindrical-coordinate representation of color #61374F: hue angle of 325.71º degrees, saturation: 0.28, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #61374F is Cyan = 0, Magento = 0.43, Yellow = 0.19 and Black (K on CMYK) = 0.62.

Color convert

RGB975579-
CMYK00.430.190.62
HSL325.71º27.63%29.8%-
HSV(B)325.71º43.3%38.04%-
XYZ7.715.848.12-
YUV70.29132.91147.05-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 41.99%
GREEN value IS 55 (21.88% from 255) = 23.81%
BLUE value IS 79 (31.25% from 255) = 34.20%
R=41.99%
G=23.81%
B=34.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.19
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97557900.430.190.62325.7127.6329.8
Hex61374F02B133E1461c1e
Octal1416711705323765063436
Binary110000111011110011110101011100111111101010001101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61374F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61374F; }

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

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

<style>
 a { background-color: #61374F; }

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

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

<style>
 span { border-color: #61374F; }

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

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