Shades of Finn #644E5A
Tints of Finn #644E5A
RGB
CMYK
RGB Variations
Color information
#644E5A (or 0x644E5A) is known color: Finn. HEX triplet: 64, 4E and 5A. RGB value is (100,78,90). Sum of RGB (Red+Green+Blue) = 100+78+90=268 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.31% from 268); Green value is 78 (30.86% from 255 or 29.10% from 268); Blue value is 90 (35.55% from 255 or 33.58% from 268); Max value from RGB is 100 - color contains mainly: red. Hex color #644E5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #644E5A is #9BB1A5. Grayscale: #555555. Windows color (decimal): -10203558 or 5918308. OLE color: 5918308.
HSL color Cylindrical-coordinate representation of color #644E5A: hue angle of 327.27º degrees, saturation: 0.12, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #644E5A is Cyan = 0, Magento = 0.22, Yellow = 0.10 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 78 | 90 | - |
| CMYK | 0 | 0.22 | 0.10 | 0.61 |
| HSL | 327.27º | 0.12% | 0.35% | - |
| HSV(B) | 327.27º | 0.22% | 0.39% | - |
| XYZ | 9.83 | 8.9 | 10.87 | - |
| YUV | 85.95 | 130.29 | 138.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 78 | 90 | 0 | 0.22 | 0.10 | 0.61 | 327.27 | 0.12 | 0.35 |
| Hex | 64 | 4E | 5A | 0 | 16 | A | 3D | 147 | C | 23 |
| Octal | 144 | 116 | 132 | 0 | 26 | 12 | 75 | 507 | 14 | 43 |
| Binary | 1100100 | 1001110 | 1011010 | 0 | 10110 | 1010 | 111101 | 101000111 | 1100 | 100011 |
Color Harmonies of #644E5A
Complementary color
Monochromatic Colors of #644E5A
Black with #644E5A
Text Example
Text Example
White with #644E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644E5A; }
p { color: rgb(100,78,90); }
H1.HeaderClassName
{
color: #644E5A;
}
.AnyTagClassName
{
color: #644E5A;
}
</style>
background-color css
<style>
a { background-color: #644E5A; }
a { background-color: rgb(100,78,90); }
div.DivClassName
{
background-color: #644E5A;
}
.BgClassName
{
background-color: #644E5A;
}
</style>
border-color css
<style>
span { border-color: #644E5A; }
span { border-color: rgb(100,78,90); }
td.TdClassName
{
border-color: #644E5A;
}
.TagClassName
{
border-color: #644E5A;
}
</style>