Shades of Finlandia #686E66
Tints of Finlandia #686E66
RGB
CMYK
RGB Variations
Color information
#686E66 (or 0x686E66) is known color: Finlandia. HEX triplet: 68, 6E and 66. RGB value is (104,110,102). Sum of RGB (Red+Green+Blue) = 104+110+102=316 (41% of max value = 765). Red value is 104 (41.02% from 255 or 32.91% from 316); Green value is 110 (43.36% from 255 or 34.81% from 316); Blue value is 102 (40.23% from 255 or 32.28% from 316); Max value from RGB is 110 - color contains mainly: green. Hex color #686E66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686E66 is #979199. Grayscale: #6B6B6B. Windows color (decimal): -9933210 or 6712936. OLE color: 6712936.
HSL color Cylindrical-coordinate representation of color #686E66: hue angle of 105º degrees, saturation: 0.04, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #686E66 is Cyan = 0.05, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 104 | 110 | 102 | - |
| CMYK | 0.05 | 0 | 0.07 | 0.57 |
| HSL | 105º | 0.04% | 0.42% | - |
| HSV(B) | 105º | 0.07% | 0.43% | - |
| XYZ | 13.68 | 15.05 | 14.75 | - |
| YUV | 107.29 | 125.01 | 125.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 110 | 102 | 0.05 | 0 | 0.07 | 0.57 | 105 | 0.04 | 0.42 |
| Hex | 68 | 6E | 66 | 5 | 0 | 7 | 39 | 69 | 4 | 2A |
| Octal | 150 | 156 | 146 | 5 | 0 | 7 | 71 | 151 | 4 | 52 |
| Binary | 1101000 | 1101110 | 1100110 | 101 | 0 | 111 | 111001 | 1101001 | 100 | 101010 |
Color Harmonies of #686E66
Complementary color
Monochromatic Colors of #686E66
Black with #686E66
Text Example
Text Example
White with #686E66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686E66; }
p { color: rgb(104,110,102); }
H1.HeaderClassName
{
color: #686E66;
}
.AnyTagClassName
{
color: #686E66;
}
</style>
background-color css
<style>
a { background-color: #686E66; }
a { background-color: rgb(104,110,102); }
div.DivClassName
{
background-color: #686E66;
}
.BgClassName
{
background-color: #686E66;
}
</style>
border-color css
<style>
span { border-color: #686E66; }
span { border-color: rgb(104,110,102); }
td.TdClassName
{
border-color: #686E66;
}
.TagClassName
{
border-color: #686E66;
}
</style>