#62404E

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

Shades of Finn #62404E

Tints of Finn #62404E

Color information

#62404E (or 0x62404E) is unknown color: approx Finn. HEX triplet: 62, 40 and 4E. RGB value is (98,64,78). Sum of RGB (Red+Green+Blue) = 98+64+78=240 (31% of max value = 765). Red value is 98 (38.67% from 255 or 40.83% from 240); Green value is 64 (25.39% from 255 or 26.67% from 240); Blue value is 78 (30.86% from 255 or 32.5% from 240); Max value from RGB is 98 - color contains mainly: red. Hex color #62404E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62404E is #9DBFB1. Grayscale: #4B4B4B. Windows color (decimal): -10338226 or 5128290. OLE color: 5128290.

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

Color convert

RGB986478-
CMYK00.350.200.62
HSL335.29º20.99%31.76%-
HSV(B)335.29º34.69%38.43%-
XYZ8.256.818.09-
YUV75.76129.26143.86-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 40.83%
GREEN value IS 64 (25.39% from 255) = 26.67%
BLUE value IS 78 (30.86% from 255) = 32.5%
R=40.83%
G=26.67%
B=32.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.20
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98647800.350.200.62335.2920.9931.76
Hex62404E023143E14f1520
Octal14210011604324765172540
Binary11000101000000100111001000111010011111010100111110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62404E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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