Shades of Finlandia #666D64
Tints of Finlandia #666D64
RGB
CMYK
RGB Variations
Color information
#666D64 (or 0x666D64) is known color: Finlandia. HEX triplet: 66, 6D and 64. RGB value is (102,109,100). Sum of RGB (Red+Green+Blue) = 102+109+100=311 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.80% from 311); Green value is 109 (42.97% from 255 or 35.05% from 311); Blue value is 100 (39.45% from 255 or 32.15% from 311); Max value from RGB is 109 - color contains mainly: green. Hex color #666D64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666D64 is #99929B. Grayscale: #696969. Windows color (decimal): -10064540 or 6581606. OLE color: 6581606.
HSL color Cylindrical-coordinate representation of color #666D64: hue angle of 106.67º degrees, saturation: 0.04, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #666D64 is Cyan = 0.06, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 102 | 109 | 100 | - |
| CMYK | 0.06 | 0 | 0.08 | 0.57 |
| HSL | 106.67º | 0.04% | 0.41% | - |
| HSV(B) | 106.67º | 0.08% | 0.43% | - |
| XYZ | 13.25 | 14.68 | 14.19 | - |
| YUV | 105.88 | 124.68 | 125.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 109 | 100 | 0.06 | 0 | 0.08 | 0.57 | 106.67 | 0.04 | 0.41 |
| Hex | 66 | 6D | 64 | 6 | 0 | 8 | 39 | 6B | 4 | 29 |
| Octal | 146 | 155 | 144 | 6 | 0 | 10 | 71 | 153 | 4 | 51 |
| Binary | 1100110 | 1101101 | 1100100 | 110 | 0 | 1000 | 111001 | 1101011 | 100 | 101001 |
Color Harmonies of #666D64
Complementary color
Monochromatic Colors of #666D64
Black with #666D64
Text Example
Text Example
White with #666D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666D64; }
p { color: rgb(102,109,100); }
H1.HeaderClassName
{
color: #666D64;
}
.AnyTagClassName
{
color: #666D64;
}
</style>
background-color css
<style>
a { background-color: #666D64; }
a { background-color: rgb(102,109,100); }
div.DivClassName
{
background-color: #666D64;
}
.BgClassName
{
background-color: #666D64;
}
</style>
border-color css
<style>
span { border-color: #666D64; }
span { border-color: rgb(102,109,100); }
td.TdClassName
{
border-color: #666D64;
}
.TagClassName
{
border-color: #666D64;
}
</style>