Shades of Tawny Port #663F4D
Tints of Tawny Port #663F4D
RGB
CMYK
RGB Variations
Color information
#663F4D (or 0x663F4D) is known color: Tawny Port. HEX triplet: 66, 3F and 4D. RGB value is (102,63,77). Sum of RGB (Red+Green+Blue) = 102+63+77=242 (32% of max value = 765). Red value is 102 (40.23% from 255 or 42.15% from 242); Green value is 63 (25% from 255 or 26.03% from 242); Blue value is 77 (30.47% from 255 or 31.82% from 242); Max value from RGB is 102 - color contains mainly: red. Hex color #663F4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663F4D is #99C0B2. Grayscale: #4C4C4C. Windows color (decimal): -10076339 or 5062502. OLE color: 5062502.
HSL color Cylindrical-coordinate representation of color #663F4D: hue angle of 338.46º degrees, saturation: 0.24, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #663F4D is Cyan = 0, Magento = 0.38, Yellow = 0.25 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 63 | 77 | - |
| CMYK | 0 | 0.38 | 0.25 | 0.6 |
| HSL | 338.46º | 0.24% | 0.32% | - |
| HSV(B) | 338.46º | 0.38% | 0.4% | - |
| XYZ | 8.6 | 6.92 | 7.9 | - |
| YUV | 76.26 | 128.42 | 146.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 63 | 77 | 0 | 0.38 | 0.25 | 0.6 | 338.46 | 0.24 | 0.32 |
| Hex | 66 | 3F | 4D | 0 | 26 | 19 | 3C | 152 | 18 | 20 |
| Octal | 146 | 77 | 115 | 0 | 46 | 31 | 74 | 522 | 30 | 40 |
| Binary | 1100110 | 111111 | 1001101 | 0 | 100110 | 11001 | 111100 | 101010010 | 11000 | 100000 |
Color Harmonies of #663F4D
Complementary color
Monochromatic Colors of #663F4D
Black with #663F4D
Text Example
Text Example
White with #663F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663F4D; }
p { color: rgb(102,63,77); }
H1.HeaderClassName
{
color: #663F4D;
}
.AnyTagClassName
{
color: #663F4D;
}
</style>
background-color css
<style>
a { background-color: #663F4D; }
a { background-color: rgb(102,63,77); }
div.DivClassName
{
background-color: #663F4D;
}
.BgClassName
{
background-color: #663F4D;
}
</style>
border-color css
<style>
span { border-color: #663F4D; }
span { border-color: rgb(102,63,77); }
td.TdClassName
{
border-color: #663F4D;
}
.TagClassName
{
border-color: #663F4D;
}
</style>