Shades of Finn #644952
Tints of Finn #644952
RGB
CMYK
RGB Variations
Color information
#644952 (or 0x644952) is known color: Finn. HEX triplet: 64, 49 and 52. RGB value is (100,73,82). Sum of RGB (Red+Green+Blue) = 100+73+82=255 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.22% from 255); Green value is 73 (28.91% from 255 or 28.63% from 255); Blue value is 82 (32.42% from 255 or 32.16% from 255); Max value from RGB is 100 - color contains mainly: red. Hex color #644952 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #644952 is #9BB6AD. Grayscale: #525252. Windows color (decimal): -10204846 or 5392740. OLE color: 5392740.
HSL color Cylindrical-coordinate representation of color #644952: hue angle of 340º degrees, saturation: 0.16, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #644952 is Cyan = 0, Magento = 0.27, Yellow = 0.18 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 73 | 82 | - |
| CMYK | 0 | 0.27 | 0.18 | 0.61 |
| HSL | 340º | 0.16% | 0.34% | - |
| HSV(B) | 340º | 0.27% | 0.39% | - |
| XYZ | 9.16 | 8.08 | 9.06 | - |
| YUV | 82.1 | 127.95 | 140.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 73 | 82 | 0 | 0.27 | 0.18 | 0.61 | 340 | 0.16 | 0.34 |
| Hex | 64 | 49 | 52 | 0 | 1B | 12 | 3D | 154 | 10 | 22 |
| Octal | 144 | 111 | 122 | 0 | 33 | 22 | 75 | 524 | 20 | 42 |
| Binary | 1100100 | 1001001 | 1010010 | 0 | 11011 | 10010 | 111101 | 101010100 | 10000 | 100010 |
Color Harmonies of #644952
Complementary color
Monochromatic Colors of #644952
Black with #644952
Text Example
Text Example
White with #644952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644952; }
p { color: rgb(100,73,82); }
H1.HeaderClassName
{
color: #644952;
}
.AnyTagClassName
{
color: #644952;
}
</style>
background-color css
<style>
a { background-color: #644952; }
a { background-color: rgb(100,73,82); }
div.DivClassName
{
background-color: #644952;
}
.BgClassName
{
background-color: #644952;
}
</style>
border-color css
<style>
span { border-color: #644952; }
span { border-color: rgb(100,73,82); }
td.TdClassName
{
border-color: #644952;
}
.TagClassName
{
border-color: #644952;
}
</style>