Shades of Finn #64474F
Tints of Finn #64474F
RGB
CMYK
RGB Variations
Color information
#64474F (or 0x64474F) is known color: Finn. HEX triplet: 64, 47 and 4F. RGB value is (100,71,79). Sum of RGB (Red+Green+Blue) = 100+71+79=250 (33% of max value = 765). Red value is 100 (39.45% from 255 or 40% from 250); Green value is 71 (28.12% from 255 or 28.4% from 250); Blue value is 79 (31.25% from 255 or 31.6% from 250); Max value from RGB is 100 - color contains mainly: red. Hex color #64474F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64474F is #9BB8B0. Grayscale: #505050. Windows color (decimal): -10205361 or 5195620. OLE color: 5195620.
HSL color Cylindrical-coordinate representation of color #64474F: hue angle of 343.45º degrees, saturation: 0.17, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #64474F is Cyan = 0, Magento = 0.29, Yellow = 0.21 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 71 | 79 | - |
| CMYK | 0 | 0.29 | 0.21 | 0.61 |
| HSL | 343.45º | 0.17% | 0.34% | - |
| HSV(B) | 343.45º | 0.29% | 0.39% | - |
| XYZ | 8.92 | 7.78 | 8.43 | - |
| YUV | 80.58 | 127.11 | 141.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 71 | 79 | 0 | 0.29 | 0.21 | 0.61 | 343.45 | 0.17 | 0.34 |
| Hex | 64 | 47 | 4F | 0 | 1D | 15 | 3D | 157 | 11 | 22 |
| Octal | 144 | 107 | 117 | 0 | 35 | 25 | 75 | 527 | 21 | 42 |
| Binary | 1100100 | 1000111 | 1001111 | 0 | 11101 | 10101 | 111101 | 101010111 | 10001 | 100010 |
Color Harmonies of #64474F
Complementary color
Monochromatic Colors of #64474F
Black with #64474F
Text Example
Text Example
White with #64474F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64474F; }
p { color: rgb(100,71,79); }
H1.HeaderClassName
{
color: #64474F;
}
.AnyTagClassName
{
color: #64474F;
}
</style>
background-color css
<style>
a { background-color: #64474F; }
a { background-color: rgb(100,71,79); }
div.DivClassName
{
background-color: #64474F;
}
.BgClassName
{
background-color: #64474F;
}
</style>
border-color css
<style>
span { border-color: #64474F; }
span { border-color: rgb(100,71,79); }
td.TdClassName
{
border-color: #64474F;
}
.TagClassName
{
border-color: #64474F;
}
</style>