Shades of Finlandia #657363
Tints of Finlandia #657363
RGB
CMYK
RGB Variations
Color information
#657363 (or 0x657363) is known color: Finlandia. HEX triplet: 65, 73 and 63. RGB value is (101,115,99). Sum of RGB (Red+Green+Blue) = 101+115+99=315 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.06% from 315); Green value is 115 (45.31% from 255 or 36.51% from 315); Blue value is 99 (39.06% from 255 or 31.43% from 315); Max value from RGB is 115 - color contains mainly: green. Hex color #657363 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #657363 is #9A8C9C. Grayscale: #6D6D6D. Windows color (decimal): -10128541 or 6517605. OLE color: 6517605.
HSL color Cylindrical-coordinate representation of color #657363: hue angle of 112.5º degrees, saturation: 0.07, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #657363 is Cyan = 0.12, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 101 | 115 | 99 | - |
| CMYK | 0.12 | 0 | 0.14 | 0.55 |
| HSL | 112.5º | 0.07% | 0.42% | - |
| HSV(B) | 112.5º | 0.14% | 0.45% | - |
| XYZ | 13.75 | 15.93 | 14.15 | - |
| YUV | 108.99 | 122.36 | 122.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 115 | 99 | 0.12 | 0 | 0.14 | 0.55 | 112.5 | 0.07 | 0.42 |
| Hex | 65 | 73 | 63 | C | 0 | E | 37 | 70 | 7 | 2A |
| Octal | 145 | 163 | 143 | 14 | 0 | 16 | 67 | 160 | 7 | 52 |
| Binary | 1100101 | 1110011 | 1100011 | 1100 | 0 | 1110 | 110111 | 1110000 | 111 | 101010 |
Color Harmonies of #657363
Complementary color
Monochromatic Colors of #657363
Black with #657363
Text Example
Text Example
White with #657363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657363; }
p { color: rgb(101,115,99); }
H1.HeaderClassName
{
color: #657363;
}
.AnyTagClassName
{
color: #657363;
}
</style>
background-color css
<style>
a { background-color: #657363; }
a { background-color: rgb(101,115,99); }
div.DivClassName
{
background-color: #657363;
}
.BgClassName
{
background-color: #657363;
}
</style>
border-color css
<style>
span { border-color: #657363; }
span { border-color: rgb(101,115,99); }
td.TdClassName
{
border-color: #657363;
}
.TagClassName
{
border-color: #657363;
}
</style>