Shades of Tawny Port #63464E
Tints of Tawny Port #63464E
RGB
CMYK
RGB Variations
Color information
#63464E (or 0x63464E) is known color: Tawny Port. HEX triplet: 63, 46 and 4E. RGB value is (99,70,78). Sum of RGB (Red+Green+Blue) = 99+70+78=247 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.08% from 247); Green value is 70 (27.73% from 255 or 28.34% from 247); Blue value is 78 (30.86% from 255 or 31.58% from 247); Max value from RGB is 99 - color contains mainly: red. Hex color #63464E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63464E is #9CB9B1. Grayscale: #4F4F4F. Windows color (decimal): -10271154 or 5129827. OLE color: 5129827.
HSL color Cylindrical-coordinate representation of color #63464E: hue angle of 343.45º degrees, saturation: 0.17, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #63464E is Cyan = 0, Magento = 0.29, Yellow = 0.21 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 70 | 78 | - |
| CMYK | 0 | 0.29 | 0.21 | 0.61 |
| HSL | 343.45º | 0.17% | 0.33% | - |
| HSV(B) | 343.45º | 0.29% | 0.39% | - |
| XYZ | 8.71 | 7.58 | 8.21 | - |
| YUV | 79.58 | 127.11 | 141.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 70 | 78 | 0 | 0.29 | 0.21 | 0.61 | 343.45 | 0.17 | 0.33 |
| Hex | 63 | 46 | 4E | 0 | 1D | 15 | 3D | 157 | 11 | 21 |
| Octal | 143 | 106 | 116 | 0 | 35 | 25 | 75 | 527 | 21 | 41 |
| Binary | 1100011 | 1000110 | 1001110 | 0 | 11101 | 10101 | 111101 | 101010111 | 10001 | 100001 |
Color Harmonies of #63464E
Complementary color
Monochromatic Colors of #63464E
Black with #63464E
Text Example
Text Example
White with #63464E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63464E; }
p { color: rgb(99,70,78); }
H1.HeaderClassName
{
color: #63464E;
}
.AnyTagClassName
{
color: #63464E;
}
</style>
background-color css
<style>
a { background-color: #63464E; }
a { background-color: rgb(99,70,78); }
div.DivClassName
{
background-color: #63464E;
}
.BgClassName
{
background-color: #63464E;
}
</style>
border-color css
<style>
span { border-color: #63464E; }
span { border-color: rgb(99,70,78); }
td.TdClassName
{
border-color: #63464E;
}
.TagClassName
{
border-color: #63464E;
}
</style>