#626D5F

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

Shades of Finlandia #626D5F

Tints of Finlandia #626D5F

Color information

#626D5F (or 0x626D5F) is unknown color: approx Finlandia. HEX triplet: 62, 6D and 5F. RGB value is (98,109,95). Sum of RGB (Red+Green+Blue) = 98+109+95=302 (40% of max value = 765). Red value is 98 (38.67% from 255 or 32.45% from 302); Green value is 109 (42.97% from 255 or 36.09% from 302); Blue value is 95 (37.5% from 255 or 31.46% from 302); Max value from RGB is 109 - color contains mainly: green. Hex color #626D5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #626D5F is #9D92A0. Grayscale: #686868. Windows color (decimal): -10326689 or 6253922. OLE color: 6253922.

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

Color convert

RGB9810995-
CMYK0.1000.130.57
HSL107.14º6.86%40%-
HSV(B)107.14º12.84%42.75%-
XYZ12.5714.3612.94-
YUV104.12122.86123.64-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 32.45%
GREEN value IS 109 (42.97% from 255) = 36.09%
BLUE value IS 95 (37.5% from 255) = 31.46%
R=32.45%
G=36.09%
B=31.46%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal98109950.1000.130.57107.146.8640
Hex626D5FA0D396b728
Octal1421551371201571153750
Binary1100010110110110111111010011011110011101011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626D5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,109,95); }

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

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

 a { background-color: rgb(98,109,95); }

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

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

 span { border-color: rgb(98,109,95); }

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