#656C62

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

Shades of Finlandia #656C62

Tints of Finlandia #656C62

Color information

#656C62 (or 0x656C62) is unknown color: approx Finlandia. HEX triplet: 65, 6C and 62. RGB value is (101,108,98). Sum of RGB (Red+Green+Blue) = 101+108+98=307 (40% of max value = 765). Red value is 101 (39.84% from 255 or 32.90% from 307); Green value is 108 (42.58% from 255 or 35.18% from 307); Blue value is 98 (38.67% from 255 or 31.92% from 307); Max value from RGB is 108 - color contains mainly: green. Hex color #656C62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656C62 is #9A939D. Grayscale: #686868. Windows color (decimal): -10130334 or 6450277. OLE color: 6450277.

HSL color Cylindrical-coordinate representation of color #656C62: hue angle of 102º degrees, saturation: 0.05, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #656C62 is Cyan = 0.06, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.58.

Color convert

RGB10110898-
CMYK0.0600.090.58
HSL102º4.85%40.39%-
HSV(B)102º9.26%42.35%-
XYZ12.9314.3713.65-
YUV104.77124.18125.31-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 32.90%
GREEN value IS 108 (42.58% from 255) = 35.18%
BLUE value IS 98 (38.67% from 255) = 31.92%
R=32.90%
G=35.18%
B=31.92%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal101108980.0600.090.581024.8540.39
Hex656C626093A66528
Octal145154142601172146550
Binary110010111011001100010110010011110101100110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656C62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #656C62; }

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

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

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

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

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

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

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

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