Shades of Tawny Port #663146
Tints of Tawny Port #663146
RGB
CMYK
RGB Variations
Color information
#663146 (or 0x663146) is known color: Tawny Port. HEX triplet: 66, 31 and 46. RGB value is (102,49,70). Sum of RGB (Red+Green+Blue) = 102+49+70=221 (29% of max value = 765). Red value is 102 (40.23% from 255 or 46.15% from 221); Green value is 49 (19.53% from 255 or 22.17% from 221); Blue value is 70 (27.73% from 255 or 31.67% from 221); Max value from RGB is 102 - color contains mainly: red. Hex color #663146 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663146 is #99CEB9. Grayscale: #434343. Windows color (decimal): -10079930 or 4600166. OLE color: 4600166.
HSL color Cylindrical-coordinate representation of color #663146: hue angle of 336.23º 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 #663146 is Cyan = 0, Magento = 0.52, Yellow = 0.31 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 49 | 70 | - |
| CMYK | 0 | 0.52 | 0.31 | 0.6 |
| HSL | 336.23º | 0.35% | 0.3% | - |
| HSV(B) | 336.23º | 0.52% | 0.4% | - |
| XYZ | 7.68 | 5.46 | 6.44 | - |
| YUV | 67.24 | 129.56 | 152.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 49 | 70 | 0 | 0.52 | 0.31 | 0.6 | 336.23 | 0.35 | 0.3 |
| Hex | 66 | 31 | 46 | 0 | 34 | 1F | 3C | 150 | 23 | 1E |
| Octal | 146 | 61 | 106 | 0 | 64 | 37 | 74 | 520 | 43 | 36 |
| Binary | 1100110 | 110001 | 1000110 | 0 | 110100 | 11111 | 111100 | 101010000 | 100011 | 11110 |
Color Harmonies of #663146
Complementary color
Monochromatic Colors of #663146
Black with #663146
Text Example
Text Example
White with #663146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663146; }
p { color: rgb(102,49,70); }
H1.HeaderClassName
{
color: #663146;
}
.AnyTagClassName
{
color: #663146;
}
</style>
background-color css
<style>
a { background-color: #663146; }
a { background-color: rgb(102,49,70); }
div.DivClassName
{
background-color: #663146;
}
.BgClassName
{
background-color: #663146;
}
</style>
border-color css
<style>
span { border-color: #663146; }
span { border-color: rgb(102,49,70); }
td.TdClassName
{
border-color: #663146;
}
.TagClassName
{
border-color: #663146;
}
</style>