Shades of Tawny Port #663840
Tints of Tawny Port #663840
RGB
CMYK
RGB Variations
Color information
#663840 (or 0x663840) is known color: Tawny Port. HEX triplet: 66, 38 and 40. RGB value is (102,56,64). Sum of RGB (Red+Green+Blue) = 102+56+64=222 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.95% from 222); Green value is 56 (22.27% from 255 or 25.23% from 222); Blue value is 64 (25.39% from 255 or 28.83% from 222); Max value from RGB is 102 - color contains mainly: red. Hex color #663840 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663840 is #99C7BF. Grayscale: #464646. Windows color (decimal): -10078144 or 4208742. OLE color: 4208742.
HSL color Cylindrical-coordinate representation of color #663840: hue angle of 349.57º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #663840 is Cyan = 0, Magento = 0.45, Yellow = 0.37 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 56 | 64 | - |
| CMYK | 0 | 0.45 | 0.37 | 0.6 |
| HSL | 349.57º | 0.29% | 0.31% | - |
| HSV(B) | 349.57º | 0.45% | 0.4% | - |
| XYZ | 7.82 | 6.02 | 5.6 | - |
| YUV | 70.67 | 124.24 | 150.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 56 | 64 | 0 | 0.45 | 0.37 | 0.6 | 349.57 | 0.29 | 0.31 |
| Hex | 66 | 38 | 40 | 0 | 2D | 25 | 3C | 15E | 1D | 1F |
| Octal | 146 | 70 | 100 | 0 | 55 | 45 | 74 | 536 | 35 | 37 |
| Binary | 1100110 | 111000 | 1000000 | 0 | 101101 | 100101 | 111100 | 101011110 | 11101 | 11111 |
Color Harmonies of #663840
Complementary color
Monochromatic Colors of #663840
Black with #663840
Text Example
Text Example
White with #663840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663840; }
p { color: rgb(102,56,64); }
H1.HeaderClassName
{
color: #663840;
}
.AnyTagClassName
{
color: #663840;
}
</style>
background-color css
<style>
a { background-color: #663840; }
a { background-color: rgb(102,56,64); }
div.DivClassName
{
background-color: #663840;
}
.BgClassName
{
background-color: #663840;
}
</style>
border-color css
<style>
span { border-color: #663840; }
span { border-color: rgb(102,56,64); }
td.TdClassName
{
border-color: #663840;
}
.TagClassName
{
border-color: #663840;
}
</style>