Shades of Finlandia #657563
Tints of Finlandia #657563
RGB
CMYK
RGB Variations
Color information
#657563 (or 0x657563) is known color: Finlandia. HEX triplet: 65, 75 and 63. RGB value is (101,117,99). Sum of RGB (Red+Green+Blue) = 101+117+99=317 (41% of max value = 765). Red value is 101 (39.84% from 255 or 31.86% from 317); Green value is 117 (46.09% from 255 or 36.91% from 317); Blue value is 99 (39.06% from 255 or 31.23% from 317); Max value from RGB is 117 - color contains mainly: green. Hex color #657563 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #657563 is #9A8A9C. Grayscale: #6E6E6E. Windows color (decimal): -10128029 or 6518117. OLE color: 6518117.
HSL color Cylindrical-coordinate representation of color #657563: hue angle of 113.33º degrees, saturation: 0.08, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #657563 is Cyan = 0.14, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 101 | 117 | 99 | - |
| CMYK | 0.14 | 0 | 0.15 | 0.54 |
| HSL | 113.33º | 0.08% | 0.42% | - |
| HSV(B) | 113.33º | 0.15% | 0.46% | - |
| XYZ | 13.98 | 16.39 | 14.23 | - |
| YUV | 110.16 | 121.7 | 121.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 117 | 99 | 0.14 | 0 | 0.15 | 0.54 | 113.33 | 0.08 | 0.42 |
| Hex | 65 | 75 | 63 | E | 0 | F | 36 | 71 | 8 | 2A |
| Octal | 145 | 165 | 143 | 16 | 0 | 17 | 66 | 161 | 10 | 52 |
| Binary | 1100101 | 1110101 | 1100011 | 1110 | 0 | 1111 | 110110 | 1110001 | 1000 | 101010 |
Color Harmonies of #657563
Complementary color
Monochromatic Colors of #657563
Black with #657563
Text Example
Text Example
White with #657563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657563; }
p { color: rgb(101,117,99); }
H1.HeaderClassName
{
color: #657563;
}
.AnyTagClassName
{
color: #657563;
}
</style>
background-color css
<style>
a { background-color: #657563; }
a { background-color: rgb(101,117,99); }
div.DivClassName
{
background-color: #657563;
}
.BgClassName
{
background-color: #657563;
}
</style>
border-color css
<style>
span { border-color: #657563; }
span { border-color: rgb(101,117,99); }
td.TdClassName
{
border-color: #657563;
}
.TagClassName
{
border-color: #657563;
}
</style>