#62444F

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

Shades of Finn #62444F

Tints of Finn #62444F

Color information

#62444F (or 0x62444F) is unknown color: approx Finn. HEX triplet: 62, 44 and 4F. RGB value is (98,68,79). Sum of RGB (Red+Green+Blue) = 98+68+79=245 (32% of max value = 765). Red value is 98 (38.67% from 255 or 40% from 245); Green value is 68 (26.95% from 255 or 27.76% from 245); Blue value is 79 (31.25% from 255 or 32.24% from 245); Max value from RGB is 98 - color contains mainly: red. Hex color #62444F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62444F is #9DBBB0. Grayscale: #4E4E4E. Windows color (decimal): -10337201 or 5194850. OLE color: 5194850.

HSL color Cylindrical-coordinate representation of color #62444F: hue angle of 338º 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 #62444F is Cyan = 0, Magento = 0.31, Yellow = 0.19 and Black (K on CMYK) = 0.62.

Color convert

RGB986879-
CMYK00.310.190.62
HSL338º18.07%32.55%-
HSV(B)338º30.61%38.43%-
XYZ8.527.38.36-
YUV78.22128.44142.11-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 40%
GREEN value IS 68 (26.95% from 255) = 27.76%
BLUE value IS 79 (31.25% from 255) = 32.24%
R=40%
G=27.76%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.19
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98687900.310.190.6233818.0732.55
Hex62444F01F133E1521221
Octal14210411703723765222241
Binary1100010100010010011110111111001111111010101001010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62444F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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