Shades of Finlandia #63775C
Tints of Finlandia #63775C
RGB
CMYK
RGB Variations
Color information
#63775C (or 0x63775C) is known color: Finlandia. HEX triplet: 63, 77 and 5C. RGB value is (99,119,92). Sum of RGB (Red+Green+Blue) = 99+119+92=310 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.94% from 310); Green value is 119 (46.88% from 255 or 38.39% from 310); Blue value is 92 (36.33% from 255 or 29.68% from 310); Max value from RGB is 119 - color contains mainly: green. Hex color #63775C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63775C is #9C88A3. Grayscale: #6E6E6E. Windows color (decimal): -10258596 or 6059875. OLE color: 6059875.
HSL color Cylindrical-coordinate representation of color #63775C: hue angle of 104.44º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #63775C is Cyan = 0.17, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 99 | 119 | 92 | - |
| CMYK | 0.17 | 0 | 0.23 | 0.53 |
| HSL | 104.44º | 0.13% | 0.41% | - |
| HSV(B) | 104.44º | 0.23% | 0.47% | - |
| XYZ | 13.67 | 16.62 | 12.61 | - |
| YUV | 109.94 | 117.87 | 120.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 119 | 92 | 0.17 | 0 | 0.23 | 0.53 | 104.44 | 0.13 | 0.41 |
| Hex | 63 | 77 | 5C | 11 | 0 | 17 | 35 | 68 | D | 29 |
| Octal | 143 | 167 | 134 | 21 | 0 | 27 | 65 | 150 | 15 | 51 |
| Binary | 1100011 | 1110111 | 1011100 | 10001 | 0 | 10111 | 110101 | 1101000 | 1101 | 101001 |
Color Harmonies of #63775C
Complementary color
Monochromatic Colors of #63775C
Black with #63775C
Text Example
Text Example
White with #63775C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63775C; }
p { color: rgb(99,119,92); }
H1.HeaderClassName
{
color: #63775C;
}
.AnyTagClassName
{
color: #63775C;
}
</style>
background-color css
<style>
a { background-color: #63775C; }
a { background-color: rgb(99,119,92); }
div.DivClassName
{
background-color: #63775C;
}
.BgClassName
{
background-color: #63775C;
}
</style>
border-color css
<style>
span { border-color: #63775C; }
span { border-color: rgb(99,119,92); }
td.TdClassName
{
border-color: #63775C;
}
.TagClassName
{
border-color: #63775C;
}
</style>