Shades of Finlandia #6D746B
Tints of Finlandia #6D746B
RGB
CMYK
RGB Variations
Color information
#6D746B (or 0x6D746B) is known color: Finlandia. HEX triplet: 6D, 74 and 6B. RGB value is (109,116,107). Sum of RGB (Red+Green+Blue) = 109+116+107=332 (43% of max value = 765). Red value is 109 (42.97% from 255 or 32.83% from 332); Green value is 116 (45.70% from 255 or 34.94% from 332); Blue value is 107 (42.19% from 255 or 32.23% from 332); Max value from RGB is 116 - color contains mainly: green. Hex color #6D746B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D746B is #928B94. Grayscale: #707070. Windows color (decimal): -9603989 or 7042157. OLE color: 7042157.
HSL color Cylindrical-coordinate representation of color #6D746B: hue angle of 106.67º degrees, saturation: 0.04, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #6D746B is Cyan = 0.06, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 109 | 116 | 107 | - |
| CMYK | 0.06 | 0 | 0.08 | 0.55 |
| HSL | 106.67º | 0.04% | 0.44% | - |
| HSV(B) | 106.67º | 0.08% | 0.45% | - |
| XYZ | 15.21 | 16.8 | 16.35 | - |
| YUV | 112.88 | 124.68 | 125.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 116 | 107 | 0.06 | 0 | 0.08 | 0.55 | 106.67 | 0.04 | 0.44 |
| Hex | 6D | 74 | 6B | 6 | 0 | 8 | 37 | 6B | 4 | 2C |
| Octal | 155 | 164 | 153 | 6 | 0 | 10 | 67 | 153 | 4 | 54 |
| Binary | 1101101 | 1110100 | 1101011 | 110 | 0 | 1000 | 110111 | 1101011 | 100 | 101100 |
Color Harmonies of #6D746B
Complementary color
Monochromatic Colors of #6D746B
Black with #6D746B
Text Example
Text Example
White with #6D746B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D746B; }
p { color: rgb(109,116,107); }
H1.HeaderClassName
{
color: #6D746B;
}
.AnyTagClassName
{
color: #6D746B;
}
</style>
background-color css
<style>
a { background-color: #6D746B; }
a { background-color: rgb(109,116,107); }
div.DivClassName
{
background-color: #6D746B;
}
.BgClassName
{
background-color: #6D746B;
}
</style>
border-color css
<style>
span { border-color: #6D746B; }
span { border-color: rgb(109,116,107); }
td.TdClassName
{
border-color: #6D746B;
}
.TagClassName
{
border-color: #6D746B;
}
</style>