Shades of Finlandia #63715F
Tints of Finlandia #63715F
RGB
CMYK
RGB Variations
Color information
#63715F (or 0x63715F) is known color: Finlandia. HEX triplet: 63, 71 and 5F. RGB value is (99,113,95). Sum of RGB (Red+Green+Blue) = 99+113+95=307 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.25% from 307); Green value is 113 (44.53% from 255 or 36.81% from 307); Blue value is 95 (37.5% from 255 or 30.94% from 307); Max value from RGB is 113 - color contains mainly: green. Hex color #63715F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63715F is #9C8EA0. Grayscale: #6A6A6A. Windows color (decimal): -10260129 or 6254947. OLE color: 6254947.
HSL color Cylindrical-coordinate representation of color #63715F: hue angle of 106.67º 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 #63715F is Cyan = 0.12, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 99 | 113 | 95 | - |
| CMYK | 0.12 | 0 | 0.16 | 0.56 |
| HSL | 106.67º | 0.09% | 0.41% | - |
| HSV(B) | 106.67º | 0.16% | 0.44% | - |
| XYZ | 13.12 | 15.29 | 13.09 | - |
| YUV | 106.76 | 121.36 | 122.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 113 | 95 | 0.12 | 0 | 0.16 | 0.56 | 106.67 | 0.09 | 0.41 |
| Hex | 63 | 71 | 5F | C | 0 | 10 | 38 | 6B | 9 | 29 |
| Octal | 143 | 161 | 137 | 14 | 0 | 20 | 70 | 153 | 11 | 51 |
| Binary | 1100011 | 1110001 | 1011111 | 1100 | 0 | 10000 | 111000 | 1101011 | 1001 | 101001 |
Color Harmonies of #63715F
Complementary color
Monochromatic Colors of #63715F
Black with #63715F
Text Example
Text Example
White with #63715F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63715F; }
p { color: rgb(99,113,95); }
H1.HeaderClassName
{
color: #63715F;
}
.AnyTagClassName
{
color: #63715F;
}
</style>
background-color css
<style>
a { background-color: #63715F; }
a { background-color: rgb(99,113,95); }
div.DivClassName
{
background-color: #63715F;
}
.BgClassName
{
background-color: #63715F;
}
</style>
border-color css
<style>
span { border-color: #63715F; }
span { border-color: rgb(99,113,95); }
td.TdClassName
{
border-color: #63715F;
}
.TagClassName
{
border-color: #63715F;
}
</style>