Shades of Finlandia #63785F
Tints of Finlandia #63785F
RGB
CMYK
RGB Variations
Color information
#63785F (or 0x63785F) is known color: Finlandia. HEX triplet: 63, 78 and 5F. RGB value is (99,120,95). Sum of RGB (Red+Green+Blue) = 99+120+95=314 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.53% from 314); Green value is 120 (47.27% from 255 or 38.22% from 314); Blue value is 95 (37.5% from 255 or 30.25% from 314); Max value from RGB is 120 - color contains mainly: green. Hex color #63785F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63785F is #9C87A0. Grayscale: #6E6E6E. Windows color (decimal): -10258337 or 6256739. OLE color: 6256739.
HSL color Cylindrical-coordinate representation of color #63785F: hue angle of 110.4º degrees, saturation: 0.12, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #63785F is Cyan = 0.17, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 99 | 120 | 95 | - |
| CMYK | 0.17 | 0 | 0.21 | 0.53 |
| HSL | 110.4º | 0.12% | 0.42% | - |
| HSV(B) | 110.4º | 0.21% | 0.47% | - |
| XYZ | 13.93 | 16.91 | 13.36 | - |
| YUV | 110.87 | 119.04 | 119.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 120 | 95 | 0.17 | 0 | 0.21 | 0.53 | 110.4 | 0.12 | 0.42 |
| Hex | 63 | 78 | 5F | 11 | 0 | 15 | 35 | 6E | C | 2A |
| Octal | 143 | 170 | 137 | 21 | 0 | 25 | 65 | 156 | 14 | 52 |
| Binary | 1100011 | 1111000 | 1011111 | 10001 | 0 | 10101 | 110101 | 1101110 | 1100 | 101010 |
Color Harmonies of #63785F
Complementary color
Monochromatic Colors of #63785F
Black with #63785F
Text Example
Text Example
White with #63785F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63785F; }
p { color: rgb(99,120,95); }
H1.HeaderClassName
{
color: #63785F;
}
.AnyTagClassName
{
color: #63785F;
}
</style>
background-color css
<style>
a { background-color: #63785F; }
a { background-color: rgb(99,120,95); }
div.DivClassName
{
background-color: #63785F;
}
.BgClassName
{
background-color: #63785F;
}
</style>
border-color css
<style>
span { border-color: #63785F; }
span { border-color: rgb(99,120,95); }
td.TdClassName
{
border-color: #63785F;
}
.TagClassName
{
border-color: #63785F;
}
</style>