Shades of Tawny Port #663F4B
Tints of Tawny Port #663F4B
RGB
CMYK
RGB Variations
Color information
#663F4B (or 0x663F4B) is known color: Tawny Port. HEX triplet: 66, 3F and 4B. RGB value is (102,63,75). Sum of RGB (Red+Green+Blue) = 102+63+75=240 (31% of max value = 765). Red value is 102 (40.23% from 255 or 42.5% from 240); Green value is 63 (25% from 255 or 26.25% from 240); Blue value is 75 (29.69% from 255 or 31.25% from 240); Max value from RGB is 102 - color contains mainly: red. Hex color #663F4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663F4B is #99C0B4. Grayscale: #4C4C4C. Windows color (decimal): -10076341 or 4931430. OLE color: 4931430.
HSL color Cylindrical-coordinate representation of color #663F4B: hue angle of 341.54º 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 #663F4B is Cyan = 0, Magento = 0.38, Yellow = 0.26 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 63 | 75 | - |
| CMYK | 0 | 0.38 | 0.26 | 0.6 |
| HSL | 341.54º | 0.24% | 0.32% | - |
| HSV(B) | 341.54º | 0.38% | 0.4% | - |
| XYZ | 8.53 | 6.89 | 7.54 | - |
| YUV | 76.03 | 127.42 | 146.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 63 | 75 | 0 | 0.38 | 0.26 | 0.6 | 341.54 | 0.24 | 0.32 |
| Hex | 66 | 3F | 4B | 0 | 26 | 1A | 3C | 156 | 18 | 20 |
| Octal | 146 | 77 | 113 | 0 | 46 | 32 | 74 | 526 | 30 | 40 |
| Binary | 1100110 | 111111 | 1001011 | 0 | 100110 | 11010 | 111100 | 101010110 | 11000 | 100000 |
Color Harmonies of #663F4B
Complementary color
Monochromatic Colors of #663F4B
Black with #663F4B
Text Example
Text Example
White with #663F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663F4B; }
p { color: rgb(102,63,75); }
H1.HeaderClassName
{
color: #663F4B;
}
.AnyTagClassName
{
color: #663F4B;
}
</style>
background-color css
<style>
a { background-color: #663F4B; }
a { background-color: rgb(102,63,75); }
div.DivClassName
{
background-color: #663F4B;
}
.BgClassName
{
background-color: #663F4B;
}
</style>
border-color css
<style>
span { border-color: #663F4B; }
span { border-color: rgb(102,63,75); }
td.TdClassName
{
border-color: #663F4B;
}
.TagClassName
{
border-color: #663F4B;
}
</style>