Shades of Tawny Port #663F4C
Tints of Tawny Port #663F4C
RGB
CMYK
RGB Variations
Color information
#663F4C (or 0x663F4C) is known color: Tawny Port. HEX triplet: 66, 3F and 4C. RGB value is (102,63,76). Sum of RGB (Red+Green+Blue) = 102+63+76=241 (31% of max value = 765). Red value is 102 (40.23% from 255 or 42.32% from 241); Green value is 63 (25% from 255 or 26.14% from 241); Blue value is 76 (30.08% from 255 or 31.54% from 241); Max value from RGB is 102 - color contains mainly: red. Hex color #663F4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663F4C is #99C0B3. Grayscale: #4C4C4C. Windows color (decimal): -10076340 or 4996966. OLE color: 4996966.
HSL color Cylindrical-coordinate representation of color #663F4C: hue angle of 340º 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 #663F4C is Cyan = 0, Magento = 0.38, Yellow = 0.25 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 63 | 76 | - |
| CMYK | 0 | 0.38 | 0.25 | 0.6 |
| HSL | 340º | 0.24% | 0.32% | - |
| HSV(B) | 340º | 0.38% | 0.4% | - |
| XYZ | 8.56 | 6.9 | 7.72 | - |
| YUV | 76.14 | 127.92 | 146.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 63 | 76 | 0 | 0.38 | 0.25 | 0.6 | 340 | 0.24 | 0.32 |
| Hex | 66 | 3F | 4C | 0 | 26 | 19 | 3C | 154 | 18 | 20 |
| Octal | 146 | 77 | 114 | 0 | 46 | 31 | 74 | 524 | 30 | 40 |
| Binary | 1100110 | 111111 | 1001100 | 0 | 100110 | 11001 | 111100 | 101010100 | 11000 | 100000 |
Color Harmonies of #663F4C
Complementary color
Monochromatic Colors of #663F4C
Black with #663F4C
Text Example
Text Example
White with #663F4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663F4C; }
p { color: rgb(102,63,76); }
H1.HeaderClassName
{
color: #663F4C;
}
.AnyTagClassName
{
color: #663F4C;
}
</style>
background-color css
<style>
a { background-color: #663F4C; }
a { background-color: rgb(102,63,76); }
div.DivClassName
{
background-color: #663F4C;
}
.BgClassName
{
background-color: #663F4C;
}
</style>
border-color css
<style>
span { border-color: #663F4C; }
span { border-color: rgb(102,63,76); }
td.TdClassName
{
border-color: #663F4C;
}
.TagClassName
{
border-color: #663F4C;
}
</style>