Shades of Tawny Port #644147
Tints of Tawny Port #644147
RGB
CMYK
RGB Variations
Color information
#644147 (or 0x644147) is known color: Tawny Port. HEX triplet: 64, 41 and 47. RGB value is (100,65,71). Sum of RGB (Red+Green+Blue) = 100+65+71=236 (31% of max value = 765). Red value is 100 (39.45% from 255 or 42.37% from 236); Green value is 65 (25.78% from 255 or 27.54% from 236); Blue value is 71 (28.12% from 255 or 30.08% from 236); Max value from RGB is 100 - color contains mainly: red. Hex color #644147 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #644147 is #9BBEB8. Grayscale: #4C4C4C. Windows color (decimal): -10206905 or 4669796. OLE color: 4669796.
HSL color Cylindrical-coordinate representation of color #644147: hue angle of 349.71º degrees, saturation: 0.21, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #644147 is Cyan = 0, Magento = 0.35, Yellow = 0.29 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 65 | 71 | - |
| CMYK | 0 | 0.35 | 0.29 | 0.61 |
| HSL | 349.71º | 0.21% | 0.32% | - |
| HSV(B) | 349.71º | 0.35% | 0.39% | - |
| XYZ | 8.28 | 6.94 | 6.87 | - |
| YUV | 76.15 | 125.1 | 145.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 65 | 71 | 0 | 0.35 | 0.29 | 0.61 | 349.71 | 0.21 | 0.32 |
| Hex | 64 | 41 | 47 | 0 | 23 | 1D | 3D | 15E | 15 | 20 |
| Octal | 144 | 101 | 107 | 0 | 43 | 35 | 75 | 536 | 25 | 40 |
| Binary | 1100100 | 1000001 | 1000111 | 0 | 100011 | 11101 | 111101 | 101011110 | 10101 | 100000 |
Color Harmonies of #644147
Complementary color
Monochromatic Colors of #644147
Black with #644147
Text Example
Text Example
White with #644147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644147; }
p { color: rgb(100,65,71); }
H1.HeaderClassName
{
color: #644147;
}
.AnyTagClassName
{
color: #644147;
}
</style>
background-color css
<style>
a { background-color: #644147; }
a { background-color: rgb(100,65,71); }
div.DivClassName
{
background-color: #644147;
}
.BgClassName
{
background-color: #644147;
}
</style>
border-color css
<style>
span { border-color: #644147; }
span { border-color: rgb(100,65,71); }
td.TdClassName
{
border-color: #644147;
}
.TagClassName
{
border-color: #644147;
}
</style>