Shades of Tawny Port #613E49
Tints of Tawny Port #613E49
RGB
CMYK
RGB Variations
Color information
#613E49 (or 0x613E49) is known color: Tawny Port. HEX triplet: 61, 3E and 49. RGB value is (97,62,73). Sum of RGB (Red+Green+Blue) = 97+62+73=232 (30% of max value = 765). Red value is 97 (38.28% from 255 or 41.81% from 232); Green value is 62 (24.61% from 255 or 26.72% from 232); Blue value is 73 (28.91% from 255 or 31.47% from 232); Max value from RGB is 97 - color contains mainly: red. Hex color #613E49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613E49 is #9EC1B6. Grayscale: #494949. Windows color (decimal): -10404279 or 4800097. OLE color: 4800097.
HSL color Cylindrical-coordinate representation of color #613E49: hue angle of 341.14º degrees, saturation: 0.22, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #613E49 is Cyan = 0, Magento = 0.36, Yellow = 0.25 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 62 | 73 | - |
| CMYK | 0 | 0.36 | 0.25 | 0.62 |
| HSL | 341.14º | 0.22% | 0.31% | - |
| HSV(B) | 341.14º | 0.36% | 0.38% | - |
| XYZ | 7.85 | 6.47 | 7.14 | - |
| YUV | 73.72 | 127.6 | 144.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 62 | 73 | 0 | 0.36 | 0.25 | 0.62 | 341.14 | 0.22 | 0.31 |
| Hex | 61 | 3E | 49 | 0 | 24 | 19 | 3E | 155 | 16 | 1F |
| Octal | 141 | 76 | 111 | 0 | 44 | 31 | 76 | 525 | 26 | 37 |
| Binary | 1100001 | 111110 | 1001001 | 0 | 100100 | 11001 | 111110 | 101010101 | 10110 | 11111 |
Color Harmonies of #613E49
Complementary color
Monochromatic Colors of #613E49
Black with #613E49
Text Example
Text Example
White with #613E49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613E49; }
p { color: rgb(97,62,73); }
H1.HeaderClassName
{
color: #613E49;
}
.AnyTagClassName
{
color: #613E49;
}
</style>
background-color css
<style>
a { background-color: #613E49; }
a { background-color: rgb(97,62,73); }
div.DivClassName
{
background-color: #613E49;
}
.BgClassName
{
background-color: #613E49;
}
</style>
border-color css
<style>
span { border-color: #613E49; }
span { border-color: rgb(97,62,73); }
td.TdClassName
{
border-color: #613E49;
}
.TagClassName
{
border-color: #613E49;
}
</style>