Shades of Finn #644359
Tints of Finn #644359
RGB
CMYK
RGB Variations
Color information
#644359 (or 0x644359) is known color: Finn. HEX triplet: 64, 43 and 59. RGB value is (100,67,89). Sum of RGB (Red+Green+Blue) = 100+67+89=256 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.06% from 256); Green value is 67 (26.56% from 255 or 26.17% from 256); Blue value is 89 (35.16% from 255 or 34.77% from 256); Max value from RGB is 100 - color contains mainly: red. Hex color #644359 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #644359 is #9BBCA6. Grayscale: #4F4F4F. Windows color (decimal): -10206375 or 5849956. OLE color: 5849956.
HSL color Cylindrical-coordinate representation of color #644359: hue angle of 320º degrees, saturation: 0.2, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #644359 is Cyan = 0, Magento = 0.33, Yellow = 0.11 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 67 | 89 | - |
| CMYK | 0 | 0.33 | 0.11 | 0.61 |
| HSL | 320º | 0.2% | 0.33% | - |
| HSV(B) | 320º | 0.33% | 0.39% | - |
| XYZ | 9.07 | 7.44 | 10.41 | - |
| YUV | 79.38 | 133.43 | 142.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 67 | 89 | 0 | 0.33 | 0.11 | 0.61 | 320 | 0.2 | 0.33 |
| Hex | 64 | 43 | 59 | 0 | 21 | B | 3D | 140 | 14 | 21 |
| Octal | 144 | 103 | 131 | 0 | 41 | 13 | 75 | 500 | 24 | 41 |
| Binary | 1100100 | 1000011 | 1011001 | 0 | 100001 | 1011 | 111101 | 101000000 | 10100 | 100001 |
Color Harmonies of #644359
Complementary color
Monochromatic Colors of #644359
Black with #644359
Text Example
Text Example
White with #644359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644359; }
p { color: rgb(100,67,89); }
H1.HeaderClassName
{
color: #644359;
}
.AnyTagClassName
{
color: #644359;
}
</style>
background-color css
<style>
a { background-color: #644359; }
a { background-color: rgb(100,67,89); }
div.DivClassName
{
background-color: #644359;
}
.BgClassName
{
background-color: #644359;
}
</style>
border-color css
<style>
span { border-color: #644359; }
span { border-color: rgb(100,67,89); }
td.TdClassName
{
border-color: #644359;
}
.TagClassName
{
border-color: #644359;
}
</style>