Shades of Tawny Port #64444A
Tints of Tawny Port #64444A
RGB
CMYK
RGB Variations
Color information
#64444A (or 0x64444A) is known color: Tawny Port. HEX triplet: 64, 44 and 4A. RGB value is (100,68,74). Sum of RGB (Red+Green+Blue) = 100+68+74=242 (32% of max value = 765). Red value is 100 (39.45% from 255 or 41.32% from 242); Green value is 68 (26.95% from 255 or 28.10% from 242); Blue value is 74 (29.30% from 255 or 30.58% from 242); Max value from RGB is 100 - color contains mainly: red. Hex color #64444A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64444A is #9BBBB5. Grayscale: #4E4E4E. Windows color (decimal): -10206134 or 4867172. OLE color: 4867172.
HSL color Cylindrical-coordinate representation of color #64444A: hue angle of 348.75º degrees, saturation: 0.19, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #64444A is Cyan = 0, Magento = 0.32, Yellow = 0.26 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 68 | 74 | - |
| CMYK | 0 | 0.32 | 0.26 | 0.61 |
| HSL | 348.75º | 0.19% | 0.33% | - |
| HSV(B) | 348.75º | 0.32% | 0.39% | - |
| XYZ | 8.56 | 7.34 | 7.44 | - |
| YUV | 78.25 | 125.6 | 143.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 68 | 74 | 0 | 0.32 | 0.26 | 0.61 | 348.75 | 0.19 | 0.33 |
| Hex | 64 | 44 | 4A | 0 | 20 | 1A | 3D | 15D | 13 | 21 |
| Octal | 144 | 104 | 112 | 0 | 40 | 32 | 75 | 535 | 23 | 41 |
| Binary | 1100100 | 1000100 | 1001010 | 0 | 100000 | 11010 | 111101 | 101011101 | 10011 | 100001 |
Color Harmonies of #64444A
Complementary color
Monochromatic Colors of #64444A
Black with #64444A
Text Example
Text Example
White with #64444A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64444A; }
p { color: rgb(100,68,74); }
H1.HeaderClassName
{
color: #64444A;
}
.AnyTagClassName
{
color: #64444A;
}
</style>
background-color css
<style>
a { background-color: #64444A; }
a { background-color: rgb(100,68,74); }
div.DivClassName
{
background-color: #64444A;
}
.BgClassName
{
background-color: #64444A;
}
</style>
border-color css
<style>
span { border-color: #64444A; }
span { border-color: rgb(100,68,74); }
td.TdClassName
{
border-color: #64444A;
}
.TagClassName
{
border-color: #64444A;
}
</style>