Shades of Finlandia #63735D
Tints of Finlandia #63735D
RGB
CMYK
RGB Variations
Color information
#63735D (or 0x63735D) is known color: Finlandia. HEX triplet: 63, 73 and 5D. RGB value is (99,115,93). Sum of RGB (Red+Green+Blue) = 99+115+93=307 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.25% from 307); Green value is 115 (45.31% from 255 or 37.46% from 307); Blue value is 93 (36.72% from 255 or 30.29% from 307); Max value from RGB is 115 - color contains mainly: green. Hex color #63735D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63735D is #9C8CA2. Grayscale: #6B6B6B. Windows color (decimal): -10259619 or 6124387. OLE color: 6124387.
HSL color Cylindrical-coordinate representation of color #63735D: hue angle of 103.64º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #63735D is Cyan = 0.14, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 99 | 115 | 93 | - |
| CMYK | 0.14 | 0 | 0.19 | 0.55 |
| HSL | 103.64º | 0.11% | 0.41% | - |
| HSV(B) | 103.64º | 0.19% | 0.45% | - |
| XYZ | 13.25 | 15.7 | 12.69 | - |
| YUV | 107.71 | 119.7 | 121.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 115 | 93 | 0.14 | 0 | 0.19 | 0.55 | 103.64 | 0.11 | 0.41 |
| Hex | 63 | 73 | 5D | E | 0 | 13 | 37 | 68 | B | 29 |
| Octal | 143 | 163 | 135 | 16 | 0 | 23 | 67 | 150 | 13 | 51 |
| Binary | 1100011 | 1110011 | 1011101 | 1110 | 0 | 10011 | 110111 | 1101000 | 1011 | 101001 |
Color Harmonies of #63735D
Complementary color
Monochromatic Colors of #63735D
Black with #63735D
Text Example
Text Example
White with #63735D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63735D; }
p { color: rgb(99,115,93); }
H1.HeaderClassName
{
color: #63735D;
}
.AnyTagClassName
{
color: #63735D;
}
</style>
background-color css
<style>
a { background-color: #63735D; }
a { background-color: rgb(99,115,93); }
div.DivClassName
{
background-color: #63735D;
}
.BgClassName
{
background-color: #63735D;
}
</style>
border-color css
<style>
span { border-color: #63735D; }
span { border-color: rgb(99,115,93); }
td.TdClassName
{
border-color: #63735D;
}
.TagClassName
{
border-color: #63735D;
}
</style>