Shades of Tawny Port #66304A
Tints of Tawny Port #66304A
RGB
CMYK
RGB Variations
Color information
#66304A (or 0x66304A) is known color: Tawny Port. HEX triplet: 66, 30 and 4A. RGB value is (102,48,74). Sum of RGB (Red+Green+Blue) = 102+48+74=224 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.54% from 224); Green value is 48 (19.14% from 255 or 21.43% from 224); Blue value is 74 (29.30% from 255 or 33.04% from 224); Max value from RGB is 102 - color contains mainly: red. Hex color #66304A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66304A is #99CFB5. Grayscale: #434343. Windows color (decimal): -10080182 or 4862054. OLE color: 4862054.
HSL color Cylindrical-coordinate representation of color #66304A: hue angle of 331.11º 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 #66304A is Cyan = 0, Magento = 0.53, Yellow = 0.27 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 48 | 74 | - |
| CMYK | 0 | 0.53 | 0.27 | 0.6 |
| HSL | 331.11º | 0.36% | 0.29% | - |
| HSV(B) | 331.11º | 0.53% | 0.4% | - |
| XYZ | 7.77 | 5.43 | 7.12 | - |
| YUV | 67.11 | 131.89 | 152.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 48 | 74 | 0 | 0.53 | 0.27 | 0.6 | 331.11 | 0.36 | 0.29 |
| Hex | 66 | 30 | 4A | 0 | 35 | 1B | 3C | 14B | 24 | 1D |
| Octal | 146 | 60 | 112 | 0 | 65 | 33 | 74 | 513 | 44 | 35 |
| Binary | 1100110 | 110000 | 1001010 | 0 | 110101 | 11011 | 111100 | 101001011 | 100100 | 11101 |
Color Harmonies of #66304A
Complementary color
Monochromatic Colors of #66304A
Black with #66304A
Text Example
Text Example
White with #66304A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66304A; }
p { color: rgb(102,48,74); }
H1.HeaderClassName
{
color: #66304A;
}
.AnyTagClassName
{
color: #66304A;
}
</style>
background-color css
<style>
a { background-color: #66304A; }
a { background-color: rgb(102,48,74); }
div.DivClassName
{
background-color: #66304A;
}
.BgClassName
{
background-color: #66304A;
}
</style>
border-color css
<style>
span { border-color: #66304A; }
span { border-color: rgb(102,48,74); }
td.TdClassName
{
border-color: #66304A;
}
.TagClassName
{
border-color: #66304A;
}
</style>