Shades of Tawny Port #613C47
Tints of Tawny Port #613C47
RGB
CMYK
RGB Variations
Color information
#613C47 (or 0x613C47) is known color: Tawny Port. HEX triplet: 61, 3C and 47. RGB value is (97,60,71). Sum of RGB (Red+Green+Blue) = 97+60+71=228 (30% of max value = 765). Red value is 97 (38.28% from 255 or 42.54% from 228); Green value is 60 (23.83% from 255 or 26.32% from 228); Blue value is 71 (28.12% from 255 or 31.14% from 228); Max value from RGB is 97 - color contains mainly: red. Hex color #613C47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613C47 is #9EC3B8. Grayscale: #484848. Windows color (decimal): -10404793 or 4668513. OLE color: 4668513.
HSL color Cylindrical-coordinate representation of color #613C47: hue angle of 342.16º degrees, saturation: 0.24, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #613C47 is Cyan = 0, Magento = 0.38, Yellow = 0.27 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 60 | 71 | - |
| CMYK | 0 | 0.38 | 0.27 | 0.62 |
| HSL | 342.16º | 0.24% | 0.31% | - |
| HSV(B) | 342.16º | 0.38% | 0.38% | - |
| XYZ | 7.68 | 6.23 | 6.76 | - |
| YUV | 72.32 | 127.26 | 145.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 60 | 71 | 0 | 0.38 | 0.27 | 0.62 | 342.16 | 0.24 | 0.31 |
| Hex | 61 | 3C | 47 | 0 | 26 | 1B | 3E | 156 | 18 | 1F |
| Octal | 141 | 74 | 107 | 0 | 46 | 33 | 76 | 526 | 30 | 37 |
| Binary | 1100001 | 111100 | 1000111 | 0 | 100110 | 11011 | 111110 | 101010110 | 11000 | 11111 |
Color Harmonies of #613C47
Complementary color
Monochromatic Colors of #613C47
Black with #613C47
Text Example
Text Example
White with #613C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613C47; }
p { color: rgb(97,60,71); }
H1.HeaderClassName
{
color: #613C47;
}
.AnyTagClassName
{
color: #613C47;
}
</style>
background-color css
<style>
a { background-color: #613C47; }
a { background-color: rgb(97,60,71); }
div.DivClassName
{
background-color: #613C47;
}
.BgClassName
{
background-color: #613C47;
}
</style>
border-color css
<style>
span { border-color: #613C47; }
span { border-color: rgb(97,60,71); }
td.TdClassName
{
border-color: #613C47;
}
.TagClassName
{
border-color: #613C47;
}
</style>