#657466

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

Shades of Finlandia #657466

Tints of Finlandia #657466

Color information

#657466 (or 0x657466) is unknown color: approx Finlandia. HEX triplet: 65, 74 and 66. RGB value is (101,116,102). Sum of RGB (Red+Green+Blue) = 101+116+102=319 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.66% from 319); Green value is 116 (45.70% from 255 or 36.36% from 319); Blue value is 102 (40.23% from 255 or 31.97% from 319); Max value from RGB is 116 - color contains mainly: green. Hex color #657466 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #657466 is #9A8B99. Grayscale: #6D6D6D. Windows color (decimal): -10128282 or 6714469. OLE color: 6714469.

HSL color Cylindrical-coordinate representation of color #657466: hue angle of 124º degrees, saturation: 0.07, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #657466 is Cyan = 0.13, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.55.

Color convert

RGB101116102-
CMYK0.1300.120.55
HSL124º6.91%42.55%-
HSV(B)124º12.93%45.49%-
XYZ14.0116.2214.96-
YUV109.92123.53121.64-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 31.66%
GREEN value IS 116 (45.70% from 255) = 36.36%
BLUE value IS 102 (40.23% from 255) = 31.97%
R=31.66%
G=36.36%
B=31.97%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1011161020.1300.120.551246.9142.55
Hex657466D0C377c72b
Octal1451641461501467174753
Binary1100101111010011001101101011001101111111100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #657466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #657466; }

 p { color: rgb(101,116,102); }

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

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

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

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

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

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

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