Shades of Finn #64485C
Tints of Finn #64485C
RGB
CMYK
RGB Variations
Color information
#64485C (or 0x64485C) is known color: Finn. HEX triplet: 64, 48 and 5C. RGB value is (100,72,92). Sum of RGB (Red+Green+Blue) = 100+72+92=264 (34% of max value = 765). Red value is 100 (39.45% from 255 or 37.88% from 264); Green value is 72 (28.52% from 255 or 27.27% from 264); Blue value is 92 (36.33% from 255 or 34.85% from 264); Max value from RGB is 100 - color contains mainly: red. Hex color #64485C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64485C is #9BB7A3. Grayscale: #525252. Windows color (decimal): -10205092 or 6047844. OLE color: 6047844.
HSL color Cylindrical-coordinate representation of color #64485C: hue angle of 317.14º degrees, saturation: 0.16, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #64485C is Cyan = 0, Magento = 0.28, Yellow = 0.08 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 72 | 92 | - |
| CMYK | 0 | 0.28 | 0.08 | 0.61 |
| HSL | 317.14º | 0.16% | 0.34% | - |
| HSV(B) | 317.14º | 0.28% | 0.39% | - |
| XYZ | 9.5 | 8.12 | 11.19 | - |
| YUV | 82.65 | 133.28 | 140.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 72 | 92 | 0 | 0.28 | 0.08 | 0.61 | 317.14 | 0.16 | 0.34 |
| Hex | 64 | 48 | 5C | 0 | 1C | 8 | 3D | 13D | 10 | 22 |
| Octal | 144 | 110 | 134 | 0 | 34 | 10 | 75 | 475 | 20 | 42 |
| Binary | 1100100 | 1001000 | 1011100 | 0 | 11100 | 1000 | 111101 | 100111101 | 10000 | 100010 |
Color Harmonies of #64485C
Complementary color
Monochromatic Colors of #64485C
Black with #64485C
Text Example
Text Example
White with #64485C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64485C; }
p { color: rgb(100,72,92); }
H1.HeaderClassName
{
color: #64485C;
}
.AnyTagClassName
{
color: #64485C;
}
</style>
background-color css
<style>
a { background-color: #64485C; }
a { background-color: rgb(100,72,92); }
div.DivClassName
{
background-color: #64485C;
}
.BgClassName
{
background-color: #64485C;
}
</style>
border-color css
<style>
span { border-color: #64485C; }
span { border-color: rgb(100,72,92); }
td.TdClassName
{
border-color: #64485C;
}
.TagClassName
{
border-color: #64485C;
}
</style>