Shades of Finlandia #686D67
Tints of Finlandia #686D67
RGB
CMYK
RGB Variations
Color information
#686D67 (or 0x686D67) is known color: Finlandia. HEX triplet: 68, 6D and 67. RGB value is (104,109,103). Sum of RGB (Red+Green+Blue) = 104+109+103=316 (41% of max value = 765). Red value is 104 (41.02% from 255 or 32.91% from 316); Green value is 109 (42.97% from 255 or 34.49% from 316); Blue value is 103 (40.62% from 255 or 32.59% from 316); Max value from RGB is 109 - color contains mainly: green. Hex color #686D67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686D67 is #979298. Grayscale: #6A6A6A. Windows color (decimal): -9933465 or 6778216. OLE color: 6778216.
HSL color Cylindrical-coordinate representation of color #686D67: hue angle of 110º degrees, saturation: 0.03, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #686D67 is Cyan = 0.05, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 104 | 109 | 103 | - |
| CMYK | 0.05 | 0 | 0.06 | 0.57 |
| HSL | 110º | 0.03% | 0.42% | - |
| HSV(B) | 110º | 0.06% | 0.43% | - |
| XYZ | 13.63 | 14.86 | 14.98 | - |
| YUV | 106.82 | 125.84 | 125.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 109 | 103 | 0.05 | 0 | 0.06 | 0.57 | 110 | 0.03 | 0.42 |
| Hex | 68 | 6D | 67 | 5 | 0 | 6 | 39 | 6E | 3 | 2A |
| Octal | 150 | 155 | 147 | 5 | 0 | 6 | 71 | 156 | 3 | 52 |
| Binary | 1101000 | 1101101 | 1100111 | 101 | 0 | 110 | 111001 | 1101110 | 11 | 101010 |
Color Harmonies of #686D67
Complementary color
Monochromatic Colors of #686D67
Black with #686D67
Text Example
Text Example
White with #686D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686D67; }
p { color: rgb(104,109,103); }
H1.HeaderClassName
{
color: #686D67;
}
.AnyTagClassName
{
color: #686D67;
}
</style>
background-color css
<style>
a { background-color: #686D67; }
a { background-color: rgb(104,109,103); }
div.DivClassName
{
background-color: #686D67;
}
.BgClassName
{
background-color: #686D67;
}
</style>
border-color css
<style>
span { border-color: #686D67; }
span { border-color: rgb(104,109,103); }
td.TdClassName
{
border-color: #686D67;
}
.TagClassName
{
border-color: #686D67;
}
</style>