Shades of Tawny Port #66404D
Tints of Tawny Port #66404D
RGB
CMYK
RGB Variations
Color information
#66404D (or 0x66404D) is known color: Tawny Port. HEX triplet: 66, 40 and 4D. RGB value is (102,64,77). Sum of RGB (Red+Green+Blue) = 102+64+77=243 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.98% from 243); Green value is 64 (25.39% from 255 or 26.34% from 243); Blue value is 77 (30.47% from 255 or 31.69% from 243); Max value from RGB is 102 - color contains mainly: red. Hex color #66404D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66404D is #99BFB2. Grayscale: #4C4C4C. Windows color (decimal): -10076083 or 5062758. OLE color: 5062758.
HSL color Cylindrical-coordinate representation of color #66404D: hue angle of 339.47º 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 #66404D is Cyan = 0, Magento = 0.37, Yellow = 0.25 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 64 | 77 | - |
| CMYK | 0 | 0.37 | 0.25 | 0.6 |
| HSL | 339.47º | 0.23% | 0.33% | - |
| HSV(B) | 339.47º | 0.37% | 0.4% | - |
| XYZ | 8.65 | 7.03 | 7.92 | - |
| YUV | 76.84 | 128.09 | 145.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 64 | 77 | 0 | 0.37 | 0.25 | 0.6 | 339.47 | 0.23 | 0.33 |
| Hex | 66 | 40 | 4D | 0 | 25 | 19 | 3C | 153 | 17 | 21 |
| Octal | 146 | 100 | 115 | 0 | 45 | 31 | 74 | 523 | 27 | 41 |
| Binary | 1100110 | 1000000 | 1001101 | 0 | 100101 | 11001 | 111100 | 101010011 | 10111 | 100001 |
Color Harmonies of #66404D
Complementary color
Monochromatic Colors of #66404D
Black with #66404D
Text Example
Text Example
White with #66404D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66404D; }
p { color: rgb(102,64,77); }
H1.HeaderClassName
{
color: #66404D;
}
.AnyTagClassName
{
color: #66404D;
}
</style>
background-color css
<style>
a { background-color: #66404D; }
a { background-color: rgb(102,64,77); }
div.DivClassName
{
background-color: #66404D;
}
.BgClassName
{
background-color: #66404D;
}
</style>
border-color css
<style>
span { border-color: #66404D; }
span { border-color: rgb(102,64,77); }
td.TdClassName
{
border-color: #66404D;
}
.TagClassName
{
border-color: #66404D;
}
</style>