Shades of Tawny Port #66394E
Tints of Tawny Port #66394E
RGB
CMYK
RGB Variations
Color information
#66394E (or 0x66394E) is known color: Tawny Port. HEX triplet: 66, 39 and 4E. RGB value is (102,57,78). Sum of RGB (Red+Green+Blue) = 102+57+78=237 (31% of max value = 765). Red value is 102 (40.23% from 255 or 43.04% from 237); Green value is 57 (22.66% from 255 or 24.05% from 237); Blue value is 78 (30.86% from 255 or 32.91% from 237); Max value from RGB is 102 - color contains mainly: red. Hex color #66394E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66394E is #99C6B1. Grayscale: #484848. Windows color (decimal): -10077874 or 5126502. OLE color: 5126502.
HSL color Cylindrical-coordinate representation of color #66394E: hue angle of 332º degrees, saturation: 0.28, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #66394E is Cyan = 0, Magento = 0.44, Yellow = 0.24 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 57 | 78 | - |
| CMYK | 0 | 0.44 | 0.24 | 0.6 |
| HSL | 332º | 0.28% | 0.31% | - |
| HSV(B) | 332º | 0.44% | 0.4% | - |
| XYZ | 8.32 | 6.3 | 7.99 | - |
| YUV | 72.85 | 130.91 | 148.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 57 | 78 | 0 | 0.44 | 0.24 | 0.6 | 332 | 0.28 | 0.31 |
| Hex | 66 | 39 | 4E | 0 | 2C | 18 | 3C | 14C | 1C | 1F |
| Octal | 146 | 71 | 116 | 0 | 54 | 30 | 74 | 514 | 34 | 37 |
| Binary | 1100110 | 111001 | 1001110 | 0 | 101100 | 11000 | 111100 | 101001100 | 11100 | 11111 |
Color Harmonies of #66394E
Complementary color
Monochromatic Colors of #66394E
Black with #66394E
Text Example
Text Example
White with #66394E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66394E; }
p { color: rgb(102,57,78); }
H1.HeaderClassName
{
color: #66394E;
}
.AnyTagClassName
{
color: #66394E;
}
</style>
background-color css
<style>
a { background-color: #66394E; }
a { background-color: rgb(102,57,78); }
div.DivClassName
{
background-color: #66394E;
}
.BgClassName
{
background-color: #66394E;
}
</style>
border-color css
<style>
span { border-color: #66394E; }
span { border-color: rgb(102,57,78); }
td.TdClassName
{
border-color: #66394E;
}
.TagClassName
{
border-color: #66394E;
}
</style>