Shades of Tawny Port #663F46
Tints of Tawny Port #663F46
RGB
CMYK
RGB Variations
Color information
#663F46 (or 0x663F46) is known color: Tawny Port. HEX triplet: 66, 3F and 46. RGB value is (102,63,70). Sum of RGB (Red+Green+Blue) = 102+63+70=235 (31% of max value = 765). Red value is 102 (40.23% from 255 or 43.40% from 235); Green value is 63 (25% from 255 or 26.81% from 235); Blue value is 70 (27.73% from 255 or 29.79% from 235); Max value from RGB is 102 - color contains mainly: red. Hex color #663F46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663F46 is #99C0B9. Grayscale: #4B4B4B. Windows color (decimal): -10076346 or 4603750. OLE color: 4603750.
HSL color Cylindrical-coordinate representation of color #663F46: hue angle of 349.23º degrees, saturation: 0.24, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #663F46 is Cyan = 0, Magento = 0.38, Yellow = 0.31 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 63 | 70 | - |
| CMYK | 0 | 0.38 | 0.31 | 0.6 |
| HSL | 349.23º | 0.24% | 0.32% | - |
| HSV(B) | 349.23º | 0.38% | 0.4% | - |
| XYZ | 8.36 | 6.82 | 6.67 | - |
| YUV | 75.46 | 124.92 | 146.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 63 | 70 | 0 | 0.38 | 0.31 | 0.6 | 349.23 | 0.24 | 0.32 |
| Hex | 66 | 3F | 46 | 0 | 26 | 1F | 3C | 15D | 18 | 20 |
| Octal | 146 | 77 | 106 | 0 | 46 | 37 | 74 | 535 | 30 | 40 |
| Binary | 1100110 | 111111 | 1000110 | 0 | 100110 | 11111 | 111100 | 101011101 | 11000 | 100000 |
Color Harmonies of #663F46
Complementary color
Monochromatic Colors of #663F46
Black with #663F46
Text Example
Text Example
White with #663F46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663F46; }
p { color: rgb(102,63,70); }
H1.HeaderClassName
{
color: #663F46;
}
.AnyTagClassName
{
color: #663F46;
}
</style>
background-color css
<style>
a { background-color: #663F46; }
a { background-color: rgb(102,63,70); }
div.DivClassName
{
background-color: #663F46;
}
.BgClassName
{
background-color: #663F46;
}
</style>
border-color css
<style>
span { border-color: #663F46; }
span { border-color: rgb(102,63,70); }
td.TdClassName
{
border-color: #663F46;
}
.TagClassName
{
border-color: #663F46;
}
</style>