#62444E

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

Shades of Finn #62444E

Tints of Finn #62444E

Color information

#62444E (or 0x62444E) is unknown color: approx Finn. HEX triplet: 62, 44 and 4E. RGB value is (98,68,78). Sum of RGB (Red+Green+Blue) = 98+68+78=244 (32% of max value = 765). Red value is 98 (38.67% from 255 or 40.16% from 244); Green value is 68 (26.95% from 255 or 27.87% from 244); Blue value is 78 (30.86% from 255 or 31.97% from 244); Max value from RGB is 98 - color contains mainly: red. Hex color #62444E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62444E is #9DBBB1. Grayscale: #4E4E4E. Windows color (decimal): -10337202 or 5129314. OLE color: 5129314.

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

Color convert

RGB986878-
CMYK00.310.200.62
HSL340º18.07%32.55%-
HSV(B)340º30.61%38.43%-
XYZ8.487.288.17-
YUV78.11127.94142.19-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 40.16%
GREEN value IS 68 (26.95% from 255) = 27.87%
BLUE value IS 78 (30.86% from 255) = 31.97%
R=40.16%
G=27.87%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.20
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98687800.310.200.6234018.0732.55
Hex62444E01F143E1541221
Octal14210411603724765242241
Binary1100010100010010011100111111010011111010101010010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62444E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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