Shades of Finlandia #6D776C
Tints of Finlandia #6D776C
RGB
CMYK
RGB Variations
Color information
#6D776C (or 0x6D776C) is known color: Finlandia. HEX triplet: 6D, 77 and 6C. RGB value is (109,119,108). Sum of RGB (Red+Green+Blue) = 109+119+108=336 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.44% from 336); Green value is 119 (46.88% from 255 or 35.42% from 336); Blue value is 108 (42.58% from 255 or 32.14% from 336); Max value from RGB is 119 - color contains mainly: green. Hex color #6D776C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D776C is #928893. Grayscale: #727272. Windows color (decimal): -9603220 or 7108461. OLE color: 7108461.
HSL color Cylindrical-coordinate representation of color #6D776C: hue angle of 114.55º degrees, saturation: 0.05, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #6D776C is Cyan = 0.08, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 109 | 119 | 108 | - |
| CMYK | 0.08 | 0 | 0.09 | 0.53 |
| HSL | 114.55º | 0.05% | 0.45% | - |
| HSV(B) | 114.55º | 0.09% | 0.47% | - |
| XYZ | 15.61 | 17.53 | 16.75 | - |
| YUV | 114.76 | 124.19 | 123.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 119 | 108 | 0.08 | 0 | 0.09 | 0.53 | 114.55 | 0.05 | 0.45 |
| Hex | 6D | 77 | 6C | 8 | 0 | 9 | 35 | 73 | 5 | 2D |
| Octal | 155 | 167 | 154 | 10 | 0 | 11 | 65 | 163 | 5 | 55 |
| Binary | 1101101 | 1110111 | 1101100 | 1000 | 0 | 1001 | 110101 | 1110011 | 101 | 101101 |
Color Harmonies of #6D776C
Complementary color
Monochromatic Colors of #6D776C
Black with #6D776C
Text Example
Text Example
White with #6D776C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D776C; }
p { color: rgb(109,119,108); }
H1.HeaderClassName
{
color: #6D776C;
}
.AnyTagClassName
{
color: #6D776C;
}
</style>
background-color css
<style>
a { background-color: #6D776C; }
a { background-color: rgb(109,119,108); }
div.DivClassName
{
background-color: #6D776C;
}
.BgClassName
{
background-color: #6D776C;
}
</style>
border-color css
<style>
span { border-color: #6D776C; }
span { border-color: rgb(109,119,108); }
td.TdClassName
{
border-color: #6D776C;
}
.TagClassName
{
border-color: #6D776C;
}
</style>