Shades of Finn #64565C
Tints of Finn #64565C
RGB
CMYK
RGB Variations
Color information
#64565C (or 0x64565C) is known color: Finn. HEX triplet: 64, 56 and 5C. RGB value is (100,86,92). Sum of RGB (Red+Green+Blue) = 100+86+92=278 (36% of max value = 765). Red value is 100 (39.45% from 255 or 35.97% from 278); Green value is 86 (33.98% from 255 or 30.94% from 278); Blue value is 92 (36.33% from 255 or 33.09% from 278); Max value from RGB is 100 - color contains mainly: red. Hex color #64565C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64565C is #9BA9A3. Grayscale: #5A5A5A. Windows color (decimal): -10201508 or 6051428. OLE color: 6051428.
HSL color Cylindrical-coordinate representation of color #64565C: hue angle of 334.29º degrees, saturation: 0.08, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #64565C is Cyan = 0, Magento = 0.14, Yellow = 0.08 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 86 | 92 | - |
| CMYK | 0 | 0.14 | 0.08 | 0.61 |
| HSL | 334.29º | 0.08% | 0.36% | - |
| HSV(B) | 334.29º | 0.14% | 0.39% | - |
| XYZ | 10.52 | 10.14 | 11.53 | - |
| YUV | 90.87 | 128.64 | 134.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 86 | 92 | 0 | 0.14 | 0.08 | 0.61 | 334.29 | 0.08 | 0.36 |
| Hex | 64 | 56 | 5C | 0 | E | 8 | 3D | 14E | 8 | 24 |
| Octal | 144 | 126 | 134 | 0 | 16 | 10 | 75 | 516 | 10 | 44 |
| Binary | 1100100 | 1010110 | 1011100 | 0 | 1110 | 1000 | 111101 | 101001110 | 1000 | 100100 |
Color Harmonies of #64565C
Complementary color
Monochromatic Colors of #64565C
Black with #64565C
Text Example
Text Example
White with #64565C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64565C; }
p { color: rgb(100,86,92); }
H1.HeaderClassName
{
color: #64565C;
}
.AnyTagClassName
{
color: #64565C;
}
</style>
background-color css
<style>
a { background-color: #64565C; }
a { background-color: rgb(100,86,92); }
div.DivClassName
{
background-color: #64565C;
}
.BgClassName
{
background-color: #64565C;
}
</style>
border-color css
<style>
span { border-color: #64565C; }
span { border-color: rgb(100,86,92); }
td.TdClassName
{
border-color: #64565C;
}
.TagClassName
{
border-color: #64565C;
}
</style>