Shades of Finn #643E56
Tints of Finn #643E56
RGB
CMYK
RGB Variations
Color information
#643E56 (or 0x643E56) is known color: Finn. HEX triplet: 64, 3E and 56. RGB value is (100,62,86). Sum of RGB (Red+Green+Blue) = 100+62+86=248 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.32% from 248); Green value is 62 (24.61% from 255 or 25% from 248); Blue value is 86 (33.98% from 255 or 34.68% from 248); Max value from RGB is 100 - color contains mainly: red. Hex color #643E56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #643E56 is #9BC1A9. Grayscale: #4C4C4C. Windows color (decimal): -10207658 or 5652068. OLE color: 5652068.
HSL color Cylindrical-coordinate representation of color #643E56: hue angle of 322.11º degrees, saturation: 0.23, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #643E56 is Cyan = 0, Magento = 0.38, Yellow = 0.14 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 62 | 86 | - |
| CMYK | 0 | 0.38 | 0.14 | 0.61 |
| HSL | 322.11º | 0.23% | 0.32% | - |
| HSV(B) | 322.11º | 0.38% | 0.39% | - |
| XYZ | 8.66 | 6.83 | 9.67 | - |
| YUV | 76.1 | 133.59 | 145.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 62 | 86 | 0 | 0.38 | 0.14 | 0.61 | 322.11 | 0.23 | 0.32 |
| Hex | 64 | 3E | 56 | 0 | 26 | E | 3D | 142 | 17 | 20 |
| Octal | 144 | 76 | 126 | 0 | 46 | 16 | 75 | 502 | 27 | 40 |
| Binary | 1100100 | 111110 | 1010110 | 0 | 100110 | 1110 | 111101 | 101000010 | 10111 | 100000 |
Color Harmonies of #643E56
Complementary color
Monochromatic Colors of #643E56
Black with #643E56
Text Example
Text Example
White with #643E56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643E56; }
p { color: rgb(100,62,86); }
H1.HeaderClassName
{
color: #643E56;
}
.AnyTagClassName
{
color: #643E56;
}
</style>
background-color css
<style>
a { background-color: #643E56; }
a { background-color: rgb(100,62,86); }
div.DivClassName
{
background-color: #643E56;
}
.BgClassName
{
background-color: #643E56;
}
</style>
border-color css
<style>
span { border-color: #643E56; }
span { border-color: rgb(100,62,86); }
td.TdClassName
{
border-color: #643E56;
}
.TagClassName
{
border-color: #643E56;
}
</style>