Shades of Tawny Port #66354D
Tints of Tawny Port #66354D
RGB
CMYK
RGB Variations
Color information
#66354D (or 0x66354D) is known color: Tawny Port. HEX triplet: 66, 35 and 4D. RGB value is (102,53,77). Sum of RGB (Red+Green+Blue) = 102+53+77=232 (30% of max value = 765). Red value is 102 (40.23% from 255 or 43.97% from 232); Green value is 53 (21.09% from 255 or 22.84% from 232); Blue value is 77 (30.47% from 255 or 33.19% from 232); Max value from RGB is 102 - color contains mainly: red. Hex color #66354D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66354D is #99CAB2. Grayscale: #464646. Windows color (decimal): -10078899 or 5059942. OLE color: 5059942.
HSL color Cylindrical-coordinate representation of color #66354D: hue angle of 330.61º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #66354D is Cyan = 0, Magento = 0.48, Yellow = 0.25 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 53 | 77 | - |
| CMYK | 0 | 0.48 | 0.25 | 0.6 |
| HSL | 330.61º | 0.32% | 0.3% | - |
| HSV(B) | 330.61º | 0.48% | 0.4% | - |
| XYZ | 8.09 | 5.91 | 7.73 | - |
| YUV | 70.39 | 131.73 | 150.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 53 | 77 | 0 | 0.48 | 0.25 | 0.6 | 330.61 | 0.32 | 0.3 |
| Hex | 66 | 35 | 4D | 0 | 30 | 19 | 3C | 14B | 20 | 1E |
| Octal | 146 | 65 | 115 | 0 | 60 | 31 | 74 | 513 | 40 | 36 |
| Binary | 1100110 | 110101 | 1001101 | 0 | 110000 | 11001 | 111100 | 101001011 | 100000 | 11110 |
Color Harmonies of #66354D
Complementary color
Monochromatic Colors of #66354D
Black with #66354D
Text Example
Text Example
White with #66354D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66354D; }
p { color: rgb(102,53,77); }
H1.HeaderClassName
{
color: #66354D;
}
.AnyTagClassName
{
color: #66354D;
}
</style>
background-color css
<style>
a { background-color: #66354D; }
a { background-color: rgb(102,53,77); }
div.DivClassName
{
background-color: #66354D;
}
.BgClassName
{
background-color: #66354D;
}
</style>
border-color css
<style>
span { border-color: #66354D; }
span { border-color: rgb(102,53,77); }
td.TdClassName
{
border-color: #66354D;
}
.TagClassName
{
border-color: #66354D;
}
</style>