Shades of Finlandia #6D766B
Tints of Finlandia #6D766B
RGB
CMYK
RGB Variations
Color information
#6D766B (or 0x6D766B) is known color: Finlandia. HEX triplet: 6D, 76 and 6B. RGB value is (109,118,107). Sum of RGB (Red+Green+Blue) = 109+118+107=334 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.63% from 334); Green value is 118 (46.48% from 255 or 35.33% from 334); Blue value is 107 (42.19% from 255 or 32.04% from 334); Max value from RGB is 118 - color contains mainly: green. Hex color #6D766B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D766B is #928994. Grayscale: #727272. Windows color (decimal): -9603477 or 7042669. OLE color: 7042669.
HSL color Cylindrical-coordinate representation of color #6D766B: hue angle of 109.09º degrees, saturation: 0.05, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #6D766B is Cyan = 0.08, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 109 | 118 | 107 | - |
| CMYK | 0.08 | 0 | 0.09 | 0.54 |
| HSL | 109.09º | 0.05% | 0.44% | - |
| HSV(B) | 109.09º | 0.09% | 0.46% | - |
| XYZ | 15.44 | 17.27 | 16.43 | - |
| YUV | 114.06 | 124.02 | 124.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 118 | 107 | 0.08 | 0 | 0.09 | 0.54 | 109.09 | 0.05 | 0.44 |
| Hex | 6D | 76 | 6B | 8 | 0 | 9 | 36 | 6D | 5 | 2C |
| Octal | 155 | 166 | 153 | 10 | 0 | 11 | 66 | 155 | 5 | 54 |
| Binary | 1101101 | 1110110 | 1101011 | 1000 | 0 | 1001 | 110110 | 1101101 | 101 | 101100 |
Color Harmonies of #6D766B
Complementary color
Monochromatic Colors of #6D766B
Black with #6D766B
Text Example
Text Example
White with #6D766B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D766B; }
p { color: rgb(109,118,107); }
H1.HeaderClassName
{
color: #6D766B;
}
.AnyTagClassName
{
color: #6D766B;
}
</style>
background-color css
<style>
a { background-color: #6D766B; }
a { background-color: rgb(109,118,107); }
div.DivClassName
{
background-color: #6D766B;
}
.BgClassName
{
background-color: #6D766B;
}
</style>
border-color css
<style>
span { border-color: #6D766B; }
span { border-color: rgb(109,118,107); }
td.TdClassName
{
border-color: #6D766B;
}
.TagClassName
{
border-color: #6D766B;
}
</style>