Shades of Finlandia #63735F
Tints of Finlandia #63735F
RGB
CMYK
RGB Variations
Color information
#63735F (or 0x63735F) is known color: Finlandia. HEX triplet: 63, 73 and 5F. RGB value is (99,115,95). Sum of RGB (Red+Green+Blue) = 99+115+95=309 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.04% from 309); Green value is 115 (45.31% from 255 or 37.22% from 309); Blue value is 95 (37.5% from 255 or 30.74% from 309); Max value from RGB is 115 - color contains mainly: green. Hex color #63735F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63735F is #9C8CA0. Grayscale: #6C6C6C. Windows color (decimal): -10259617 or 6255459. OLE color: 6255459.
HSL color Cylindrical-coordinate representation of color #63735F: hue angle of 108º degrees, saturation: 0.1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #63735F is Cyan = 0.14, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 99 | 115 | 95 | - |
| CMYK | 0.14 | 0 | 0.17 | 0.55 |
| HSL | 108º | 0.1% | 0.41% | - |
| HSV(B) | 108º | 0.17% | 0.45% | - |
| XYZ | 13.34 | 15.74 | 13.16 | - |
| YUV | 107.94 | 120.7 | 121.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 115 | 95 | 0.14 | 0 | 0.17 | 0.55 | 108 | 0.1 | 0.41 |
| Hex | 63 | 73 | 5F | E | 0 | 11 | 37 | 6C | A | 29 |
| Octal | 143 | 163 | 137 | 16 | 0 | 21 | 67 | 154 | 12 | 51 |
| Binary | 1100011 | 1110011 | 1011111 | 1110 | 0 | 10001 | 110111 | 1101100 | 1010 | 101001 |
Color Harmonies of #63735F
Complementary color
Monochromatic Colors of #63735F
Black with #63735F
Text Example
Text Example
White with #63735F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63735F; }
p { color: rgb(99,115,95); }
H1.HeaderClassName
{
color: #63735F;
}
.AnyTagClassName
{
color: #63735F;
}
</style>
background-color css
<style>
a { background-color: #63735F; }
a { background-color: rgb(99,115,95); }
div.DivClassName
{
background-color: #63735F;
}
.BgClassName
{
background-color: #63735F;
}
</style>
border-color css
<style>
span { border-color: #63735F; }
span { border-color: rgb(99,115,95); }
td.TdClassName
{
border-color: #63735F;
}
.TagClassName
{
border-color: #63735F;
}
</style>