Shades of Tawny Port #66394A
Tints of Tawny Port #66394A
RGB
CMYK
RGB Variations
Color information
#66394A (or 0x66394A) is known color: Tawny Port. HEX triplet: 66, 39 and 4A. RGB value is (102,57,74). Sum of RGB (Red+Green+Blue) = 102+57+74=233 (30% of max value = 765). Red value is 102 (40.23% from 255 or 43.78% from 233); Green value is 57 (22.66% from 255 or 24.46% from 233); Blue value is 74 (29.30% from 255 or 31.76% from 233); Max value from RGB is 102 - color contains mainly: red. Hex color #66394A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66394A is #99C6B5. Grayscale: #484848. Windows color (decimal): -10077878 or 4864358. OLE color: 4864358.
HSL color Cylindrical-coordinate representation of color #66394A: hue angle of 337.33º 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 #66394A is Cyan = 0, Magento = 0.44, Yellow = 0.27 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 57 | 74 | - |
| CMYK | 0 | 0.44 | 0.27 | 0.6 |
| HSL | 337.33º | 0.28% | 0.31% | - |
| HSV(B) | 337.33º | 0.44% | 0.4% | - |
| XYZ | 8.18 | 6.25 | 7.25 | - |
| YUV | 72.39 | 128.91 | 149.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 57 | 74 | 0 | 0.44 | 0.27 | 0.6 | 337.33 | 0.28 | 0.31 |
| Hex | 66 | 39 | 4A | 0 | 2C | 1B | 3C | 151 | 1C | 1F |
| Octal | 146 | 71 | 112 | 0 | 54 | 33 | 74 | 521 | 34 | 37 |
| Binary | 1100110 | 111001 | 1001010 | 0 | 101100 | 11011 | 111100 | 101010001 | 11100 | 11111 |
Color Harmonies of #66394A
Complementary color
Monochromatic Colors of #66394A
Black with #66394A
Text Example
Text Example
White with #66394A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66394A; }
p { color: rgb(102,57,74); }
H1.HeaderClassName
{
color: #66394A;
}
.AnyTagClassName
{
color: #66394A;
}
</style>
background-color css
<style>
a { background-color: #66394A; }
a { background-color: rgb(102,57,74); }
div.DivClassName
{
background-color: #66394A;
}
.BgClassName
{
background-color: #66394A;
}
</style>
border-color css
<style>
span { border-color: #66394A; }
span { border-color: rgb(102,57,74); }
td.TdClassName
{
border-color: #66394A;
}
.TagClassName
{
border-color: #66394A;
}
</style>