Shades of Tawny Port #66304C
Tints of Tawny Port #66304C
RGB
CMYK
RGB Variations
Color information
#66304C (or 0x66304C) is known color: Tawny Port. HEX triplet: 66, 30 and 4C. RGB value is (102,48,76). Sum of RGB (Red+Green+Blue) = 102+48+76=226 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.13% from 226); Green value is 48 (19.14% from 255 or 21.24% from 226); Blue value is 76 (30.08% from 255 or 33.63% from 226); Max value from RGB is 102 - color contains mainly: red. Hex color #66304C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66304C is #99CFB3. Grayscale: #434343. Windows color (decimal): -10080180 or 4993126. OLE color: 4993126.
HSL color Cylindrical-coordinate representation of color #66304C: hue angle of 328.89º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #66304C is Cyan = 0, Magento = 0.53, Yellow = 0.25 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 48 | 76 | - |
| CMYK | 0 | 0.53 | 0.25 | 0.6 |
| HSL | 328.89º | 0.36% | 0.29% | - |
| HSV(B) | 328.89º | 0.53% | 0.4% | - |
| XYZ | 7.84 | 5.46 | 7.48 | - |
| YUV | 67.34 | 132.89 | 152.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 48 | 76 | 0 | 0.53 | 0.25 | 0.6 | 328.89 | 0.36 | 0.29 |
| Hex | 66 | 30 | 4C | 0 | 35 | 19 | 3C | 149 | 24 | 1D |
| Octal | 146 | 60 | 114 | 0 | 65 | 31 | 74 | 511 | 44 | 35 |
| Binary | 1100110 | 110000 | 1001100 | 0 | 110101 | 11001 | 111100 | 101001001 | 100100 | 11101 |
Color Harmonies of #66304C
Complementary color
Monochromatic Colors of #66304C
Black with #66304C
Text Example
Text Example
White with #66304C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66304C; }
p { color: rgb(102,48,76); }
H1.HeaderClassName
{
color: #66304C;
}
.AnyTagClassName
{
color: #66304C;
}
</style>
background-color css
<style>
a { background-color: #66304C; }
a { background-color: rgb(102,48,76); }
div.DivClassName
{
background-color: #66304C;
}
.BgClassName
{
background-color: #66304C;
}
</style>
border-color css
<style>
span { border-color: #66304C; }
span { border-color: rgb(102,48,76); }
td.TdClassName
{
border-color: #66304C;
}
.TagClassName
{
border-color: #66304C;
}
</style>