Shades of Tawny Port #663348
Tints of Tawny Port #663348
RGB
CMYK
RGB Variations
Color information
#663348 (or 0x663348) is known color: Tawny Port. HEX triplet: 66, 33 and 48. RGB value is (102,51,72). Sum of RGB (Red+Green+Blue) = 102+51+72=225 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.33% from 225); Green value is 51 (20.31% from 255 or 22.67% from 225); Blue value is 72 (28.52% from 255 or 32% from 225); Max value from RGB is 102 - color contains mainly: red. Hex color #663348 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663348 is #99CCB7. Grayscale: #444444. Windows color (decimal): -10079416 or 4731750. OLE color: 4731750.
HSL color Cylindrical-coordinate representation of color #663348: hue angle of 335.29º 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 #663348 is Cyan = 0, Magento = 0.5, Yellow = 0.29 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 51 | 72 | - |
| CMYK | 0 | 0.5 | 0.29 | 0.6 |
| HSL | 335.29º | 0.33% | 0.3% | - |
| HSV(B) | 335.29º | 0.5% | 0.4% | - |
| XYZ | 7.83 | 5.66 | 6.81 | - |
| YUV | 68.64 | 129.9 | 151.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 51 | 72 | 0 | 0.5 | 0.29 | 0.6 | 335.29 | 0.33 | 0.3 |
| Hex | 66 | 33 | 48 | 0 | 32 | 1D | 3C | 14F | 21 | 1E |
| Octal | 146 | 63 | 110 | 0 | 62 | 35 | 74 | 517 | 41 | 36 |
| Binary | 1100110 | 110011 | 1001000 | 0 | 110010 | 11101 | 111100 | 101001111 | 100001 | 11110 |
Color Harmonies of #663348
Complementary color
Monochromatic Colors of #663348
Black with #663348
Text Example
Text Example
White with #663348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663348; }
p { color: rgb(102,51,72); }
H1.HeaderClassName
{
color: #663348;
}
.AnyTagClassName
{
color: #663348;
}
</style>
background-color css
<style>
a { background-color: #663348; }
a { background-color: rgb(102,51,72); }
div.DivClassName
{
background-color: #663348;
}
.BgClassName
{
background-color: #663348;
}
</style>
border-color css
<style>
span { border-color: #663348; }
span { border-color: rgb(102,51,72); }
td.TdClassName
{
border-color: #663348;
}
.TagClassName
{
border-color: #663348;
}
</style>