Shades of Finn #64445A
Tints of Finn #64445A
RGB
CMYK
RGB Variations
Color information
#64445A (or 0x64445A) is known color: Finn. HEX triplet: 64, 44 and 5A. RGB value is (100,68,90). Sum of RGB (Red+Green+Blue) = 100+68+90=258 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.76% from 258); Green value is 68 (26.95% from 255 or 26.36% from 258); Blue value is 90 (35.55% from 255 or 34.88% from 258); Max value from RGB is 100 - color contains mainly: red. Hex color #64445A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64445A is #9BBBA5. Grayscale: #505050. Windows color (decimal): -10206118 or 5915748. OLE color: 5915748.
HSL color Cylindrical-coordinate representation of color #64445A: hue angle of 318.75º degrees, saturation: 0.19, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #64445A is Cyan = 0, Magento = 0.32, Yellow = 0.10 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 68 | 90 | - |
| CMYK | 0 | 0.32 | 0.10 | 0.61 |
| HSL | 318.75º | 0.19% | 0.33% | - |
| HSV(B) | 318.75º | 0.32% | 0.39% | - |
| XYZ | 9.17 | 7.58 | 10.65 | - |
| YUV | 80.08 | 133.6 | 142.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 68 | 90 | 0 | 0.32 | 0.10 | 0.61 | 318.75 | 0.19 | 0.33 |
| Hex | 64 | 44 | 5A | 0 | 20 | A | 3D | 13F | 13 | 21 |
| Octal | 144 | 104 | 132 | 0 | 40 | 12 | 75 | 477 | 23 | 41 |
| Binary | 1100100 | 1000100 | 1011010 | 0 | 100000 | 1010 | 111101 | 100111111 | 10011 | 100001 |
Color Harmonies of #64445A
Complementary color
Monochromatic Colors of #64445A
Black with #64445A
Text Example
Text Example
White with #64445A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64445A; }
p { color: rgb(100,68,90); }
H1.HeaderClassName
{
color: #64445A;
}
.AnyTagClassName
{
color: #64445A;
}
</style>
background-color css
<style>
a { background-color: #64445A; }
a { background-color: rgb(100,68,90); }
div.DivClassName
{
background-color: #64445A;
}
.BgClassName
{
background-color: #64445A;
}
</style>
border-color css
<style>
span { border-color: #64445A; }
span { border-color: rgb(100,68,90); }
td.TdClassName
{
border-color: #64445A;
}
.TagClassName
{
border-color: #64445A;
}
</style>