Shades of Finn #644753
Tints of Finn #644753
RGB
CMYK
RGB Variations
Color information
#644753 (or 0x644753) is known color: Finn. HEX triplet: 64, 47 and 53. RGB value is (100,71,83). Sum of RGB (Red+Green+Blue) = 100+71+83=254 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.37% from 254); Green value is 71 (28.12% from 255 or 27.95% from 254); Blue value is 83 (32.81% from 255 or 32.68% from 254); Max value from RGB is 100 - color contains mainly: red. Hex color #644753 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #644753 is #9BB8AC. Grayscale: #515151. Windows color (decimal): -10205357 or 5457764. OLE color: 5457764.
HSL color Cylindrical-coordinate representation of color #644753: hue angle of 335.17º degrees, saturation: 0.17, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #644753 is Cyan = 0, Magento = 0.29, Yellow = 0.17 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 71 | 83 | - |
| CMYK | 0 | 0.29 | 0.17 | 0.61 |
| HSL | 335.17º | 0.17% | 0.34% | - |
| HSV(B) | 335.17º | 0.29% | 0.39% | - |
| XYZ | 9.07 | 7.84 | 9.22 | - |
| YUV | 81.04 | 129.11 | 141.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 71 | 83 | 0 | 0.29 | 0.17 | 0.61 | 335.17 | 0.17 | 0.34 |
| Hex | 64 | 47 | 53 | 0 | 1D | 11 | 3D | 14F | 11 | 22 |
| Octal | 144 | 107 | 123 | 0 | 35 | 21 | 75 | 517 | 21 | 42 |
| Binary | 1100100 | 1000111 | 1010011 | 0 | 11101 | 10001 | 111101 | 101001111 | 10001 | 100010 |
Color Harmonies of #644753
Complementary color
Monochromatic Colors of #644753
Black with #644753
Text Example
Text Example
White with #644753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644753; }
p { color: rgb(100,71,83); }
H1.HeaderClassName
{
color: #644753;
}
.AnyTagClassName
{
color: #644753;
}
</style>
background-color css
<style>
a { background-color: #644753; }
a { background-color: rgb(100,71,83); }
div.DivClassName
{
background-color: #644753;
}
.BgClassName
{
background-color: #644753;
}
</style>
border-color css
<style>
span { border-color: #644753; }
span { border-color: rgb(100,71,83); }
td.TdClassName
{
border-color: #644753;
}
.TagClassName
{
border-color: #644753;
}
</style>