Shades of Finlandia #61715F
Tints of Finlandia #61715F
RGB
CMYK
RGB Variations
Color information
#61715F (or 0x61715F) is known color: Finlandia. HEX triplet: 61, 71 and 5F. RGB value is (97,113,95). Sum of RGB (Red+Green+Blue) = 97+113+95=305 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.80% from 305); Green value is 113 (44.53% from 255 or 37.05% from 305); Blue value is 95 (37.5% from 255 or 31.15% from 305); Max value from RGB is 113 - color contains mainly: green. Hex color #61715F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61715F is #9E8EA0. Grayscale: #6A6A6A. Windows color (decimal): -10391201 or 6254945. OLE color: 6254945.
HSL color Cylindrical-coordinate representation of color #61715F: hue angle of 113.33º degrees, saturation: 0.09, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #61715F is Cyan = 0.14, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 97 | 113 | 95 | - |
| CMYK | 0.14 | 0 | 0.16 | 0.56 |
| HSL | 113.33º | 0.09% | 0.41% | - |
| HSV(B) | 113.33º | 0.16% | 0.44% | - |
| XYZ | 12.9 | 15.18 | 13.08 | - |
| YUV | 106.16 | 121.7 | 121.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 113 | 95 | 0.14 | 0 | 0.16 | 0.56 | 113.33 | 0.09 | 0.41 |
| Hex | 61 | 71 | 5F | E | 0 | 10 | 38 | 71 | 9 | 29 |
| Octal | 141 | 161 | 137 | 16 | 0 | 20 | 70 | 161 | 11 | 51 |
| Binary | 1100001 | 1110001 | 1011111 | 1110 | 0 | 10000 | 111000 | 1110001 | 1001 | 101001 |
Color Harmonies of #61715F
Complementary color
Monochromatic Colors of #61715F
Black with #61715F
Text Example
Text Example
White with #61715F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61715F; }
p { color: rgb(97,113,95); }
H1.HeaderClassName
{
color: #61715F;
}
.AnyTagClassName
{
color: #61715F;
}
</style>
background-color css
<style>
a { background-color: #61715F; }
a { background-color: rgb(97,113,95); }
div.DivClassName
{
background-color: #61715F;
}
.BgClassName
{
background-color: #61715F;
}
</style>
border-color css
<style>
span { border-color: #61715F; }
span { border-color: rgb(97,113,95); }
td.TdClassName
{
border-color: #61715F;
}
.TagClassName
{
border-color: #61715F;
}
</style>