#666D63

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

Shades of Finlandia #666D63

Tints of Finlandia #666D63

Color information

#666D63 (or 0x666D63) is unknown color: approx Finlandia. HEX triplet: 66, 6D and 63. RGB value is (102,109,99). Sum of RGB (Red+Green+Blue) = 102+109+99=310 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.90% from 310); Green value is 109 (42.97% from 255 or 35.16% from 310); Blue value is 99 (39.06% from 255 or 31.94% from 310); Max value from RGB is 109 - color contains mainly: green. Hex color #666D63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666D63 is #99929C. Grayscale: #696969. Windows color (decimal): -10064541 or 6516070. OLE color: 6516070.

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

Color convert

RGB10210999-
CMYK0.0600.090.57
HSL102º4.81%40.78%-
HSV(B)102º9.17%42.75%-
XYZ13.214.6613.94-
YUV105.77124.18125.31-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 32.90%
GREEN value IS 109 (42.97% from 255) = 35.16%
BLUE value IS 99 (39.06% from 255) = 31.94%
R=32.90%
G=35.16%
B=31.94%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal102109990.0600.090.571024.8140.78
Hex666D636093966529
Octal146155143601171146551
Binary110011011011011100011110010011110011100110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666D63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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