Shades of Finlandia #6D706C
Tints of Finlandia #6D706C
RGB
CMYK
RGB Variations
Color information
#6D706C (or 0x6D706C) is known color: Finlandia. HEX triplet: 6D, 70 and 6C. RGB value is (109,112,108). Sum of RGB (Red+Green+Blue) = 109+112+108=329 (43% of max value = 765). Red value is 109 (42.97% from 255 or 33.13% from 329); Green value is 112 (44.14% from 255 or 34.04% from 329); Blue value is 108 (42.58% from 255 or 32.83% from 329); Max value from RGB is 112 - color contains mainly: green. Hex color #6D706C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D706C is #928F93. Grayscale: #6E6E6E. Windows color (decimal): -9605012 or 7106669. OLE color: 7106669.
HSL color Cylindrical-coordinate representation of color #6D706C: hue angle of 105º degrees, saturation: 0.02, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #6D706C is Cyan = 0.03, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 109 | 112 | 108 | - |
| CMYK | 0.03 | 0 | 0.04 | 0.56 |
| HSL | 105º | 0.02% | 0.43% | - |
| HSV(B) | 105º | 0.04% | 0.44% | - |
| XYZ | 14.81 | 15.92 | 16.48 | - |
| YUV | 110.65 | 126.51 | 126.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 112 | 108 | 0.03 | 0 | 0.04 | 0.56 | 105 | 0.02 | 0.43 |
| Hex | 6D | 70 | 6C | 3 | 0 | 4 | 38 | 69 | 2 | 2B |
| Octal | 155 | 160 | 154 | 3 | 0 | 4 | 70 | 151 | 2 | 53 |
| Binary | 1101101 | 1110000 | 1101100 | 11 | 0 | 100 | 111000 | 1101001 | 10 | 101011 |
Color Harmonies of #6D706C
Complementary color
Monochromatic Colors of #6D706C
Black with #6D706C
Text Example
Text Example
White with #6D706C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D706C; }
p { color: rgb(109,112,108); }
H1.HeaderClassName
{
color: #6D706C;
}
.AnyTagClassName
{
color: #6D706C;
}
</style>
background-color css
<style>
a { background-color: #6D706C; }
a { background-color: rgb(109,112,108); }
div.DivClassName
{
background-color: #6D706C;
}
.BgClassName
{
background-color: #6D706C;
}
</style>
border-color css
<style>
span { border-color: #6D706C; }
span { border-color: rgb(109,112,108); }
td.TdClassName
{
border-color: #6D706C;
}
.TagClassName
{
border-color: #6D706C;
}
</style>