Shades of Finlandia #63735E
Tints of Finlandia #63735E
RGB
CMYK
RGB Variations
Color information
#63735E (or 0x63735E) is known color: Finlandia. HEX triplet: 63, 73 and 5E. RGB value is (99,115,94). Sum of RGB (Red+Green+Blue) = 99+115+94=308 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.14% from 308); Green value is 115 (45.31% from 255 or 37.34% from 308); Blue value is 94 (37.11% from 255 or 30.52% from 308); Max value from RGB is 115 - color contains mainly: green. Hex color #63735E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63735E is #9C8CA1. Grayscale: #6B6B6B. Windows color (decimal): -10259618 or 6189923. OLE color: 6189923.
HSL color Cylindrical-coordinate representation of color #63735E: hue angle of 105.71º degrees, saturation: 0.1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #63735E is Cyan = 0.14, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 99 | 115 | 94 | - |
| CMYK | 0.14 | 0 | 0.18 | 0.55 |
| HSL | 105.71º | 0.1% | 0.41% | - |
| HSV(B) | 105.71º | 0.18% | 0.45% | - |
| XYZ | 13.3 | 15.72 | 12.92 | - |
| YUV | 107.82 | 120.2 | 121.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 115 | 94 | 0.14 | 0 | 0.18 | 0.55 | 105.71 | 0.1 | 0.41 |
| Hex | 63 | 73 | 5E | E | 0 | 12 | 37 | 6A | A | 29 |
| Octal | 143 | 163 | 136 | 16 | 0 | 22 | 67 | 152 | 12 | 51 |
| Binary | 1100011 | 1110011 | 1011110 | 1110 | 0 | 10010 | 110111 | 1101010 | 1010 | 101001 |
Color Harmonies of #63735E
Complementary color
Monochromatic Colors of #63735E
Black with #63735E
Text Example
Text Example
White with #63735E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63735E; }
p { color: rgb(99,115,94); }
H1.HeaderClassName
{
color: #63735E;
}
.AnyTagClassName
{
color: #63735E;
}
</style>
background-color css
<style>
a { background-color: #63735E; }
a { background-color: rgb(99,115,94); }
div.DivClassName
{
background-color: #63735E;
}
.BgClassName
{
background-color: #63735E;
}
</style>
border-color css
<style>
span { border-color: #63735E; }
span { border-color: rgb(99,115,94); }
td.TdClassName
{
border-color: #63735E;
}
.TagClassName
{
border-color: #63735E;
}
</style>