Shades of Tawny Port #66414D
Tints of Tawny Port #66414D
RGB
CMYK
RGB Variations
Color information
#66414D (or 0x66414D) is known color: Tawny Port. HEX triplet: 66, 41 and 4D. RGB value is (102,65,77). Sum of RGB (Red+Green+Blue) = 102+65+77=244 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.80% from 244); Green value is 65 (25.78% from 255 or 26.64% from 244); Blue value is 77 (30.47% from 255 or 31.56% from 244); Max value from RGB is 102 - color contains mainly: red. Hex color #66414D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66414D is #99BEB2. Grayscale: #4D4D4D. Windows color (decimal): -10075827 or 5063014. OLE color: 5063014.
HSL color Cylindrical-coordinate representation of color #66414D: hue angle of 340.54º degrees, saturation: 0.22, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #66414D is Cyan = 0, Magento = 0.36, Yellow = 0.25 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 65 | 77 | - |
| CMYK | 0 | 0.36 | 0.25 | 0.6 |
| HSL | 340.54º | 0.22% | 0.33% | - |
| HSV(B) | 340.54º | 0.36% | 0.4% | - |
| XYZ | 8.71 | 7.14 | 7.94 | - |
| YUV | 77.43 | 127.76 | 145.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 65 | 77 | 0 | 0.36 | 0.25 | 0.6 | 340.54 | 0.22 | 0.33 |
| Hex | 66 | 41 | 4D | 0 | 24 | 19 | 3C | 155 | 16 | 21 |
| Octal | 146 | 101 | 115 | 0 | 44 | 31 | 74 | 525 | 26 | 41 |
| Binary | 1100110 | 1000001 | 1001101 | 0 | 100100 | 11001 | 111100 | 101010101 | 10110 | 100001 |
Color Harmonies of #66414D
Complementary color
Monochromatic Colors of #66414D
Black with #66414D
Text Example
Text Example
White with #66414D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66414D; }
p { color: rgb(102,65,77); }
H1.HeaderClassName
{
color: #66414D;
}
.AnyTagClassName
{
color: #66414D;
}
</style>
background-color css
<style>
a { background-color: #66414D; }
a { background-color: rgb(102,65,77); }
div.DivClassName
{
background-color: #66414D;
}
.BgClassName
{
background-color: #66414D;
}
</style>
border-color css
<style>
span { border-color: #66414D; }
span { border-color: rgb(102,65,77); }
td.TdClassName
{
border-color: #66414D;
}
.TagClassName
{
border-color: #66414D;
}
</style>