Shades of Tawny Port #663649
Tints of Tawny Port #663649
RGB
CMYK
RGB Variations
Color information
#663649 (or 0x663649) is known color: Tawny Port. HEX triplet: 66, 36 and 49. RGB value is (102,54,73). Sum of RGB (Red+Green+Blue) = 102+54+73=229 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.54% from 229); Green value is 54 (21.48% from 255 or 23.58% from 229); Blue value is 73 (28.91% from 255 or 31.88% from 229); Max value from RGB is 102 - color contains mainly: red. Hex color #663649 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663649 is #99C9B6. Grayscale: #464646. Windows color (decimal): -10078647 or 4798054. OLE color: 4798054.
HSL color Cylindrical-coordinate representation of color #663649: hue angle of 336.25º degrees, saturation: 0.31, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #663649 is Cyan = 0, Magento = 0.47, Yellow = 0.28 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 54 | 73 | - |
| CMYK | 0 | 0.47 | 0.28 | 0.6 |
| HSL | 336.25º | 0.31% | 0.31% | - |
| HSV(B) | 336.25º | 0.47% | 0.4% | - |
| XYZ | 8 | 5.94 | 7.03 | - |
| YUV | 70.52 | 129.4 | 150.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 54 | 73 | 0 | 0.47 | 0.28 | 0.6 | 336.25 | 0.31 | 0.31 |
| Hex | 66 | 36 | 49 | 0 | 2F | 1C | 3C | 150 | 1F | 1F |
| Octal | 146 | 66 | 111 | 0 | 57 | 34 | 74 | 520 | 37 | 37 |
| Binary | 1100110 | 110110 | 1001001 | 0 | 101111 | 11100 | 111100 | 101010000 | 11111 | 11111 |
Color Harmonies of #663649
Complementary color
Monochromatic Colors of #663649
Black with #663649
Text Example
Text Example
White with #663649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663649; }
p { color: rgb(102,54,73); }
H1.HeaderClassName
{
color: #663649;
}
.AnyTagClassName
{
color: #663649;
}
</style>
background-color css
<style>
a { background-color: #663649; }
a { background-color: rgb(102,54,73); }
div.DivClassName
{
background-color: #663649;
}
.BgClassName
{
background-color: #663649;
}
</style>
border-color css
<style>
span { border-color: #663649; }
span { border-color: rgb(102,54,73); }
td.TdClassName
{
border-color: #663649;
}
.TagClassName
{
border-color: #663649;
}
</style>