#62424F

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

Shades of Finn #62424F

Tints of Finn #62424F

Color information

#62424F (or 0x62424F) is unknown color: approx Finn. HEX triplet: 62, 42 and 4F. RGB value is (98,66,79). Sum of RGB (Red+Green+Blue) = 98+66+79=243 (32% of max value = 765). Red value is 98 (38.67% from 255 or 40.33% from 243); Green value is 66 (26.17% from 255 or 27.16% from 243); Blue value is 79 (31.25% from 255 or 32.51% from 243); Max value from RGB is 98 - color contains mainly: red. Hex color #62424F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62424F is #9DBDB0. Grayscale: #4D4D4D. Windows color (decimal): -10337713 or 5194338. OLE color: 5194338.

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

Color convert

RGB986679-
CMYK00.330.190.62
HSL335.62º19.51%32.16%-
HSV(B)335.62º32.65%38.43%-
XYZ8.47.068.32-
YUV77.05129.1142.94-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 40.33%
GREEN value IS 66 (26.17% from 255) = 27.16%
BLUE value IS 79 (31.25% from 255) = 32.51%
R=40.33%
G=27.16%
B=32.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.19
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98667900.330.190.62335.6219.5132.16
Hex62424F021133E1501420
Octal14210211704123765202440
Binary11000101000010100111101000011001111111010101000010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62424F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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