Shades of Tawny Port #663D4E
Tints of Tawny Port #663D4E
RGB
CMYK
RGB Variations
Color information
#663D4E (or 0x663D4E) is known color: Tawny Port. HEX triplet: 66, 3D and 4E. RGB value is (102,61,78). Sum of RGB (Red+Green+Blue) = 102+61+78=241 (31% of max value = 765). Red value is 102 (40.23% from 255 or 42.32% from 241); Green value is 61 (24.22% from 255 or 25.31% from 241); Blue value is 78 (30.86% from 255 or 32.37% from 241); Max value from RGB is 102 - color contains mainly: red. Hex color #663D4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663D4E is #99C2B1. Grayscale: #4B4B4B. Windows color (decimal): -10076850 or 5127526. OLE color: 5127526.
HSL color Cylindrical-coordinate representation of color #663D4E: hue angle of 335.12º degrees, saturation: 0.25, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #663D4E is Cyan = 0, Magento = 0.40, Yellow = 0.24 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 61 | 78 | - |
| CMYK | 0 | 0.40 | 0.24 | 0.6 |
| HSL | 335.12º | 0.25% | 0.32% | - |
| HSV(B) | 335.12º | 0.4% | 0.4% | - |
| XYZ | 8.52 | 6.71 | 8.05 | - |
| YUV | 75.2 | 129.58 | 147.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 61 | 78 | 0 | 0.40 | 0.24 | 0.6 | 335.12 | 0.25 | 0.32 |
| Hex | 66 | 3D | 4E | 0 | 28 | 18 | 3C | 14F | 19 | 20 |
| Octal | 146 | 75 | 116 | 0 | 50 | 30 | 74 | 517 | 31 | 40 |
| Binary | 1100110 | 111101 | 1001110 | 0 | 101000 | 11000 | 111100 | 101001111 | 11001 | 100000 |
Color Harmonies of #663D4E
Complementary color
Monochromatic Colors of #663D4E
Black with #663D4E
Text Example
Text Example
White with #663D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663D4E; }
p { color: rgb(102,61,78); }
H1.HeaderClassName
{
color: #663D4E;
}
.AnyTagClassName
{
color: #663D4E;
}
</style>
background-color css
<style>
a { background-color: #663D4E; }
a { background-color: rgb(102,61,78); }
div.DivClassName
{
background-color: #663D4E;
}
.BgClassName
{
background-color: #663D4E;
}
</style>
border-color css
<style>
span { border-color: #663D4E; }
span { border-color: rgb(102,61,78); }
td.TdClassName
{
border-color: #663D4E;
}
.TagClassName
{
border-color: #663D4E;
}
</style>