#626561

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

Shades of Finlandia #626561

Tints of Finlandia #626561

Color information

#626561 (or 0x626561) is unknown color: approx Finlandia. HEX triplet: 62, 65 and 61. RGB value is (98,101,97). Sum of RGB (Red+Green+Blue) = 98+101+97=296 (39% of max value = 765). Red value is 98 (38.67% from 255 or 33.11% from 296); Green value is 101 (39.84% from 255 or 34.12% from 296); Blue value is 97 (38.28% from 255 or 32.77% from 296); Max value from RGB is 101 - color contains mainly: green. Hex color #626561 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #626561 is #9D9A9E. Grayscale: #636363. Windows color (decimal): -10328735 or 6382946. OLE color: 6382946.

HSL color Cylindrical-coordinate representation of color #626561: hue angle of 105º degrees, saturation: 0.02, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #626561 is Cyan = 0.03, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.60.

Color convert

RGB9810197-
CMYK0.0300.040.60
HSL105º2.02%38.82%-
HSV(B)105º3.96%39.61%-
XYZ11.8512.7713.15-
YUV99.65126.51126.83-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 33.11%
GREEN value IS 101 (39.84% from 255) = 34.12%
BLUE value IS 97 (38.28% from 255) = 32.77%
R=33.11%
G=34.12%
B=32.77%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal98101970.0300.040.601052.0238.82
Hex6265613043C69227
Octal14214514130474151247
Binary110001011001011100001110100111100110100110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #626561; }

 p { color: rgb(98,101,97); }

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

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

 a { background-color: rgb(98,101,97); }

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

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

 span { border-color: rgb(98,101,97); }

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