Shades of Tawny Port #613C48
Tints of Tawny Port #613C48
RGB
CMYK
RGB Variations
Color information
#613C48 (or 0x613C48) is known color: Tawny Port. HEX triplet: 61, 3C and 48. RGB value is (97,60,72). Sum of RGB (Red+Green+Blue) = 97+60+72=229 (30% of max value = 765). Red value is 97 (38.28% from 255 or 42.36% from 229); Green value is 60 (23.83% from 255 or 26.20% from 229); Blue value is 72 (28.52% from 255 or 31.44% from 229); Max value from RGB is 97 - color contains mainly: red. Hex color #613C48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613C48 is #9EC3B7. Grayscale: #484848. Windows color (decimal): -10404792 or 4734049. OLE color: 4734049.
HSL color Cylindrical-coordinate representation of color #613C48: hue angle of 340.54º 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 #613C48 is Cyan = 0, Magento = 0.38, Yellow = 0.26 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 60 | 72 | - |
| CMYK | 0 | 0.38 | 0.26 | 0.62 |
| HSL | 340.54º | 0.24% | 0.31% | - |
| HSV(B) | 340.54º | 0.38% | 0.38% | - |
| XYZ | 7.72 | 6.24 | 6.93 | - |
| YUV | 72.43 | 127.76 | 145.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 60 | 72 | 0 | 0.38 | 0.26 | 0.62 | 340.54 | 0.24 | 0.31 |
| Hex | 61 | 3C | 48 | 0 | 26 | 1A | 3E | 155 | 18 | 1F |
| Octal | 141 | 74 | 110 | 0 | 46 | 32 | 76 | 525 | 30 | 37 |
| Binary | 1100001 | 111100 | 1001000 | 0 | 100110 | 11010 | 111110 | 101010101 | 11000 | 11111 |
Color Harmonies of #613C48
Complementary color
Monochromatic Colors of #613C48
Black with #613C48
Text Example
Text Example
White with #613C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613C48; }
p { color: rgb(97,60,72); }
H1.HeaderClassName
{
color: #613C48;
}
.AnyTagClassName
{
color: #613C48;
}
</style>
background-color css
<style>
a { background-color: #613C48; }
a { background-color: rgb(97,60,72); }
div.DivClassName
{
background-color: #613C48;
}
.BgClassName
{
background-color: #613C48;
}
</style>
border-color css
<style>
span { border-color: #613C48; }
span { border-color: rgb(97,60,72); }
td.TdClassName
{
border-color: #613C48;
}
.TagClassName
{
border-color: #613C48;
}
</style>