#626E5E

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

Shades of Finlandia #626E5E

Tints of Finlandia #626E5E

Color information

#626E5E (or 0x626E5E) is unknown color: approx Finlandia. HEX triplet: 62, 6E and 5E. RGB value is (98,110,94). Sum of RGB (Red+Green+Blue) = 98+110+94=302 (40% of max value = 765). Red value is 98 (38.67% from 255 or 32.45% from 302); Green value is 110 (43.36% from 255 or 36.42% from 302); Blue value is 94 (37.11% from 255 or 31.13% from 302); Max value from RGB is 110 - color contains mainly: green. Hex color #626E5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #626E5E is #9D91A1. Grayscale: #686868. Windows color (decimal): -10326434 or 6188642. OLE color: 6188642.

HSL color Cylindrical-coordinate representation of color #626E5E: hue angle of 105º degrees, saturation: 0.08, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #626E5E is Cyan = 0.11, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.57.

Color convert

RGB9811094-
CMYK0.1100.150.57
HSL105º7.84%40%-
HSV(B)105º14.55%43.14%-
XYZ12.6314.5612.73-
YUV104.59122.02123.3-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 32.45%
GREEN value IS 110 (43.36% from 255) = 36.42%
BLUE value IS 94 (37.11% from 255) = 31.13%
R=32.45%
G=36.42%
B=31.13%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal98110940.1100.150.571057.8440
Hex626E5EB0F3969828
Octal14215613613017711511050
Binary11000101101110101111010110111111100111010011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626E5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #626E5E; }

 p { color: rgb(98,110,94); }

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

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

 a { background-color: rgb(98,110,94); }

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

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

 span { border-color: rgb(98,110,94); }

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