Shades of Finn #644654
Tints of Finn #644654
RGB
CMYK
RGB Variations
Color information
#644654 (or 0x644654) is known color: Finn. HEX triplet: 64, 46 and 54. RGB value is (100,70,84). Sum of RGB (Red+Green+Blue) = 100+70+84=254 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.37% from 254); Green value is 70 (27.73% from 255 or 27.56% from 254); Blue value is 84 (33.20% from 255 or 33.07% from 254); Max value from RGB is 100 - color contains mainly: red. Hex color #644654 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #644654 is #9BB9AB. Grayscale: #505050. Windows color (decimal): -10205612 or 5523044. OLE color: 5523044.
HSL color Cylindrical-coordinate representation of color #644654: hue angle of 332º degrees, saturation: 0.18, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #644654 is Cyan = 0, Magento = 0.30, Yellow = 0.16 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 70 | 84 | - |
| CMYK | 0 | 0.30 | 0.16 | 0.61 |
| HSL | 332º | 0.18% | 0.33% | - |
| HSV(B) | 332º | 0.3% | 0.39% | - |
| XYZ | 9.05 | 7.73 | 9.4 | - |
| YUV | 80.57 | 129.94 | 141.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 70 | 84 | 0 | 0.30 | 0.16 | 0.61 | 332 | 0.18 | 0.33 |
| Hex | 64 | 46 | 54 | 0 | 1E | 10 | 3D | 14C | 12 | 21 |
| Octal | 144 | 106 | 124 | 0 | 36 | 20 | 75 | 514 | 22 | 41 |
| Binary | 1100100 | 1000110 | 1010100 | 0 | 11110 | 10000 | 111101 | 101001100 | 10010 | 100001 |
Color Harmonies of #644654
Complementary color
Monochromatic Colors of #644654
Black with #644654
Text Example
Text Example
White with #644654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644654; }
p { color: rgb(100,70,84); }
H1.HeaderClassName
{
color: #644654;
}
.AnyTagClassName
{
color: #644654;
}
</style>
background-color css
<style>
a { background-color: #644654; }
a { background-color: rgb(100,70,84); }
div.DivClassName
{
background-color: #644654;
}
.BgClassName
{
background-color: #644654;
}
</style>
border-color css
<style>
span { border-color: #644654; }
span { border-color: rgb(100,70,84); }
td.TdClassName
{
border-color: #644654;
}
.TagClassName
{
border-color: #644654;
}
</style>