Shades of Finn #64575E
Tints of Finn #64575E
RGB
CMYK
RGB Variations
Color information
#64575E (or 0x64575E) is known color: Finn. HEX triplet: 64, 57 and 5E. RGB value is (100,87,94). Sum of RGB (Red+Green+Blue) = 100+87+94=281 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.59% from 281); Green value is 87 (34.38% from 255 or 30.96% from 281); Blue value is 94 (37.11% from 255 or 33.45% from 281); Max value from RGB is 100 - color contains mainly: red. Hex color #64575E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64575E is #9BA8A1. Grayscale: #5B5B5B. Windows color (decimal): -10201250 or 6182756. OLE color: 6182756.
HSL color Cylindrical-coordinate representation of color #64575E: hue angle of 327.69º degrees, saturation: 0.07, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #64575E is Cyan = 0, Magento = 0.13, Yellow = 0.06 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 87 | 94 | - |
| CMYK | 0 | 0.13 | 0.06 | 0.61 |
| HSL | 327.69º | 0.07% | 0.37% | - |
| HSV(B) | 327.69º | 0.13% | 0.39% | - |
| XYZ | 10.68 | 10.33 | 12.02 | - |
| YUV | 91.69 | 129.31 | 133.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 87 | 94 | 0 | 0.13 | 0.06 | 0.61 | 327.69 | 0.07 | 0.37 |
| Hex | 64 | 57 | 5E | 0 | D | 6 | 3D | 148 | 7 | 25 |
| Octal | 144 | 127 | 136 | 0 | 15 | 6 | 75 | 510 | 7 | 45 |
| Binary | 1100100 | 1010111 | 1011110 | 0 | 1101 | 110 | 111101 | 101001000 | 111 | 100101 |
Color Harmonies of #64575E
Complementary color
Monochromatic Colors of #64575E
Black with #64575E
Text Example
Text Example
White with #64575E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64575E; }
p { color: rgb(100,87,94); }
H1.HeaderClassName
{
color: #64575E;
}
.AnyTagClassName
{
color: #64575E;
}
</style>
background-color css
<style>
a { background-color: #64575E; }
a { background-color: rgb(100,87,94); }
div.DivClassName
{
background-color: #64575E;
}
.BgClassName
{
background-color: #64575E;
}
</style>
border-color css
<style>
span { border-color: #64575E; }
span { border-color: rgb(100,87,94); }
td.TdClassName
{
border-color: #64575E;
}
.TagClassName
{
border-color: #64575E;
}
</style>