Shades of Tawny Port #63454E
Tints of Tawny Port #63454E
RGB
CMYK
RGB Variations
Color information
#63454E (or 0x63454E) is known color: Tawny Port. HEX triplet: 63, 45 and 4E. RGB value is (99,69,78). Sum of RGB (Red+Green+Blue) = 99+69+78=246 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.24% from 246); Green value is 69 (27.34% from 255 or 28.05% from 246); Blue value is 78 (30.86% from 255 or 31.71% from 246); Max value from RGB is 99 - color contains mainly: red. Hex color #63454E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63454E is #9CBAB1. Grayscale: #4E4E4E. Windows color (decimal): -10271410 or 5129571. OLE color: 5129571.
HSL color Cylindrical-coordinate representation of color #63454E: hue angle of 342º degrees, saturation: 0.18, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #63454E is Cyan = 0, Magento = 0.30, Yellow = 0.21 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 69 | 78 | - |
| CMYK | 0 | 0.30 | 0.21 | 0.61 |
| HSL | 342º | 0.18% | 0.33% | - |
| HSV(B) | 342º | 0.3% | 0.39% | - |
| XYZ | 8.65 | 7.46 | 8.19 | - |
| YUV | 79 | 127.44 | 142.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 69 | 78 | 0 | 0.30 | 0.21 | 0.61 | 342 | 0.18 | 0.33 |
| Hex | 63 | 45 | 4E | 0 | 1E | 15 | 3D | 156 | 12 | 21 |
| Octal | 143 | 105 | 116 | 0 | 36 | 25 | 75 | 526 | 22 | 41 |
| Binary | 1100011 | 1000101 | 1001110 | 0 | 11110 | 10101 | 111101 | 101010110 | 10010 | 100001 |
Color Harmonies of #63454E
Complementary color
Monochromatic Colors of #63454E
Black with #63454E
Text Example
Text Example
White with #63454E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63454E; }
p { color: rgb(99,69,78); }
H1.HeaderClassName
{
color: #63454E;
}
.AnyTagClassName
{
color: #63454E;
}
</style>
background-color css
<style>
a { background-color: #63454E; }
a { background-color: rgb(99,69,78); }
div.DivClassName
{
background-color: #63454E;
}
.BgClassName
{
background-color: #63454E;
}
</style>
border-color css
<style>
span { border-color: #63454E; }
span { border-color: rgb(99,69,78); }
td.TdClassName
{
border-color: #63454E;
}
.TagClassName
{
border-color: #63454E;
}
</style>