#627560

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

Shades of Finlandia #627560

Tints of Finlandia #627560

Color information

#627560 (or 0x627560) is unknown color: approx Finlandia. HEX triplet: 62, 75 and 60. RGB value is (98,117,96). Sum of RGB (Red+Green+Blue) = 98+117+96=311 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.51% from 311); Green value is 117 (46.09% from 255 or 37.62% from 311); Blue value is 96 (37.89% from 255 or 30.87% from 311); Max value from RGB is 117 - color contains mainly: green. Hex color #627560 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #627560 is #9D8A9F. Grayscale: #6C6C6C. Windows color (decimal): -10324640 or 6321506. OLE color: 6321506.

HSL color Cylindrical-coordinate representation of color #627560: hue angle of 114.29º degrees, saturation: 0.1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #627560 is Cyan = 0.16, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.54.

Color convert

RGB9811796-
CMYK0.1600.180.54
HSL114.29º9.86%41.76%-
HSV(B)114.29º17.95%45.88%-
XYZ13.5116.1613.47-
YUV108.92120.71120.21-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 31.51%
GREEN value IS 117 (46.09% from 255) = 37.62%
BLUE value IS 96 (37.89% from 255) = 30.87%
R=31.51%
G=37.62%
B=30.87%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal98117960.1600.180.54114.299.8641.76
Hex627560100123672a2a
Octal14216514020022661621252
Binary1100010111010111000001000001001011011011100101010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #627560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #627560; }

 p { color: rgb(98,117,96); }

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

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

 a { background-color: rgb(98,117,96); }

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

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

 span { border-color: rgb(98,117,96); }

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