Shades of Finn #644D5C
Tints of Finn #644D5C
RGB
CMYK
RGB Variations
Color information
#644D5C (or 0x644D5C) is known color: Finn. HEX triplet: 64, 4D and 5C. RGB value is (100,77,92). Sum of RGB (Red+Green+Blue) = 100+77+92=269 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.17% from 269); Green value is 77 (30.47% from 255 or 28.62% from 269); Blue value is 92 (36.33% from 255 or 34.20% from 269); Max value from RGB is 100 - color contains mainly: red. Hex color #644D5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #644D5C is #9BB2A3. Grayscale: #555555. Windows color (decimal): -10203812 or 6049124. OLE color: 6049124.
HSL color Cylindrical-coordinate representation of color #644D5C: hue angle of 320.87º 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 #644D5C is Cyan = 0, Magento = 0.23, Yellow = 0.08 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 77 | 92 | - |
| CMYK | 0 | 0.23 | 0.08 | 0.61 |
| HSL | 320.87º | 0.13% | 0.35% | - |
| HSV(B) | 320.87º | 0.23% | 0.39% | - |
| XYZ | 9.84 | 8.79 | 11.3 | - |
| YUV | 85.59 | 131.62 | 138.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 77 | 92 | 0 | 0.23 | 0.08 | 0.61 | 320.87 | 0.13 | 0.35 |
| Hex | 64 | 4D | 5C | 0 | 17 | 8 | 3D | 141 | D | 23 |
| Octal | 144 | 115 | 134 | 0 | 27 | 10 | 75 | 501 | 15 | 43 |
| Binary | 1100100 | 1001101 | 1011100 | 0 | 10111 | 1000 | 111101 | 101000001 | 1101 | 100011 |
Color Harmonies of #644D5C
Complementary color
Monochromatic Colors of #644D5C
Black with #644D5C
Text Example
Text Example
White with #644D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644D5C; }
p { color: rgb(100,77,92); }
H1.HeaderClassName
{
color: #644D5C;
}
.AnyTagClassName
{
color: #644D5C;
}
</style>
background-color css
<style>
a { background-color: #644D5C; }
a { background-color: rgb(100,77,92); }
div.DivClassName
{
background-color: #644D5C;
}
.BgClassName
{
background-color: #644D5C;
}
</style>
border-color css
<style>
span { border-color: #644D5C; }
span { border-color: rgb(100,77,92); }
td.TdClassName
{
border-color: #644D5C;
}
.TagClassName
{
border-color: #644D5C;
}
</style>