Shades of Finlandia #647161
Tints of Finlandia #647161
RGB
CMYK
RGB Variations
Color information
#647161 (or 0x647161) is known color: Finlandia. HEX triplet: 64, 71 and 61. RGB value is (100,113,97). Sum of RGB (Red+Green+Blue) = 100+113+97=310 (41% of max value = 765). Red value is 100 (39.45% from 255 or 32.26% from 310); Green value is 113 (44.53% from 255 or 36.45% from 310); Blue value is 97 (38.28% from 255 or 31.29% from 310); Max value from RGB is 113 - color contains mainly: green. Hex color #647161 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #647161 is #9B8E9E. Grayscale: #6B6B6B. Windows color (decimal): -10194591 or 6386020. OLE color: 6386020.
HSL color Cylindrical-coordinate representation of color #647161: hue angle of 108.75º degrees, saturation: 0.08, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #647161 is Cyan = 0.12, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 100 | 113 | 97 | - |
| CMYK | 0.12 | 0 | 0.14 | 0.56 |
| HSL | 108.75º | 0.08% | 0.41% | - |
| HSV(B) | 108.75º | 0.14% | 0.44% | - |
| XYZ | 13.32 | 15.38 | 13.58 | - |
| YUV | 107.29 | 122.19 | 122.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 113 | 97 | 0.12 | 0 | 0.14 | 0.56 | 108.75 | 0.08 | 0.41 |
| Hex | 64 | 71 | 61 | C | 0 | E | 38 | 6D | 8 | 29 |
| Octal | 144 | 161 | 141 | 14 | 0 | 16 | 70 | 155 | 10 | 51 |
| Binary | 1100100 | 1110001 | 1100001 | 1100 | 0 | 1110 | 111000 | 1101101 | 1000 | 101001 |
Color Harmonies of #647161
Complementary color
Monochromatic Colors of #647161
Black with #647161
Text Example
Text Example
White with #647161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647161; }
p { color: rgb(100,113,97); }
H1.HeaderClassName
{
color: #647161;
}
.AnyTagClassName
{
color: #647161;
}
</style>
background-color css
<style>
a { background-color: #647161; }
a { background-color: rgb(100,113,97); }
div.DivClassName
{
background-color: #647161;
}
.BgClassName
{
background-color: #647161;
}
</style>
border-color css
<style>
span { border-color: #647161; }
span { border-color: rgb(100,113,97); }
td.TdClassName
{
border-color: #647161;
}
.TagClassName
{
border-color: #647161;
}
</style>