#657161

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

Shades of Finlandia #657161

Tints of Finlandia #657161

Color information

#657161 (or 0x657161) is unknown color: approx Finlandia. HEX triplet: 65, 71 and 61. RGB value is (101,113,97). Sum of RGB (Red+Green+Blue) = 101+113+97=311 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.48% from 311); Green value is 113 (44.53% from 255 or 36.33% from 311); Blue value is 97 (38.28% from 255 or 31.19% from 311); Max value from RGB is 113 - color contains mainly: green. Hex color #657161 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #657161 is #9A8E9E. Grayscale: #6B6B6B. Windows color (decimal): -10129055 or 6386021. OLE color: 6386021.

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

Color convert

RGB10111397-
CMYK0.1100.140.56
HSL105º7.62%41.18%-
HSV(B)105º14.16%44.31%-
XYZ13.4315.4413.58-
YUV107.59122.02123.3-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 32.48%
GREEN value IS 113 (44.53% from 255) = 36.33%
BLUE value IS 97 (38.28% from 255) = 31.19%
R=32.48%
G=36.33%
B=31.19%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal101113970.1100.140.561057.6241.18
Hex657161B0E3869829
Octal14516114113016701511051
Binary11001011110001110000110110111011100011010011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #657161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #657161; }

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

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

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

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

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

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

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

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