#657263

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

Shades of Finlandia #657263

Tints of Finlandia #657263

Color information

#657263 (or 0x657263) is unknown color: approx Finlandia. HEX triplet: 65, 72 and 63. RGB value is (101,114,99). Sum of RGB (Red+Green+Blue) = 101+114+99=314 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.17% from 314); Green value is 114 (44.92% from 255 or 36.31% from 314); Blue value is 99 (39.06% from 255 or 31.53% from 314); Max value from RGB is 114 - color contains mainly: green. Hex color #657263 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #657263 is #9A8D9C. Grayscale: #6C6C6C. Windows color (decimal): -10128797 or 6517349. OLE color: 6517349.

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

Color convert

RGB10111499-
CMYK0.1100.130.55
HSL112º7.04%41.76%-
HSV(B)112º13.16%44.71%-
XYZ13.6415.714.12-
YUV108.4122.69122.72-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 32.17%
GREEN value IS 114 (44.92% from 255) = 36.31%
BLUE value IS 99 (39.06% from 255) = 31.53%
R=32.17%
G=36.31%
B=31.53%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal101114990.1100.130.551127.0441.76
Hex657263B0D377072a
Octal1451621431301567160752
Binary1100101111001011000111011011011101111110000111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #657263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #657263; }

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

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

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

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

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

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

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

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