Shades of Finlandia #6D726C
Tints of Finlandia #6D726C
RGB
CMYK
RGB Variations
Color information
#6D726C (or 0x6D726C) is known color: Finlandia. HEX triplet: 6D, 72 and 6C. RGB value is (109,114,108). Sum of RGB (Red+Green+Blue) = 109+114+108=331 (43% of max value = 765). Red value is 109 (42.97% from 255 or 32.93% from 331); Green value is 114 (44.92% from 255 or 34.44% from 331); Blue value is 108 (42.58% from 255 or 32.63% from 331); Max value from RGB is 114 - color contains mainly: green. Hex color #6D726C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D726C is #928D93. Grayscale: #6F6F6F. Windows color (decimal): -9604500 or 7107181. OLE color: 7107181.
HSL color Cylindrical-coordinate representation of color #6D726C: hue angle of 110º degrees, saturation: 0.03, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #6D726C is Cyan = 0.04, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 109 | 114 | 108 | - |
| CMYK | 0.04 | 0 | 0.05 | 0.55 |
| HSL | 110º | 0.03% | 0.44% | - |
| HSV(B) | 110º | 0.05% | 0.45% | - |
| XYZ | 15.03 | 16.37 | 16.55 | - |
| YUV | 111.82 | 125.84 | 125.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 114 | 108 | 0.04 | 0 | 0.05 | 0.55 | 110 | 0.03 | 0.44 |
| Hex | 6D | 72 | 6C | 4 | 0 | 5 | 37 | 6E | 3 | 2C |
| Octal | 155 | 162 | 154 | 4 | 0 | 5 | 67 | 156 | 3 | 54 |
| Binary | 1101101 | 1110010 | 1101100 | 100 | 0 | 101 | 110111 | 1101110 | 11 | 101100 |
Color Harmonies of #6D726C
Complementary color
Monochromatic Colors of #6D726C
Black with #6D726C
Text Example
Text Example
White with #6D726C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D726C; }
p { color: rgb(109,114,108); }
H1.HeaderClassName
{
color: #6D726C;
}
.AnyTagClassName
{
color: #6D726C;
}
</style>
background-color css
<style>
a { background-color: #6D726C; }
a { background-color: rgb(109,114,108); }
div.DivClassName
{
background-color: #6D726C;
}
.BgClassName
{
background-color: #6D726C;
}
</style>
border-color css
<style>
span { border-color: #6D726C; }
span { border-color: rgb(109,114,108); }
td.TdClassName
{
border-color: #6D726C;
}
.TagClassName
{
border-color: #6D726C;
}
</style>