Shades of Finlandia #666866
Tints of Finlandia #666866
RGB
CMYK
RGB Variations
Color information
#666866 (or 0x666866) is known color: Finlandia. HEX triplet: 66, 68 and 66. RGB value is (102,104,102). Sum of RGB (Red+Green+Blue) = 102+104+102=308 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.12% from 308); Green value is 104 (41.02% from 255 or 33.77% from 308); Blue value is 102 (40.23% from 255 or 33.12% from 308); Max value from RGB is 104 - color contains mainly: green. Hex color #666866 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666866 is #999799. Grayscale: #676767. Windows color (decimal): -10065818 or 6711398. OLE color: 6711398.
HSL color Cylindrical-coordinate representation of color #666866: hue angle of 120º degrees, saturation: 0.01, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #666866 is Cyan = 0.02, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 102 | 104 | 102 | - |
| CMYK | 0.02 | 0 | 0.02 | 0.59 |
| HSL | 120º | 0.01% | 0.4% | - |
| HSV(B) | 120º | 0.02% | 0.41% | - |
| XYZ | 12.83 | 13.68 | 14.54 | - |
| YUV | 103.17 | 127.34 | 127.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 104 | 102 | 0.02 | 0 | 0.02 | 0.59 | 120 | 0.01 | 0.4 |
| Hex | 66 | 68 | 66 | 2 | 0 | 2 | 3B | 78 | 1 | 28 |
| Octal | 146 | 150 | 146 | 2 | 0 | 2 | 73 | 170 | 1 | 50 |
| Binary | 1100110 | 1101000 | 1100110 | 10 | 0 | 10 | 111011 | 1111000 | 1 | 101000 |
Color Harmonies of #666866
Complementary color
Monochromatic Colors of #666866
Black with #666866
Text Example
Text Example
White with #666866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666866; }
p { color: rgb(102,104,102); }
H1.HeaderClassName
{
color: #666866;
}
.AnyTagClassName
{
color: #666866;
}
</style>
background-color css
<style>
a { background-color: #666866; }
a { background-color: rgb(102,104,102); }
div.DivClassName
{
background-color: #666866;
}
.BgClassName
{
background-color: #666866;
}
</style>
border-color css
<style>
span { border-color: #666866; }
span { border-color: rgb(102,104,102); }
td.TdClassName
{
border-color: #666866;
}
.TagClassName
{
border-color: #666866;
}
</style>