Shades of Tawny Port #664049
Tints of Tawny Port #664049
RGB
CMYK
RGB Variations
Color information
#664049 (or 0x664049) is known color: Tawny Port. HEX triplet: 66, 40 and 49. RGB value is (102,64,73). Sum of RGB (Red+Green+Blue) = 102+64+73=239 (31% of max value = 765). Red value is 102 (40.23% from 255 or 42.68% from 239); Green value is 64 (25.39% from 255 or 26.78% from 239); Blue value is 73 (28.91% from 255 or 30.54% from 239); Max value from RGB is 102 - color contains mainly: red. Hex color #664049 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664049 is #99BFB6. Grayscale: #4C4C4C. Windows color (decimal): -10076087 or 4800614. OLE color: 4800614.
HSL color Cylindrical-coordinate representation of color #664049: hue angle of 345.79º degrees, saturation: 0.23, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #664049 is Cyan = 0, Magento = 0.37, Yellow = 0.28 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 64 | 73 | - |
| CMYK | 0 | 0.37 | 0.28 | 0.6 |
| HSL | 345.79º | 0.23% | 0.33% | - |
| HSV(B) | 345.79º | 0.37% | 0.4% | - |
| XYZ | 8.52 | 6.97 | 7.2 | - |
| YUV | 76.39 | 126.09 | 146.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 64 | 73 | 0 | 0.37 | 0.28 | 0.6 | 345.79 | 0.23 | 0.33 |
| Hex | 66 | 40 | 49 | 0 | 25 | 1C | 3C | 15A | 17 | 21 |
| Octal | 146 | 100 | 111 | 0 | 45 | 34 | 74 | 532 | 27 | 41 |
| Binary | 1100110 | 1000000 | 1001001 | 0 | 100101 | 11100 | 111100 | 101011010 | 10111 | 100001 |
Color Harmonies of #664049
Complementary color
Monochromatic Colors of #664049
Black with #664049
Text Example
Text Example
White with #664049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664049; }
p { color: rgb(102,64,73); }
H1.HeaderClassName
{
color: #664049;
}
.AnyTagClassName
{
color: #664049;
}
</style>
background-color css
<style>
a { background-color: #664049; }
a { background-color: rgb(102,64,73); }
div.DivClassName
{
background-color: #664049;
}
.BgClassName
{
background-color: #664049;
}
</style>
border-color css
<style>
span { border-color: #664049; }
span { border-color: rgb(102,64,73); }
td.TdClassName
{
border-color: #664049;
}
.TagClassName
{
border-color: #664049;
}
</style>