#657164

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

Shades of Finlandia #657164

Tints of Finlandia #657164

Color information

#657164 (or 0x657164) is unknown color: approx Finlandia. HEX triplet: 65, 71 and 64. RGB value is (101,113,100). Sum of RGB (Red+Green+Blue) = 101+113+100=314 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.17% from 314); Green value is 113 (44.53% from 255 or 35.99% from 314); Blue value is 100 (39.45% from 255 or 31.85% from 314); Max value from RGB is 113 - color contains mainly: green. Hex color #657164 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #657164 is #9A8E9B. Grayscale: #6B6B6B. Windows color (decimal): -10129052 or 6582629. OLE color: 6582629.

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

Color convert

RGB101113100-
CMYK0.1100.120.56
HSL115.38º6.1%41.76%-
HSV(B)115.38º11.5%44.31%-
XYZ13.5715.514.33-
YUV107.93123.52123.06-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 32.17%
GREEN value IS 113 (44.53% from 255) = 35.99%
BLUE value IS 100 (39.45% from 255) = 31.85%
R=32.17%
G=35.99%
B=31.85%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1011131000.1100.120.56115.386.141.76
Hex657164B0C387362a
Octal1451611441301470163652
Binary1100101111000111001001011011001110001110011110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #657164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #657164; }

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

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

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

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

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

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

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

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