Shades of Tawny Port #66334D
Tints of Tawny Port #66334D
RGB
CMYK
RGB Variations
Color information
#66334D (or 0x66334D) is known color: Tawny Port. HEX triplet: 66, 33 and 4D. RGB value is (102,51,77). Sum of RGB (Red+Green+Blue) = 102+51+77=230 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.35% from 230); Green value is 51 (20.31% from 255 or 22.17% from 230); Blue value is 77 (30.47% from 255 or 33.48% from 230); Max value from RGB is 102 - color contains mainly: red. Hex color #66334D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66334D is #99CCB2. Grayscale: #454545. Windows color (decimal): -10079411 or 5059430. OLE color: 5059430.
HSL color Cylindrical-coordinate representation of color #66334D: hue angle of 329.41º 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 #66334D is Cyan = 0, Magento = 0.5, Yellow = 0.25 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 51 | 77 | - |
| CMYK | 0 | 0.5 | 0.25 | 0.6 |
| HSL | 329.41º | 0.33% | 0.3% | - |
| HSV(B) | 329.41º | 0.5% | 0.4% | - |
| XYZ | 8 | 5.73 | 7.71 | - |
| YUV | 69.21 | 132.4 | 151.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 51 | 77 | 0 | 0.5 | 0.25 | 0.6 | 329.41 | 0.33 | 0.3 |
| Hex | 66 | 33 | 4D | 0 | 32 | 19 | 3C | 149 | 21 | 1E |
| Octal | 146 | 63 | 115 | 0 | 62 | 31 | 74 | 511 | 41 | 36 |
| Binary | 1100110 | 110011 | 1001101 | 0 | 110010 | 11001 | 111100 | 101001001 | 100001 | 11110 |
Color Harmonies of #66334D
Complementary color
Monochromatic Colors of #66334D
Black with #66334D
Text Example
Text Example
White with #66334D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66334D; }
p { color: rgb(102,51,77); }
H1.HeaderClassName
{
color: #66334D;
}
.AnyTagClassName
{
color: #66334D;
}
</style>
background-color css
<style>
a { background-color: #66334D; }
a { background-color: rgb(102,51,77); }
div.DivClassName
{
background-color: #66334D;
}
.BgClassName
{
background-color: #66334D;
}
</style>
border-color css
<style>
span { border-color: #66334D; }
span { border-color: rgb(102,51,77); }
td.TdClassName
{
border-color: #66334D;
}
.TagClassName
{
border-color: #66334D;
}
</style>