Shades of Finlandia #63755E
Tints of Finlandia #63755E
RGB
CMYK
RGB Variations
Color information
#63755E (or 0x63755E) is known color: Finlandia. HEX triplet: 63, 75 and 5E. RGB value is (99,117,94). Sum of RGB (Red+Green+Blue) = 99+117+94=310 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.94% from 310); Green value is 117 (46.09% from 255 or 37.74% from 310); Blue value is 94 (37.11% from 255 or 30.32% from 310); Max value from RGB is 117 - color contains mainly: green. Hex color #63755E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63755E is #9C8AA1. Grayscale: #6D6D6D. Windows color (decimal): -10259106 or 6190435. OLE color: 6190435.
HSL color Cylindrical-coordinate representation of color #63755E: hue angle of 106.96º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #63755E is Cyan = 0.15, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 99 | 117 | 94 | - |
| CMYK | 0.15 | 0 | 0.20 | 0.54 |
| HSL | 106.96º | 0.11% | 0.41% | - |
| HSV(B) | 106.96º | 0.2% | 0.46% | - |
| XYZ | 13.53 | 16.18 | 13 | - |
| YUV | 109 | 119.54 | 120.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 117 | 94 | 0.15 | 0 | 0.20 | 0.54 | 106.96 | 0.11 | 0.41 |
| Hex | 63 | 75 | 5E | F | 0 | 14 | 36 | 6B | B | 29 |
| Octal | 143 | 165 | 136 | 17 | 0 | 24 | 66 | 153 | 13 | 51 |
| Binary | 1100011 | 1110101 | 1011110 | 1111 | 0 | 10100 | 110110 | 1101011 | 1011 | 101001 |
Color Harmonies of #63755E
Complementary color
Monochromatic Colors of #63755E
Black with #63755E
Text Example
Text Example
White with #63755E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63755E; }
p { color: rgb(99,117,94); }
H1.HeaderClassName
{
color: #63755E;
}
.AnyTagClassName
{
color: #63755E;
}
</style>
background-color css
<style>
a { background-color: #63755E; }
a { background-color: rgb(99,117,94); }
div.DivClassName
{
background-color: #63755E;
}
.BgClassName
{
background-color: #63755E;
}
</style>
border-color css
<style>
span { border-color: #63755E; }
span { border-color: rgb(99,117,94); }
td.TdClassName
{
border-color: #63755E;
}
.TagClassName
{
border-color: #63755E;
}
</style>