Shades of Tawny Port #66454E
Tints of Tawny Port #66454E
RGB
CMYK
RGB Variations
Color information
#66454E (or 0x66454E) is known color: Tawny Port. HEX triplet: 66, 45 and 4E. RGB value is (102,69,78). Sum of RGB (Red+Green+Blue) = 102+69+78=249 (32% of max value = 765). Red value is 102 (40.23% from 255 or 40.96% from 249); Green value is 69 (27.34% from 255 or 27.71% from 249); Blue value is 78 (30.86% from 255 or 31.33% from 249); Max value from RGB is 102 - color contains mainly: red. Hex color #66454E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66454E is #99BAB1. Grayscale: #4F4F4F. Windows color (decimal): -10074802 or 5129574. OLE color: 5129574.
HSL color Cylindrical-coordinate representation of color #66454E: hue angle of 343.64º degrees, saturation: 0.19, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #66454E is Cyan = 0, Magento = 0.32, Yellow = 0.24 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 69 | 78 | - |
| CMYK | 0 | 0.32 | 0.24 | 0.6 |
| HSL | 343.64º | 0.19% | 0.34% | - |
| HSV(B) | 343.64º | 0.32% | 0.4% | - |
| XYZ | 8.98 | 7.63 | 8.21 | - |
| YUV | 79.89 | 126.93 | 143.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 69 | 78 | 0 | 0.32 | 0.24 | 0.6 | 343.64 | 0.19 | 0.34 |
| Hex | 66 | 45 | 4E | 0 | 20 | 18 | 3C | 158 | 13 | 22 |
| Octal | 146 | 105 | 116 | 0 | 40 | 30 | 74 | 530 | 23 | 42 |
| Binary | 1100110 | 1000101 | 1001110 | 0 | 100000 | 11000 | 111100 | 101011000 | 10011 | 100010 |
Color Harmonies of #66454E
Complementary color
Monochromatic Colors of #66454E
Black with #66454E
Text Example
Text Example
White with #66454E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66454E; }
p { color: rgb(102,69,78); }
H1.HeaderClassName
{
color: #66454E;
}
.AnyTagClassName
{
color: #66454E;
}
</style>
background-color css
<style>
a { background-color: #66454E; }
a { background-color: rgb(102,69,78); }
div.DivClassName
{
background-color: #66454E;
}
.BgClassName
{
background-color: #66454E;
}
</style>
border-color css
<style>
span { border-color: #66454E; }
span { border-color: rgb(102,69,78); }
td.TdClassName
{
border-color: #66454E;
}
.TagClassName
{
border-color: #66454E;
}
</style>