Shades of Finlandia #64755F
Tints of Finlandia #64755F
RGB
CMYK
RGB Variations
Color information
#64755F (or 0x64755F) is known color: Finlandia. HEX triplet: 64, 75 and 5F. RGB value is (100,117,95). Sum of RGB (Red+Green+Blue) = 100+117+95=312 (41% of max value = 765). Red value is 100 (39.45% from 255 or 32.05% from 312); Green value is 117 (46.09% from 255 or 37.5% from 312); Blue value is 95 (37.5% from 255 or 30.45% from 312); Max value from RGB is 117 - color contains mainly: green. Hex color #64755F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64755F is #9B8AA0. Grayscale: #6D6D6D. Windows color (decimal): -10193569 or 6255972. OLE color: 6255972.
HSL color Cylindrical-coordinate representation of color #64755F: hue angle of 106.36º degrees, saturation: 0.1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #64755F is Cyan = 0.15, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 100 | 117 | 95 | - |
| CMYK | 0.15 | 0 | 0.19 | 0.54 |
| HSL | 106.36º | 0.1% | 0.42% | - |
| HSV(B) | 106.36º | 0.19% | 0.46% | - |
| XYZ | 13.68 | 16.26 | 13.24 | - |
| YUV | 109.41 | 119.87 | 121.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 117 | 95 | 0.15 | 0 | 0.19 | 0.54 | 106.36 | 0.1 | 0.42 |
| Hex | 64 | 75 | 5F | F | 0 | 13 | 36 | 6A | A | 2A |
| Octal | 144 | 165 | 137 | 17 | 0 | 23 | 66 | 152 | 12 | 52 |
| Binary | 1100100 | 1110101 | 1011111 | 1111 | 0 | 10011 | 110110 | 1101010 | 1010 | 101010 |
Color Harmonies of #64755F
Complementary color
Monochromatic Colors of #64755F
Black with #64755F
Text Example
Text Example
White with #64755F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64755F; }
p { color: rgb(100,117,95); }
H1.HeaderClassName
{
color: #64755F;
}
.AnyTagClassName
{
color: #64755F;
}
</style>
background-color css
<style>
a { background-color: #64755F; }
a { background-color: rgb(100,117,95); }
div.DivClassName
{
background-color: #64755F;
}
.BgClassName
{
background-color: #64755F;
}
</style>
border-color css
<style>
span { border-color: #64755F; }
span { border-color: rgb(100,117,95); }
td.TdClassName
{
border-color: #64755F;
}
.TagClassName
{
border-color: #64755F;
}
</style>