Shades of Finlandia #666D65
Tints of Finlandia #666D65
RGB
CMYK
RGB Variations
Color information
#666D65 (or 0x666D65) is known color: 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
| RGB | 102 | 109 | 101 | - |
| CMYK | 0.06 | 0 | 0.07 | 0.57 |
| HSL | 112.5º | 0.04% | 0.41% | - |
| HSV(B) | 112.5º | 0.07% | 0.43% | - |
| XYZ | 13.3 | 14.7 | 14.45 | - |
| YUV | 106 | 125.18 | 125.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 109 | 101 | 0.06 | 0 | 0.07 | 0.57 | 112.5 | 0.04 | 0.41 |
| Hex | 66 | 6D | 65 | 6 | 0 | 7 | 39 | 70 | 4 | 29 |
| Octal | 146 | 155 | 145 | 6 | 0 | 7 | 71 | 160 | 4 | 51 |
| Binary | 1100110 | 1101101 | 1100101 | 110 | 0 | 111 | 111001 | 1110000 | 100 | 101001 |
Color Harmonies of #666D65
Complementary color
Monochromatic Colors of #666D65
Black with #666D65
Text Example
Text Example
White with #666D65
Text Example
Text Example
HTML Codes & Css Web 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>