Shades of Tawny Port #664048
Tints of Tawny Port #664048
RGB
CMYK
RGB Variations
Color information
#664048 (or 0x664048) is known color: Tawny Port. HEX triplet: 66, 40 and 48. RGB value is (102,64,72). Sum of RGB (Red+Green+Blue) = 102+64+72=238 (31% of max value = 765). Red value is 102 (40.23% from 255 or 42.86% from 238); Green value is 64 (25.39% from 255 or 26.89% from 238); Blue value is 72 (28.52% from 255 or 30.25% from 238); Max value from RGB is 102 - color contains mainly: red. Hex color #664048 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664048 is #99BFB7. Grayscale: #4C4C4C. Windows color (decimal): -10076088 or 4735078. OLE color: 4735078.
HSL color Cylindrical-coordinate representation of color #664048: hue angle of 347.37º 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 #664048 is Cyan = 0, Magento = 0.37, Yellow = 0.29 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 64 | 72 | - |
| CMYK | 0 | 0.37 | 0.29 | 0.6 |
| HSL | 347.37º | 0.23% | 0.33% | - |
| HSV(B) | 347.37º | 0.37% | 0.4% | - |
| XYZ | 8.48 | 6.96 | 7.03 | - |
| YUV | 76.27 | 125.59 | 146.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 64 | 72 | 0 | 0.37 | 0.29 | 0.6 | 347.37 | 0.23 | 0.33 |
| Hex | 66 | 40 | 48 | 0 | 25 | 1D | 3C | 15B | 17 | 21 |
| Octal | 146 | 100 | 110 | 0 | 45 | 35 | 74 | 533 | 27 | 41 |
| Binary | 1100110 | 1000000 | 1001000 | 0 | 100101 | 11101 | 111100 | 101011011 | 10111 | 100001 |
Color Harmonies of #664048
Complementary color
Monochromatic Colors of #664048
Black with #664048
Text Example
Text Example
White with #664048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664048; }
p { color: rgb(102,64,72); }
H1.HeaderClassName
{
color: #664048;
}
.AnyTagClassName
{
color: #664048;
}
</style>
background-color css
<style>
a { background-color: #664048; }
a { background-color: rgb(102,64,72); }
div.DivClassName
{
background-color: #664048;
}
.BgClassName
{
background-color: #664048;
}
</style>
border-color css
<style>
span { border-color: #664048; }
span { border-color: rgb(102,64,72); }
td.TdClassName
{
border-color: #664048;
}
.TagClassName
{
border-color: #664048;
}
</style>