#626661

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

Shades of Finlandia #626661

Tints of Finlandia #626661

Color information

#626661 (or 0x626661) is unknown color: approx Finlandia. HEX triplet: 62, 66 and 61. RGB value is (98,102,97). Sum of RGB (Red+Green+Blue) = 98+102+97=297 (39% of max value = 765). Red value is 98 (38.67% from 255 or 33.00% from 297); Green value is 102 (40.23% from 255 or 34.34% from 297); Blue value is 97 (38.28% from 255 or 32.66% from 297); Max value from RGB is 102 - color contains mainly: green. Hex color #626661 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #626661 is #9D999E. Grayscale: #646464. Windows color (decimal): -10328479 or 6383202. OLE color: 6383202.

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

Color convert

RGB9810297-
CMYK0.0400.050.6
HSL108º2.51%39.02%-
HSV(B)108º4.9%40%-
XYZ11.9512.9613.18-
YUV100.23126.17126.41-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 33.00%
GREEN value IS 102 (40.23% from 255) = 34.34%
BLUE value IS 97 (38.28% from 255) = 32.66%
R=33.00%
G=34.34%
B=32.66%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal98102970.0400.050.61082.5139.02
Hex6266614053C6c327
Octal14214614140574154347
Binary1100010110011011000011000101111100110110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #626661; }

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

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

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

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

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

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

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

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