#61394F

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

Shades of Finn #61394F

Tints of Finn #61394F

Color information

#61394F (or 0x61394F) is unknown color: approx Finn. HEX triplet: 61, 39 and 4F. RGB value is (97,57,79). Sum of RGB (Red+Green+Blue) = 97+57+79=233 (30% of max value = 765). Red value is 97 (38.28% from 255 or 41.63% from 233); Green value is 57 (22.66% from 255 or 24.46% from 233); Blue value is 79 (31.25% from 255 or 33.91% from 233); Max value from RGB is 97 - color contains mainly: red. Hex color #61394F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61394F is #9EC6B0. Grayscale: #474747. Windows color (decimal): -10405553 or 5192033. OLE color: 5192033.

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

Color convert

RGB975779-
CMYK00.410.190.62
HSL327º25.97%30.2%-
HSV(B)327º41.24%38.04%-
XYZ7.86.038.15-
YUV71.47132.25146.21-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 41.63%
GREEN value IS 57 (22.66% from 255) = 24.46%
BLUE value IS 79 (31.25% from 255) = 33.91%
R=41.63%
G=24.46%
B=33.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.19
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97577900.410.190.6232725.9730.2
Hex61394F029133E1471a1e
Octal1417111705123765073236
Binary110000111100110011110101001100111111101010001111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61394F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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