Shades of Tawny Port #66424D
Tints of Tawny Port #66424D
RGB
CMYK
RGB Variations
Color information
#66424D (or 0x66424D) is known color: Tawny Port. HEX triplet: 66, 42 and 4D. RGB value is (102,66,77). Sum of RGB (Red+Green+Blue) = 102+66+77=245 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.63% from 245); Green value is 66 (26.17% from 255 or 26.94% from 245); Blue value is 77 (30.47% from 255 or 31.43% from 245); Max value from RGB is 102 - color contains mainly: red. Hex color #66424D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66424D is #99BDB2. Grayscale: #4E4E4E. Windows color (decimal): -10075571 or 5063270. OLE color: 5063270.
HSL color Cylindrical-coordinate representation of color #66424D: hue angle of 341.67º degrees, saturation: 0.21, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #66424D is Cyan = 0, Magento = 0.35, Yellow = 0.25 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 66 | 77 | - |
| CMYK | 0 | 0.35 | 0.25 | 0.6 |
| HSL | 341.67º | 0.21% | 0.33% | - |
| HSV(B) | 341.67º | 0.35% | 0.4% | - |
| XYZ | 8.77 | 7.26 | 7.96 | - |
| YUV | 78.02 | 127.43 | 145.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 66 | 77 | 0 | 0.35 | 0.25 | 0.6 | 341.67 | 0.21 | 0.33 |
| Hex | 66 | 42 | 4D | 0 | 23 | 19 | 3C | 156 | 15 | 21 |
| Octal | 146 | 102 | 115 | 0 | 43 | 31 | 74 | 526 | 25 | 41 |
| Binary | 1100110 | 1000010 | 1001101 | 0 | 100011 | 11001 | 111100 | 101010110 | 10101 | 100001 |
Color Harmonies of #66424D
Complementary color
Monochromatic Colors of #66424D
Black with #66424D
Text Example
Text Example
White with #66424D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66424D; }
p { color: rgb(102,66,77); }
H1.HeaderClassName
{
color: #66424D;
}
.AnyTagClassName
{
color: #66424D;
}
</style>
background-color css
<style>
a { background-color: #66424D; }
a { background-color: rgb(102,66,77); }
div.DivClassName
{
background-color: #66424D;
}
.BgClassName
{
background-color: #66424D;
}
</style>
border-color css
<style>
span { border-color: #66424D; }
span { border-color: rgb(102,66,77); }
td.TdClassName
{
border-color: #66424D;
}
.TagClassName
{
border-color: #66424D;
}
</style>