Shades of Finlandia #61715B
Tints of Finlandia #61715B
RGB
CMYK
RGB Variations
Color information
#61715B (or 0x61715B) is known color: Finlandia. HEX triplet: 61, 71 and 5B. RGB value is (97,113,91). Sum of RGB (Red+Green+Blue) = 97+113+91=301 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.23% from 301); Green value is 113 (44.53% from 255 or 37.54% from 301); Blue value is 91 (35.94% from 255 or 30.23% from 301); Max value from RGB is 113 - color contains mainly: green. Hex color #61715B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61715B is #9E8EA4. Grayscale: #696969. Windows color (decimal): -10391205 or 5992801. OLE color: 5992801.
HSL color Cylindrical-coordinate representation of color #61715B: hue angle of 103.64º degrees, saturation: 0.11, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #61715B is Cyan = 0.14, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 97 | 113 | 91 | - |
| CMYK | 0.14 | 0 | 0.19 | 0.56 |
| HSL | 103.64º | 0.11% | 0.4% | - |
| HSV(B) | 103.64º | 0.19% | 0.44% | - |
| XYZ | 12.72 | 15.11 | 12.14 | - |
| YUV | 105.71 | 119.7 | 121.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 113 | 91 | 0.14 | 0 | 0.19 | 0.56 | 103.64 | 0.11 | 0.4 |
| Hex | 61 | 71 | 5B | E | 0 | 13 | 38 | 68 | B | 28 |
| Octal | 141 | 161 | 133 | 16 | 0 | 23 | 70 | 150 | 13 | 50 |
| Binary | 1100001 | 1110001 | 1011011 | 1110 | 0 | 10011 | 111000 | 1101000 | 1011 | 101000 |
Color Harmonies of #61715B
Complementary color
Monochromatic Colors of #61715B
Black with #61715B
Text Example
Text Example
White with #61715B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61715B; }
p { color: rgb(97,113,91); }
H1.HeaderClassName
{
color: #61715B;
}
.AnyTagClassName
{
color: #61715B;
}
</style>
background-color css
<style>
a { background-color: #61715B; }
a { background-color: rgb(97,113,91); }
div.DivClassName
{
background-color: #61715B;
}
.BgClassName
{
background-color: #61715B;
}
</style>
border-color css
<style>
span { border-color: #61715B; }
span { border-color: rgb(97,113,91); }
td.TdClassName
{
border-color: #61715B;
}
.TagClassName
{
border-color: #61715B;
}
</style>