#61404E

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

Shades of Finn #61404E

Tints of Finn #61404E

Color information

#61404E (or 0x61404E) is unknown color: approx Finn. HEX triplet: 61, 40 and 4E. RGB value is (97,64,78). Sum of RGB (Red+Green+Blue) = 97+64+78=239 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.59% from 239); Green value is 64 (25.39% from 255 or 26.78% from 239); Blue value is 78 (30.86% from 255 or 32.64% from 239); Max value from RGB is 97 - color contains mainly: red. Hex color #61404E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61404E is #9EBFB1. Grayscale: #4B4B4B. Windows color (decimal): -10403762 or 5128289. OLE color: 5128289.

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

Color convert

RGB976478-
CMYK00.340.200.62
HSL334.55º20.5%31.57%-
HSV(B)334.55º34.02%38.04%-
XYZ8.146.768.08-
YUV75.46129.43143.36-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 40.59%
GREEN value IS 64 (25.39% from 255) = 26.78%
BLUE value IS 78 (30.86% from 255) = 32.64%
R=40.59%
G=26.78%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.20
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97647800.340.200.62334.5520.531.57
Hex61404E022143E14f1420
Octal14110011604224765172440
Binary11000011000000100111001000101010011111010100111110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61404E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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