Shades of Finn #64565E
Tints of Finn #64565E
RGB
CMYK
RGB Variations
Color information
#64565E (or 0x64565E) is known color: Finn. HEX triplet: 64, 56 and 5E. RGB value is (100,86,94). Sum of RGB (Red+Green+Blue) = 100+86+94=280 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.71% from 280); Green value is 86 (33.98% from 255 or 30.71% from 280); Blue value is 94 (37.11% from 255 or 33.57% from 280); Max value from RGB is 100 - color contains mainly: red. Hex color #64565E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64565E is #9BA9A1. Grayscale: #5B5B5B. Windows color (decimal): -10201506 or 6182500. OLE color: 6182500.
HSL color Cylindrical-coordinate representation of color #64565E: hue angle of 325.71º 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 #64565E is Cyan = 0, Magento = 0.14, Yellow = 0.06 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 86 | 94 | - |
| CMYK | 0 | 0.14 | 0.06 | 0.61 |
| HSL | 325.71º | 0.08% | 0.36% | - |
| HSV(B) | 325.71º | 0.14% | 0.39% | - |
| XYZ | 10.6 | 10.17 | 11.99 | - |
| YUV | 91.1 | 129.64 | 134.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 86 | 94 | 0 | 0.14 | 0.06 | 0.61 | 325.71 | 0.08 | 0.36 |
| Hex | 64 | 56 | 5E | 0 | E | 6 | 3D | 146 | 8 | 24 |
| Octal | 144 | 126 | 136 | 0 | 16 | 6 | 75 | 506 | 10 | 44 |
| Binary | 1100100 | 1010110 | 1011110 | 0 | 1110 | 110 | 111101 | 101000110 | 1000 | 100100 |
Color Harmonies of #64565E
Complementary color
Monochromatic Colors of #64565E
Black with #64565E
Text Example
Text Example
White with #64565E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64565E; }
p { color: rgb(100,86,94); }
H1.HeaderClassName
{
color: #64565E;
}
.AnyTagClassName
{
color: #64565E;
}
</style>
background-color css
<style>
a { background-color: #64565E; }
a { background-color: rgb(100,86,94); }
div.DivClassName
{
background-color: #64565E;
}
.BgClassName
{
background-color: #64565E;
}
</style>
border-color css
<style>
span { border-color: #64565E; }
span { border-color: rgb(100,86,94); }
td.TdClassName
{
border-color: #64565E;
}
.TagClassName
{
border-color: #64565E;
}
</style>