Shades of Tawny Port #663144
Tints of Tawny Port #663144
RGB
CMYK
RGB Variations
Color information
#663144 (or 0x663144) is known color: Tawny Port. HEX triplet: 66, 31 and 44. RGB value is (102,49,68). Sum of RGB (Red+Green+Blue) = 102+49+68=219 (29% of max value = 765). Red value is 102 (40.23% from 255 or 46.58% from 219); Green value is 49 (19.53% from 255 or 22.37% from 219); Blue value is 68 (26.95% from 255 or 31.05% from 219); Max value from RGB is 102 - color contains mainly: red. Hex color #663144 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663144 is #99CEBB. Grayscale: #424242. Windows color (decimal): -10079932 or 4469094. OLE color: 4469094.
HSL color Cylindrical-coordinate representation of color #663144: hue angle of 338.49º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #663144 is Cyan = 0, Magento = 0.52, Yellow = 0.33 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 49 | 68 | - |
| CMYK | 0 | 0.52 | 0.33 | 0.6 |
| HSL | 338.49º | 0.35% | 0.3% | - |
| HSV(B) | 338.49º | 0.52% | 0.4% | - |
| XYZ | 7.62 | 5.44 | 6.12 | - |
| YUV | 67.01 | 128.56 | 152.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 49 | 68 | 0 | 0.52 | 0.33 | 0.6 | 338.49 | 0.35 | 0.3 |
| Hex | 66 | 31 | 44 | 0 | 34 | 21 | 3C | 152 | 23 | 1E |
| Octal | 146 | 61 | 104 | 0 | 64 | 41 | 74 | 522 | 43 | 36 |
| Binary | 1100110 | 110001 | 1000100 | 0 | 110100 | 100001 | 111100 | 101010010 | 100011 | 11110 |
Color Harmonies of #663144
Complementary color
Monochromatic Colors of #663144
Black with #663144
Text Example
Text Example
White with #663144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663144; }
p { color: rgb(102,49,68); }
H1.HeaderClassName
{
color: #663144;
}
.AnyTagClassName
{
color: #663144;
}
</style>
background-color css
<style>
a { background-color: #663144; }
a { background-color: rgb(102,49,68); }
div.DivClassName
{
background-color: #663144;
}
.BgClassName
{
background-color: #663144;
}
</style>
border-color css
<style>
span { border-color: #663144; }
span { border-color: rgb(102,49,68); }
td.TdClassName
{
border-color: #663144;
}
.TagClassName
{
border-color: #663144;
}
</style>