Shades of Finn #644D5A
Tints of Finn #644D5A
RGB
CMYK
RGB Variations
Color information
#644D5A (or 0x644D5A) is known color: Finn. HEX triplet: 64, 4D and 5A. RGB value is (100,77,90). Sum of RGB (Red+Green+Blue) = 100+77+90=267 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.45% from 267); Green value is 77 (30.47% from 255 or 28.84% from 267); Blue value is 90 (35.55% from 255 or 33.71% from 267); Max value from RGB is 100 - color contains mainly: red. Hex color #644D5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #644D5A is #9BB2A5. Grayscale: #555555. Windows color (decimal): -10203814 or 5918052. OLE color: 5918052.
HSL color Cylindrical-coordinate representation of color #644D5A: hue angle of 326.09º degrees, saturation: 0.13, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #644D5A is Cyan = 0, Magento = 0.23, Yellow = 0.10 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 77 | 90 | - |
| CMYK | 0 | 0.23 | 0.10 | 0.61 |
| HSL | 326.09º | 0.13% | 0.35% | - |
| HSV(B) | 326.09º | 0.23% | 0.39% | - |
| XYZ | 9.75 | 8.76 | 10.85 | - |
| YUV | 85.36 | 130.62 | 138.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 77 | 90 | 0 | 0.23 | 0.10 | 0.61 | 326.09 | 0.13 | 0.35 |
| Hex | 64 | 4D | 5A | 0 | 17 | A | 3D | 146 | D | 23 |
| Octal | 144 | 115 | 132 | 0 | 27 | 12 | 75 | 506 | 15 | 43 |
| Binary | 1100100 | 1001101 | 1011010 | 0 | 10111 | 1010 | 111101 | 101000110 | 1101 | 100011 |
Color Harmonies of #644D5A
Complementary color
Monochromatic Colors of #644D5A
Black with #644D5A
Text Example
Text Example
White with #644D5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644D5A; }
p { color: rgb(100,77,90); }
H1.HeaderClassName
{
color: #644D5A;
}
.AnyTagClassName
{
color: #644D5A;
}
</style>
background-color css
<style>
a { background-color: #644D5A; }
a { background-color: rgb(100,77,90); }
div.DivClassName
{
background-color: #644D5A;
}
.BgClassName
{
background-color: #644D5A;
}
</style>
border-color css
<style>
span { border-color: #644D5A; }
span { border-color: rgb(100,77,90); }
td.TdClassName
{
border-color: #644D5A;
}
.TagClassName
{
border-color: #644D5A;
}
</style>