Shades of Finlandia #646D63
Tints of Finlandia #646D63
RGB
CMYK
RGB Variations
Color information
#646D63 (or 0x646D63) is known color: Finlandia. HEX triplet: 64, 6D and 63. RGB value is (100,109,99). Sum of RGB (Red+Green+Blue) = 100+109+99=308 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.47% from 308); Green value is 109 (42.97% from 255 or 35.39% from 308); Blue value is 99 (39.06% from 255 or 32.14% from 308); Max value from RGB is 109 - color contains mainly: green. Hex color #646D63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646D63 is #9B929C. Grayscale: #696969. Windows color (decimal): -10195613 or 6516068. OLE color: 6516068.
HSL color Cylindrical-coordinate representation of color #646D63: hue angle of 114º degrees, saturation: 0.05, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #646D63 is Cyan = 0.08, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 100 | 109 | 99 | - |
| CMYK | 0.08 | 0 | 0.09 | 0.57 |
| HSL | 114º | 0.05% | 0.41% | - |
| HSV(B) | 114º | 0.09% | 0.43% | - |
| XYZ | 12.98 | 14.55 | 13.93 | - |
| YUV | 105.17 | 124.52 | 124.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 109 | 99 | 0.08 | 0 | 0.09 | 0.57 | 114 | 0.05 | 0.41 |
| Hex | 64 | 6D | 63 | 8 | 0 | 9 | 39 | 72 | 5 | 29 |
| Octal | 144 | 155 | 143 | 10 | 0 | 11 | 71 | 162 | 5 | 51 |
| Binary | 1100100 | 1101101 | 1100011 | 1000 | 0 | 1001 | 111001 | 1110010 | 101 | 101001 |
Color Harmonies of #646D63
Complementary color
Monochromatic Colors of #646D63
Black with #646D63
Text Example
Text Example
White with #646D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #646D63; }
p { color: rgb(100,109,99); }
H1.HeaderClassName
{
color: #646D63;
}
.AnyTagClassName
{
color: #646D63;
}
</style>
background-color css
<style>
a { background-color: #646D63; }
a { background-color: rgb(100,109,99); }
div.DivClassName
{
background-color: #646D63;
}
.BgClassName
{
background-color: #646D63;
}
</style>
border-color css
<style>
span { border-color: #646D63; }
span { border-color: rgb(100,109,99); }
td.TdClassName
{
border-color: #646D63;
}
.TagClassName
{
border-color: #646D63;
}
</style>