#656F65

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

Shades of Finlandia #656F65

Tints of Finlandia #656F65

Color information

#656F65 (or 0x656F65) is unknown color: approx Finlandia. HEX triplet: 65, 6F and 65. RGB value is (101,111,101). Sum of RGB (Red+Green+Blue) = 101+111+101=313 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.27% from 313); Green value is 111 (43.75% from 255 or 35.46% from 313); Blue value is 101 (39.84% from 255 or 32.27% from 313); Max value from RGB is 111 - color contains mainly: green. Hex color #656F65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656F65 is #9A909A. Grayscale: #6A6A6A. Windows color (decimal): -10129563 or 6647653. OLE color: 6647653.

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

Color convert

RGB101111101-
CMYK0.0900.090.56
HSL120º4.72%41.57%-
HSV(B)120º9.01%43.53%-
XYZ13.415.0814.52-
YUV106.87124.69123.81-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 32.27%
GREEN value IS 111 (43.75% from 255) = 35.46%
BLUE value IS 101 (39.84% from 255) = 32.27%
R=32.27%
G=35.46%
B=32.27%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1011111010.0900.090.561204.7241.57
Hex656F65909387852a
Octal1451571451101170170552
Binary1100101110111111001011001010011110001111000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656F65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,111,101); }

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

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

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

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

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

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

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