Shades of Tawny Port #663142
Tints of Tawny Port #663142
RGB
CMYK
RGB Variations
Color information
#663142 (or 0x663142) is known color: Tawny Port. HEX triplet: 66, 31 and 42. RGB value is (102,49,66). Sum of RGB (Red+Green+Blue) = 102+49+66=217 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.00% from 217); Green value is 49 (19.53% from 255 or 22.58% from 217); Blue value is 66 (26.17% from 255 or 30.41% from 217); Max value from RGB is 102 - color contains mainly: red. Hex color #663142 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663142 is #99CEBD. Grayscale: #424242. Windows color (decimal): -10079934 or 4338022. OLE color: 4338022.
HSL color Cylindrical-coordinate representation of color #663142: hue angle of 340.75º 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 #663142 is Cyan = 0, Magento = 0.52, Yellow = 0.35 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 49 | 66 | - |
| CMYK | 0 | 0.52 | 0.35 | 0.6 |
| HSL | 340.75º | 0.35% | 0.3% | - |
| HSV(B) | 340.75º | 0.52% | 0.4% | - |
| XYZ | 7.56 | 5.41 | 5.8 | - |
| YUV | 66.79 | 127.56 | 153.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 49 | 66 | 0 | 0.52 | 0.35 | 0.6 | 340.75 | 0.35 | 0.3 |
| Hex | 66 | 31 | 42 | 0 | 34 | 23 | 3C | 155 | 23 | 1E |
| Octal | 146 | 61 | 102 | 0 | 64 | 43 | 74 | 525 | 43 | 36 |
| Binary | 1100110 | 110001 | 1000010 | 0 | 110100 | 100011 | 111100 | 101010101 | 100011 | 11110 |
Color Harmonies of #663142
Complementary color
Monochromatic Colors of #663142
Black with #663142
Text Example
Text Example
White with #663142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663142; }
p { color: rgb(102,49,66); }
H1.HeaderClassName
{
color: #663142;
}
.AnyTagClassName
{
color: #663142;
}
</style>
background-color css
<style>
a { background-color: #663142; }
a { background-color: rgb(102,49,66); }
div.DivClassName
{
background-color: #663142;
}
.BgClassName
{
background-color: #663142;
}
</style>
border-color css
<style>
span { border-color: #663142; }
span { border-color: rgb(102,49,66); }
td.TdClassName
{
border-color: #663142;
}
.TagClassName
{
border-color: #663142;
}
</style>