Shades of Tawny Port #663344
Tints of Tawny Port #663344
RGB
CMYK
RGB Variations
Color information
#663344 (or 0x663344) is known color: Tawny Port. HEX triplet: 66, 33 and 44. RGB value is (102,51,68). Sum of RGB (Red+Green+Blue) = 102+51+68=221 (29% of max value = 765). Red value is 102 (40.23% from 255 or 46.15% from 221); Green value is 51 (20.31% from 255 or 23.08% from 221); Blue value is 68 (26.95% from 255 or 30.77% from 221); Max value from RGB is 102 - color contains mainly: red. Hex color #663344 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663344 is #99CCBB. Grayscale: #444444. Windows color (decimal): -10079420 or 4469606. OLE color: 4469606.
HSL color Cylindrical-coordinate representation of color #663344: hue angle of 340º degrees, saturation: 0.33, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #663344 is Cyan = 0, Magento = 0.5, Yellow = 0.33 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 51 | 68 | - |
| CMYK | 0 | 0.5 | 0.33 | 0.6 |
| HSL | 340º | 0.33% | 0.3% | - |
| HSV(B) | 340º | 0.5% | 0.4% | - |
| XYZ | 7.71 | 5.61 | 6.15 | - |
| YUV | 68.19 | 127.9 | 152.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 51 | 68 | 0 | 0.5 | 0.33 | 0.6 | 340 | 0.33 | 0.3 |
| Hex | 66 | 33 | 44 | 0 | 32 | 21 | 3C | 154 | 21 | 1E |
| Octal | 146 | 63 | 104 | 0 | 62 | 41 | 74 | 524 | 41 | 36 |
| Binary | 1100110 | 110011 | 1000100 | 0 | 110010 | 100001 | 111100 | 101010100 | 100001 | 11110 |
Color Harmonies of #663344
Complementary color
Monochromatic Colors of #663344
Black with #663344
Text Example
Text Example
White with #663344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663344; }
p { color: rgb(102,51,68); }
H1.HeaderClassName
{
color: #663344;
}
.AnyTagClassName
{
color: #663344;
}
</style>
background-color css
<style>
a { background-color: #663344; }
a { background-color: rgb(102,51,68); }
div.DivClassName
{
background-color: #663344;
}
.BgClassName
{
background-color: #663344;
}
</style>
border-color css
<style>
span { border-color: #663344; }
span { border-color: rgb(102,51,68); }
td.TdClassName
{
border-color: #663344;
}
.TagClassName
{
border-color: #663344;
}
</style>