Shades of Tawny Port #66444D
Tints of Tawny Port #66444D
RGB
CMYK
RGB Variations
Color information
#66444D (or 0x66444D) is known color: Tawny Port. HEX triplet: 66, 44 and 4D. RGB value is (102,68,77). Sum of RGB (Red+Green+Blue) = 102+68+77=247 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.30% from 247); Green value is 68 (26.95% from 255 or 27.53% from 247); Blue value is 77 (30.47% from 255 or 31.17% from 247); Max value from RGB is 102 - color contains mainly: red. Hex color #66444D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66444D is #99BBB2. Grayscale: #4F4F4F. Windows color (decimal): -10075059 or 5063782. OLE color: 5063782.
HSL color Cylindrical-coordinate representation of color #66444D: hue angle of 344.12º degrees, saturation: 0.2, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #66444D is Cyan = 0, Magento = 0.33, Yellow = 0.25 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 68 | 77 | - |
| CMYK | 0 | 0.33 | 0.25 | 0.6 |
| HSL | 344.12º | 0.2% | 0.33% | - |
| HSV(B) | 344.12º | 0.33% | 0.4% | - |
| XYZ | 8.89 | 7.49 | 8 | - |
| YUV | 79.19 | 126.76 | 144.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 68 | 77 | 0 | 0.33 | 0.25 | 0.6 | 344.12 | 0.2 | 0.33 |
| Hex | 66 | 44 | 4D | 0 | 21 | 19 | 3C | 158 | 14 | 21 |
| Octal | 146 | 104 | 115 | 0 | 41 | 31 | 74 | 530 | 24 | 41 |
| Binary | 1100110 | 1000100 | 1001101 | 0 | 100001 | 11001 | 111100 | 101011000 | 10100 | 100001 |
Color Harmonies of #66444D
Complementary color
Monochromatic Colors of #66444D
Black with #66444D
Text Example
Text Example
White with #66444D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66444D; }
p { color: rgb(102,68,77); }
H1.HeaderClassName
{
color: #66444D;
}
.AnyTagClassName
{
color: #66444D;
}
</style>
background-color css
<style>
a { background-color: #66444D; }
a { background-color: rgb(102,68,77); }
div.DivClassName
{
background-color: #66444D;
}
.BgClassName
{
background-color: #66444D;
}
</style>
border-color css
<style>
span { border-color: #66444D; }
span { border-color: rgb(102,68,77); }
td.TdClassName
{
border-color: #66444D;
}
.TagClassName
{
border-color: #66444D;
}
</style>