Shades of Tawny Port #644349
Tints of Tawny Port #644349
RGB
CMYK
RGB Variations
Color information
#644349 (or 0x644349) is known color: Tawny Port. HEX triplet: 64, 43 and 49. RGB value is (100,67,73). Sum of RGB (Red+Green+Blue) = 100+67+73=240 (31% of max value = 765). Red value is 100 (39.45% from 255 or 41.67% from 240); Green value is 67 (26.56% from 255 or 27.92% from 240); Blue value is 73 (28.91% from 255 or 30.42% from 240); Max value from RGB is 100 - color contains mainly: red. Hex color #644349 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #644349 is #9BBCB6. Grayscale: #4D4D4D. Windows color (decimal): -10206391 or 4801380. OLE color: 4801380.
HSL color Cylindrical-coordinate representation of color #644349: hue angle of 349.09º 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 #644349 is Cyan = 0, Magento = 0.33, Yellow = 0.27 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 67 | 73 | - |
| CMYK | 0 | 0.33 | 0.27 | 0.61 |
| HSL | 349.09º | 0.2% | 0.33% | - |
| HSV(B) | 349.09º | 0.33% | 0.39% | - |
| XYZ | 8.47 | 7.2 | 7.25 | - |
| YUV | 77.55 | 125.43 | 144.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 67 | 73 | 0 | 0.33 | 0.27 | 0.61 | 349.09 | 0.2 | 0.33 |
| Hex | 64 | 43 | 49 | 0 | 21 | 1B | 3D | 15D | 14 | 21 |
| Octal | 144 | 103 | 111 | 0 | 41 | 33 | 75 | 535 | 24 | 41 |
| Binary | 1100100 | 1000011 | 1001001 | 0 | 100001 | 11011 | 111101 | 101011101 | 10100 | 100001 |
Color Harmonies of #644349
Complementary color
Monochromatic Colors of #644349
Black with #644349
Text Example
Text Example
White with #644349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644349; }
p { color: rgb(100,67,73); }
H1.HeaderClassName
{
color: #644349;
}
.AnyTagClassName
{
color: #644349;
}
</style>
background-color css
<style>
a { background-color: #644349; }
a { background-color: rgb(100,67,73); }
div.DivClassName
{
background-color: #644349;
}
.BgClassName
{
background-color: #644349;
}
</style>
border-color css
<style>
span { border-color: #644349; }
span { border-color: rgb(100,67,73); }
td.TdClassName
{
border-color: #644349;
}
.TagClassName
{
border-color: #644349;
}
</style>