#666D65

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

Shades of Finlandia #666D65

Tints of Finlandia #666D65

Color information

#666D65 (or 0x666D65) is unknown color: approx Finlandia. HEX triplet: 66, 6D and 65. RGB value is (102,109,101). Sum of RGB (Red+Green+Blue) = 102+109+101=312 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.69% from 312); Green value is 109 (42.97% from 255 or 34.94% from 312); Blue value is 101 (39.84% from 255 or 32.37% from 312); Max value from RGB is 109 - color contains mainly: green. Hex color #666D65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666D65 is #99929A. Grayscale: #6A6A6A. Windows color (decimal): -10064539 or 6647142. OLE color: 6647142.

HSL color Cylindrical-coordinate representation of color #666D65: hue angle of 112.5º degrees, saturation: 0.04, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #666D65 is Cyan = 0.06, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.57.

Color convert

RGB102109101-
CMYK0.0600.070.57
HSL112.5º3.81%41.18%-
HSV(B)112.5º7.34%42.75%-
XYZ13.314.714.45-
YUV105.99125.18125.15-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 32.69%
GREEN value IS 109 (42.97% from 255) = 34.94%
BLUE value IS 101 (39.84% from 255) = 32.37%
R=32.69%
G=34.94%
B=32.37%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1021091010.0600.070.57112.53.8141.18
Hex666D656073970429
Octal14615514560771160451
Binary11001101101101110010111001111110011110000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666D65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666D65; }

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

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

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

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

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

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

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

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