#657261

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

Shades of Finlandia #657261

Tints of Finlandia #657261

Color information

#657261 (or 0x657261) is unknown color: approx Finlandia. HEX triplet: 65, 72 and 61. RGB value is (101,114,97). Sum of RGB (Red+Green+Blue) = 101+114+97=312 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.37% from 312); Green value is 114 (44.92% from 255 or 36.54% from 312); Blue value is 97 (38.28% from 255 or 31.09% from 312); Max value from RGB is 114 - color contains mainly: green. Hex color #657261 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #657261 is #9A8D9E. Grayscale: #6C6C6C. Windows color (decimal): -10128799 or 6386277. OLE color: 6386277.

HSL color Cylindrical-coordinate representation of color #657261: hue angle of 105.88º degrees, saturation: 0.08, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #657261 is Cyan = 0.11, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.55.

Color convert

RGB10111497-
CMYK0.1100.150.55
HSL105.88º8.06%41.37%-
HSV(B)105.88º14.91%44.71%-
XYZ13.5415.6613.62-
YUV108.17121.69122.88-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 32.37%
GREEN value IS 114 (44.92% from 255) = 36.54%
BLUE value IS 97 (38.28% from 255) = 31.09%
R=32.37%
G=36.54%
B=31.09%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal101114970.1100.150.55105.888.0641.37
Hex657261B0F376a829
Octal14516214113017671521051
Binary11001011110010110000110110111111011111010101000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #657261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #657261; }

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

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

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

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

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

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

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

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