#624A56

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

Shades of Finn #624A56

Tints of Finn #624A56

Color information

#624A56 (or 0x624A56) is unknown color: approx Finn. HEX triplet: 62, 4A and 56. RGB value is (98,74,86). Sum of RGB (Red+Green+Blue) = 98+74+86=258 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.98% from 258); Green value is 74 (29.30% from 255 or 28.68% from 258); Blue value is 86 (33.98% from 255 or 33.33% from 258); Max value from RGB is 98 - color contains mainly: red. Hex color #624A56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #624A56 is #9DB5A9. Grayscale: #525252. Windows color (decimal): -10335658 or 5655138. OLE color: 5655138.

HSL color Cylindrical-coordinate representation of color #624A56: hue angle of 330º degrees, saturation: 0.14, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #624A56 is Cyan = 0, Magento = 0.24, Yellow = 0.12 and Black (K on CMYK) = 0.62.

Color convert

RGB987486-
CMYK00.240.120.62
HSL330º13.95%33.73%-
HSV(B)330º24.49%38.43%-
XYZ9.178.179.9-
YUV82.54129.95139.02-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 37.98%
GREEN value IS 74 (29.30% from 255) = 28.68%
BLUE value IS 86 (33.98% from 255) = 33.33%
R=37.98%
G=28.68%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.12
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98748600.240.120.6233013.9533.73
Hex624A56018C3E14ae22
Octal14211212603014765121642
Binary11000101001010101011001100011001111101010010101110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #624A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #624A56; }

 p { color: rgb(98,74,86); }

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

<style>
 a { background-color: #624A56; }

 a { background-color: rgb(98,74,86); }

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

<style>
 span { border-color: #624A56; }

 span { border-color: rgb(98,74,86); }

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