Shades of Tawny Port #66334E
Tints of Tawny Port #66334E
RGB
CMYK
RGB Variations
Color information
#66334E (or 0x66334E) is known color: Tawny Port. HEX triplet: 66, 33 and 4E. RGB value is (102,51,78). Sum of RGB (Red+Green+Blue) = 102+51+78=231 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.16% from 231); Green value is 51 (20.31% from 255 or 22.08% from 231); Blue value is 78 (30.86% from 255 or 33.77% from 231); Max value from RGB is 102 - color contains mainly: red. Hex color #66334E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66334E is #99CCB1. Grayscale: #454545. Windows color (decimal): -10079410 or 5124966. OLE color: 5124966.
HSL color Cylindrical-coordinate representation of color #66334E: hue angle of 328.24º 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 #66334E is Cyan = 0, Magento = 0.5, Yellow = 0.24 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 51 | 78 | - |
| CMYK | 0 | 0.5 | 0.24 | 0.6 |
| HSL | 328.24º | 0.33% | 0.3% | - |
| HSV(B) | 328.24º | 0.5% | 0.4% | - |
| XYZ | 8.04 | 5.74 | 7.89 | - |
| YUV | 69.33 | 132.9 | 151.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 51 | 78 | 0 | 0.5 | 0.24 | 0.6 | 328.24 | 0.33 | 0.3 |
| Hex | 66 | 33 | 4E | 0 | 32 | 18 | 3C | 148 | 21 | 1E |
| Octal | 146 | 63 | 116 | 0 | 62 | 30 | 74 | 510 | 41 | 36 |
| Binary | 1100110 | 110011 | 1001110 | 0 | 110010 | 11000 | 111100 | 101001000 | 100001 | 11110 |
Color Harmonies of #66334E
Complementary color
Monochromatic Colors of #66334E
Black with #66334E
Text Example
Text Example
White with #66334E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66334E; }
p { color: rgb(102,51,78); }
H1.HeaderClassName
{
color: #66334E;
}
.AnyTagClassName
{
color: #66334E;
}
</style>
background-color css
<style>
a { background-color: #66334E; }
a { background-color: rgb(102,51,78); }
div.DivClassName
{
background-color: #66334E;
}
.BgClassName
{
background-color: #66334E;
}
</style>
border-color css
<style>
span { border-color: #66334E; }
span { border-color: rgb(102,51,78); }
td.TdClassName
{
border-color: #66334E;
}
.TagClassName
{
border-color: #66334E;
}
</style>