Shades of Finlandia #65805E
Tints of Finlandia #65805E
RGB
CMYK
RGB Variations
Color information
#65805E (or 0x65805E) is known color: Finlandia. HEX triplet: 65, 80 and 5E. RGB value is (101,128,94). Sum of RGB (Red+Green+Blue) = 101+128+94=323 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.27% from 323); Green value is 128 (50.39% from 255 or 39.63% from 323); Blue value is 94 (37.11% from 255 or 29.10% from 323); Max value from RGB is 128 - color contains mainly: green. Hex color #65805E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65805E is #9A7FA1. Grayscale: #747474. Windows color (decimal): -10125218 or 6193253. OLE color: 6193253.
HSL color Cylindrical-coordinate representation of color #65805E: hue angle of 107.65º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #65805E is Cyan = 0.21, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 101 | 128 | 94 | - |
| CMYK | 0.21 | 0 | 0.27 | 0.50 |
| HSL | 107.65º | 0.15% | 0.44% | - |
| HSV(B) | 107.65º | 0.27% | 0.5% | - |
| XYZ | 15.11 | 19.01 | 13.46 | - |
| YUV | 116.05 | 115.55 | 117.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 128 | 94 | 0.21 | 0 | 0.27 | 0.50 | 107.65 | 0.15 | 0.44 |
| Hex | 65 | 80 | 5E | 15 | 0 | 1B | 32 | 6C | F | 2C |
| Octal | 145 | 200 | 136 | 25 | 0 | 33 | 62 | 154 | 17 | 54 |
| Binary | 1100101 | 10000000 | 1011110 | 10101 | 0 | 11011 | 110010 | 1101100 | 1111 | 101100 |
Color Harmonies of #65805E
Complementary color
Monochromatic Colors of #65805E
Black with #65805E
Text Example
Text Example
White with #65805E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65805E; }
p { color: rgb(101,128,94); }
H1.HeaderClassName
{
color: #65805E;
}
.AnyTagClassName
{
color: #65805E;
}
</style>
background-color css
<style>
a { background-color: #65805E; }
a { background-color: rgb(101,128,94); }
div.DivClassName
{
background-color: #65805E;
}
.BgClassName
{
background-color: #65805E;
}
</style>
border-color css
<style>
span { border-color: #65805E; }
span { border-color: rgb(101,128,94); }
td.TdClassName
{
border-color: #65805E;
}
.TagClassName
{
border-color: #65805E;
}
</style>