Shades of Finn #64495C
Tints of Finn #64495C
RGB
CMYK
RGB Variations
Color information
#64495C (or 0x64495C) is known color: Finn. HEX triplet: 64, 49 and 5C. RGB value is (100,73,92). Sum of RGB (Red+Green+Blue) = 100+73+92=265 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.74% from 265); Green value is 73 (28.91% from 255 or 27.55% from 265); Blue value is 92 (36.33% from 255 or 34.72% from 265); Max value from RGB is 100 - color contains mainly: red. Hex color #64495C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64495C is #9BB6A3. Grayscale: #535353. Windows color (decimal): -10204836 or 6048100. OLE color: 6048100.
HSL color Cylindrical-coordinate representation of color #64495C: hue angle of 317.78º 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 #64495C is Cyan = 0, Magento = 0.27, Yellow = 0.08 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 73 | 92 | - |
| CMYK | 0 | 0.27 | 0.08 | 0.61 |
| HSL | 317.78º | 0.16% | 0.34% | - |
| HSV(B) | 317.78º | 0.27% | 0.39% | - |
| XYZ | 9.57 | 8.25 | 11.21 | - |
| YUV | 83.24 | 132.95 | 139.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 73 | 92 | 0 | 0.27 | 0.08 | 0.61 | 317.78 | 0.16 | 0.34 |
| Hex | 64 | 49 | 5C | 0 | 1B | 8 | 3D | 13E | 10 | 22 |
| Octal | 144 | 111 | 134 | 0 | 33 | 10 | 75 | 476 | 20 | 42 |
| Binary | 1100100 | 1001001 | 1011100 | 0 | 11011 | 1000 | 111101 | 100111110 | 10000 | 100010 |
Color Harmonies of #64495C
Complementary color
Monochromatic Colors of #64495C
Black with #64495C
Text Example
Text Example
White with #64495C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64495C; }
p { color: rgb(100,73,92); }
H1.HeaderClassName
{
color: #64495C;
}
.AnyTagClassName
{
color: #64495C;
}
</style>
background-color css
<style>
a { background-color: #64495C; }
a { background-color: rgb(100,73,92); }
div.DivClassName
{
background-color: #64495C;
}
.BgClassName
{
background-color: #64495C;
}
</style>
border-color css
<style>
span { border-color: #64495C; }
span { border-color: rgb(100,73,92); }
td.TdClassName
{
border-color: #64495C;
}
.TagClassName
{
border-color: #64495C;
}
</style>