Shades of Finn #64434E
Tints of Finn #64434E
RGB
CMYK
RGB Variations
Color information
#64434E (or 0x64434E) is known color: Finn. HEX triplet: 64, 43 and 4E. RGB value is (100,67,78). Sum of RGB (Red+Green+Blue) = 100+67+78=245 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.82% from 245); Green value is 67 (26.56% from 255 or 27.35% from 245); Blue value is 78 (30.86% from 255 or 31.84% from 245); Max value from RGB is 100 - color contains mainly: red. Hex color #64434E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64434E is #9BBCB1. Grayscale: #4E4E4E. Windows color (decimal): -10206386 or 5129060. OLE color: 5129060.
HSL color Cylindrical-coordinate representation of color #64434E: hue angle of 340º degrees, saturation: 0.2, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #64434E is Cyan = 0, Magento = 0.33, Yellow = 0.22 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 67 | 78 | - |
| CMYK | 0 | 0.33 | 0.22 | 0.61 |
| HSL | 340º | 0.2% | 0.33% | - |
| HSV(B) | 340º | 0.33% | 0.39% | - |
| XYZ | 8.64 | 7.27 | 8.16 | - |
| YUV | 78.12 | 127.93 | 143.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 67 | 78 | 0 | 0.33 | 0.22 | 0.61 | 340 | 0.2 | 0.33 |
| Hex | 64 | 43 | 4E | 0 | 21 | 16 | 3D | 154 | 14 | 21 |
| Octal | 144 | 103 | 116 | 0 | 41 | 26 | 75 | 524 | 24 | 41 |
| Binary | 1100100 | 1000011 | 1001110 | 0 | 100001 | 10110 | 111101 | 101010100 | 10100 | 100001 |
Color Harmonies of #64434E
Complementary color
Monochromatic Colors of #64434E
Black with #64434E
Text Example
Text Example
White with #64434E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64434E; }
p { color: rgb(100,67,78); }
H1.HeaderClassName
{
color: #64434E;
}
.AnyTagClassName
{
color: #64434E;
}
</style>
background-color css
<style>
a { background-color: #64434E; }
a { background-color: rgb(100,67,78); }
div.DivClassName
{
background-color: #64434E;
}
.BgClassName
{
background-color: #64434E;
}
</style>
border-color css
<style>
span { border-color: #64434E; }
span { border-color: rgb(100,67,78); }
td.TdClassName
{
border-color: #64434E;
}
.TagClassName
{
border-color: #64434E;
}
</style>