#61414E

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

Shades of Finn #61414E

Tints of Finn #61414E

Color information

#61414E (or 0x61414E) is unknown color: approx Finn. HEX triplet: 61, 41 and 4E. RGB value is (97,65,78). Sum of RGB (Red+Green+Blue) = 97+65+78=240 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.42% from 240); Green value is 65 (25.78% from 255 or 27.08% from 240); Blue value is 78 (30.86% from 255 or 32.5% from 240); Max value from RGB is 97 - color contains mainly: red. Hex color #61414E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61414E is #9EBEB1. Grayscale: #4C4C4C. Windows color (decimal): -10403506 or 5128545. OLE color: 5128545.

HSL color Cylindrical-coordinate representation of color #61414E: hue angle of 335.62º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #61414E is Cyan = 0, Magento = 0.33, Yellow = 0.20 and Black (K on CMYK) = 0.62.

Color convert

RGB976578-
CMYK00.330.200.62
HSL335.62º19.75%31.76%-
HSV(B)335.62º32.99%38.04%-
XYZ8.26.878.1-
YUV76.05129.1142.94-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 40.42%
GREEN value IS 65 (25.78% from 255) = 27.08%
BLUE value IS 78 (30.86% from 255) = 32.5%
R=40.42%
G=27.08%
B=32.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.20
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97657800.330.200.62335.6219.7531.76
Hex61414E021143E1501420
Octal14110111604124765202440
Binary11000011000001100111001000011010011111010101000010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61414E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61414E; }

 p { color: rgb(97,65,78); }

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

<style>
 a { background-color: #61414E; }

 a { background-color: rgb(97,65,78); }

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

<style>
 span { border-color: #61414E; }

 span { border-color: rgb(97,65,78); }

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