#624056

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

Shades of Finn #624056

Tints of Finn #624056

Color information

#624056 (or 0x624056) is unknown color: approx Finn. HEX triplet: 62, 40 and 56. RGB value is (98,64,86). Sum of RGB (Red+Green+Blue) = 98+64+86=248 (32% of max value = 765). Red value is 98 (38.67% from 255 or 39.52% from 248); Green value is 64 (25.39% from 255 or 25.81% from 248); Blue value is 86 (33.98% from 255 or 34.68% from 248); Max value from RGB is 98 - color contains mainly: red. Hex color #624056 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #624056 is #9DBFA9. Grayscale: #4C4C4C. Windows color (decimal): -10338218 or 5652578. OLE color: 5652578.

HSL color Cylindrical-coordinate representation of color #624056: hue angle of 321.18º 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 #624056 is Cyan = 0, Magento = 0.35, Yellow = 0.12 and Black (K on CMYK) = 0.62.

Color convert

RGB986486-
CMYK00.350.120.62
HSL321.18º20.99%31.76%-
HSV(B)321.18º34.69%38.43%-
XYZ8.556.949.69-
YUV76.67133.26143.21-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 39.52%
GREEN value IS 64 (25.39% from 255) = 25.81%
BLUE value IS 86 (33.98% from 255) = 34.68%
R=39.52%
G=25.81%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.12
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98648600.350.120.62321.1820.9931.76
Hex624056023C3E1411520
Octal14210012604314765012540
Binary1100010100000010101100100011110011111010100000110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #624056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #624056; }

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

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

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

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

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

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

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

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