Shades of Finlandia #6D766C
Tints of Finlandia #6D766C
RGB
CMYK
RGB Variations
Color information
#6D766C (or 0x6D766C) is known color: Finlandia. HEX triplet: 6D, 76 and 6C. RGB value is (109,118,108). Sum of RGB (Red+Green+Blue) = 109+118+108=335 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.54% from 335); Green value is 118 (46.48% from 255 or 35.22% from 335); Blue value is 108 (42.58% from 255 or 32.24% from 335); Max value from RGB is 118 - color contains mainly: green. Hex color #6D766C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D766C is #928993. Grayscale: #727272. Windows color (decimal): -9603476 or 7108205. OLE color: 7108205.
HSL color Cylindrical-coordinate representation of color #6D766C: hue angle of 114º degrees, saturation: 0.04, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #6D766C is Cyan = 0.08, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 109 | 118 | 108 | - |
| CMYK | 0.08 | 0 | 0.08 | 0.54 |
| HSL | 114º | 0.04% | 0.44% | - |
| HSV(B) | 114º | 0.08% | 0.46% | - |
| XYZ | 15.49 | 17.29 | 16.71 | - |
| YUV | 114.17 | 124.52 | 124.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 118 | 108 | 0.08 | 0 | 0.08 | 0.54 | 114 | 0.04 | 0.44 |
| Hex | 6D | 76 | 6C | 8 | 0 | 8 | 36 | 72 | 4 | 2C |
| Octal | 155 | 166 | 154 | 10 | 0 | 10 | 66 | 162 | 4 | 54 |
| Binary | 1101101 | 1110110 | 1101100 | 1000 | 0 | 1000 | 110110 | 1110010 | 100 | 101100 |
Color Harmonies of #6D766C
Complementary color
Monochromatic Colors of #6D766C
Black with #6D766C
Text Example
Text Example
White with #6D766C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D766C; }
p { color: rgb(109,118,108); }
H1.HeaderClassName
{
color: #6D766C;
}
.AnyTagClassName
{
color: #6D766C;
}
</style>
background-color css
<style>
a { background-color: #6D766C; }
a { background-color: rgb(109,118,108); }
div.DivClassName
{
background-color: #6D766C;
}
.BgClassName
{
background-color: #6D766C;
}
</style>
border-color css
<style>
span { border-color: #6D766C; }
span { border-color: rgb(109,118,108); }
td.TdClassName
{
border-color: #6D766C;
}
.TagClassName
{
border-color: #6D766C;
}
</style>