Shades of Tawny Port #66344E
Tints of Tawny Port #66344E
RGB
CMYK
RGB Variations
Color information
#66344E (or 0x66344E) is known color: Tawny Port. HEX triplet: 66, 34 and 4E. RGB value is (102,52,78). Sum of RGB (Red+Green+Blue) = 102+52+78=232 (30% of max value = 765). Red value is 102 (40.23% from 255 or 43.97% from 232); Green value is 52 (20.70% from 255 or 22.41% from 232); Blue value is 78 (30.86% from 255 or 33.62% from 232); Max value from RGB is 102 - color contains mainly: red. Hex color #66344E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66344E is #99CBB1. Grayscale: #454545. Windows color (decimal): -10079154 or 5125222. OLE color: 5125222.
HSL color Cylindrical-coordinate representation of color #66344E: hue angle of 328.8º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #66344E is Cyan = 0, Magento = 0.49, Yellow = 0.24 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 52 | 78 | - |
| CMYK | 0 | 0.49 | 0.24 | 0.6 |
| HSL | 328.8º | 0.32% | 0.3% | - |
| HSV(B) | 328.8º | 0.49% | 0.4% | - |
| XYZ | 8.08 | 5.83 | 7.91 | - |
| YUV | 69.91 | 132.57 | 150.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 52 | 78 | 0 | 0.49 | 0.24 | 0.6 | 328.8 | 0.32 | 0.3 |
| Hex | 66 | 34 | 4E | 0 | 31 | 18 | 3C | 149 | 20 | 1E |
| Octal | 146 | 64 | 116 | 0 | 61 | 30 | 74 | 511 | 40 | 36 |
| Binary | 1100110 | 110100 | 1001110 | 0 | 110001 | 11000 | 111100 | 101001001 | 100000 | 11110 |
Color Harmonies of #66344E
Complementary color
Monochromatic Colors of #66344E
Black with #66344E
Text Example
Text Example
White with #66344E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66344E; }
p { color: rgb(102,52,78); }
H1.HeaderClassName
{
color: #66344E;
}
.AnyTagClassName
{
color: #66344E;
}
</style>
background-color css
<style>
a { background-color: #66344E; }
a { background-color: rgb(102,52,78); }
div.DivClassName
{
background-color: #66344E;
}
.BgClassName
{
background-color: #66344E;
}
</style>
border-color css
<style>
span { border-color: #66344E; }
span { border-color: rgb(102,52,78); }
td.TdClassName
{
border-color: #66344E;
}
.TagClassName
{
border-color: #66344E;
}
</style>