Shades of Tawny Port #66404A
Tints of Tawny Port #66404A
RGB
CMYK
RGB Variations
Color information
#66404A (or 0x66404A) is known color: Tawny Port. HEX triplet: 66, 40 and 4A. RGB value is (102,64,74). Sum of RGB (Red+Green+Blue) = 102+64+74=240 (31% of max value = 765). Red value is 102 (40.23% from 255 or 42.5% from 240); Green value is 64 (25.39% from 255 or 26.67% from 240); Blue value is 74 (29.30% from 255 or 30.83% from 240); Max value from RGB is 102 - color contains mainly: red. Hex color #66404A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66404A is #99BFB5. Grayscale: #4C4C4C. Windows color (decimal): -10076086 or 4866150. OLE color: 4866150.
HSL color Cylindrical-coordinate representation of color #66404A: hue angle of 344.21º degrees, saturation: 0.23, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #66404A is Cyan = 0, Magento = 0.37, Yellow = 0.27 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 64 | 74 | - |
| CMYK | 0 | 0.37 | 0.27 | 0.6 |
| HSL | 344.21º | 0.23% | 0.33% | - |
| HSV(B) | 344.21º | 0.37% | 0.4% | - |
| XYZ | 8.55 | 6.99 | 7.38 | - |
| YUV | 76.5 | 126.59 | 146.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 64 | 74 | 0 | 0.37 | 0.27 | 0.6 | 344.21 | 0.23 | 0.33 |
| Hex | 66 | 40 | 4A | 0 | 25 | 1B | 3C | 158 | 17 | 21 |
| Octal | 146 | 100 | 112 | 0 | 45 | 33 | 74 | 530 | 27 | 41 |
| Binary | 1100110 | 1000000 | 1001010 | 0 | 100101 | 11011 | 111100 | 101011000 | 10111 | 100001 |
Color Harmonies of #66404A
Complementary color
Monochromatic Colors of #66404A
Black with #66404A
Text Example
Text Example
White with #66404A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66404A; }
p { color: rgb(102,64,74); }
H1.HeaderClassName
{
color: #66404A;
}
.AnyTagClassName
{
color: #66404A;
}
</style>
background-color css
<style>
a { background-color: #66404A; }
a { background-color: rgb(102,64,74); }
div.DivClassName
{
background-color: #66404A;
}
.BgClassName
{
background-color: #66404A;
}
</style>
border-color css
<style>
span { border-color: #66404A; }
span { border-color: rgb(102,64,74); }
td.TdClassName
{
border-color: #66404A;
}
.TagClassName
{
border-color: #66404A;
}
</style>