Shades of Finlandia #64725F
Tints of Finlandia #64725F
RGB
CMYK
RGB Variations
Color information
#64725F (or 0x64725F) is known color: Finlandia. HEX triplet: 64, 72 and 5F. RGB value is (100,114,95). Sum of RGB (Red+Green+Blue) = 100+114+95=309 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.36% from 309); Green value is 114 (44.92% from 255 or 36.89% from 309); Blue value is 95 (37.5% from 255 or 30.74% from 309); Max value from RGB is 114 - color contains mainly: green. Hex color #64725F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64725F is #9B8DA0. Grayscale: #6B6B6B. Windows color (decimal): -10194337 or 6255204. OLE color: 6255204.
HSL color Cylindrical-coordinate representation of color #64725F: hue angle of 104.21º degrees, saturation: 0.09, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #64725F is Cyan = 0.12, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 100 | 114 | 95 | - |
| CMYK | 0.12 | 0 | 0.17 | 0.55 |
| HSL | 104.21º | 0.09% | 0.41% | - |
| HSV(B) | 104.21º | 0.17% | 0.45% | - |
| XYZ | 13.34 | 15.57 | 13.13 | - |
| YUV | 107.65 | 120.86 | 122.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 114 | 95 | 0.12 | 0 | 0.17 | 0.55 | 104.21 | 0.09 | 0.41 |
| Hex | 64 | 72 | 5F | C | 0 | 11 | 37 | 68 | 9 | 29 |
| Octal | 144 | 162 | 137 | 14 | 0 | 21 | 67 | 150 | 11 | 51 |
| Binary | 1100100 | 1110010 | 1011111 | 1100 | 0 | 10001 | 110111 | 1101000 | 1001 | 101001 |
Color Harmonies of #64725F
Complementary color
Monochromatic Colors of #64725F
Black with #64725F
Text Example
Text Example
White with #64725F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64725F; }
p { color: rgb(100,114,95); }
H1.HeaderClassName
{
color: #64725F;
}
.AnyTagClassName
{
color: #64725F;
}
</style>
background-color css
<style>
a { background-color: #64725F; }
a { background-color: rgb(100,114,95); }
div.DivClassName
{
background-color: #64725F;
}
.BgClassName
{
background-color: #64725F;
}
</style>
border-color css
<style>
span { border-color: #64725F; }
span { border-color: rgb(100,114,95); }
td.TdClassName
{
border-color: #64725F;
}
.TagClassName
{
border-color: #64725F;
}
</style>