Shades of Tawny Port #663740
Tints of Tawny Port #663740
RGB
CMYK
RGB Variations
Color information
#663740 (or 0x663740) is known color: Tawny Port. HEX triplet: 66, 37 and 40. RGB value is (102,55,64). Sum of RGB (Red+Green+Blue) = 102+55+64=221 (29% of max value = 765). Red value is 102 (40.23% from 255 or 46.15% from 221); Green value is 55 (21.88% from 255 or 24.89% from 221); Blue value is 64 (25.39% from 255 or 28.96% from 221); Max value from RGB is 102 - color contains mainly: red. Hex color #663740 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663740 is #99C8BF. Grayscale: #464646. Windows color (decimal): -10078400 or 4208486. OLE color: 4208486.
HSL color Cylindrical-coordinate representation of color #663740: hue angle of 348.51º degrees, saturation: 0.3, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #663740 is Cyan = 0, Magento = 0.46, Yellow = 0.37 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 55 | 64 | - |
| CMYK | 0 | 0.46 | 0.37 | 0.6 |
| HSL | 348.51º | 0.3% | 0.31% | - |
| HSV(B) | 348.51º | 0.46% | 0.4% | - |
| XYZ | 7.77 | 5.93 | 5.58 | - |
| YUV | 70.08 | 124.57 | 150.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 55 | 64 | 0 | 0.46 | 0.37 | 0.6 | 348.51 | 0.3 | 0.31 |
| Hex | 66 | 37 | 40 | 0 | 2E | 25 | 3C | 15D | 1E | 1F |
| Octal | 146 | 67 | 100 | 0 | 56 | 45 | 74 | 535 | 36 | 37 |
| Binary | 1100110 | 110111 | 1000000 | 0 | 101110 | 100101 | 111100 | 101011101 | 11110 | 11111 |
Color Harmonies of #663740
Complementary color
Monochromatic Colors of #663740
Black with #663740
Text Example
Text Example
White with #663740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663740; }
p { color: rgb(102,55,64); }
H1.HeaderClassName
{
color: #663740;
}
.AnyTagClassName
{
color: #663740;
}
</style>
background-color css
<style>
a { background-color: #663740; }
a { background-color: rgb(102,55,64); }
div.DivClassName
{
background-color: #663740;
}
.BgClassName
{
background-color: #663740;
}
</style>
border-color css
<style>
span { border-color: #663740; }
span { border-color: rgb(102,55,64); }
td.TdClassName
{
border-color: #663740;
}
.TagClassName
{
border-color: #663740;
}
</style>