Shades of Tawny Port #613D48
Tints of Tawny Port #613D48
RGB
CMYK
RGB Variations
Color information
#613D48 (or 0x613D48) is known color: Tawny Port. HEX triplet: 61, 3D and 48. RGB value is (97,61,72). Sum of RGB (Red+Green+Blue) = 97+61+72=230 (30% of max value = 765). Red value is 97 (38.28% from 255 or 42.17% from 230); Green value is 61 (24.22% from 255 or 26.52% from 230); Blue value is 72 (28.52% from 255 or 31.30% from 230); Max value from RGB is 97 - color contains mainly: red. Hex color #613D48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613D48 is #9EC2B7. Grayscale: #494949. Windows color (decimal): -10404536 or 4734305. OLE color: 4734305.
HSL color Cylindrical-coordinate representation of color #613D48: hue angle of 341.67º degrees, saturation: 0.23, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #613D48 is Cyan = 0, Magento = 0.37, Yellow = 0.26 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 61 | 72 | - |
| CMYK | 0 | 0.37 | 0.26 | 0.62 |
| HSL | 341.67º | 0.23% | 0.31% | - |
| HSV(B) | 341.67º | 0.37% | 0.38% | - |
| XYZ | 7.77 | 6.35 | 6.95 | - |
| YUV | 73.02 | 127.43 | 145.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 61 | 72 | 0 | 0.37 | 0.26 | 0.62 | 341.67 | 0.23 | 0.31 |
| Hex | 61 | 3D | 48 | 0 | 25 | 1A | 3E | 156 | 17 | 1F |
| Octal | 141 | 75 | 110 | 0 | 45 | 32 | 76 | 526 | 27 | 37 |
| Binary | 1100001 | 111101 | 1001000 | 0 | 100101 | 11010 | 111110 | 101010110 | 10111 | 11111 |
Color Harmonies of #613D48
Complementary color
Monochromatic Colors of #613D48
Black with #613D48
Text Example
Text Example
White with #613D48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613D48; }
p { color: rgb(97,61,72); }
H1.HeaderClassName
{
color: #613D48;
}
.AnyTagClassName
{
color: #613D48;
}
</style>
background-color css
<style>
a { background-color: #613D48; }
a { background-color: rgb(97,61,72); }
div.DivClassName
{
background-color: #613D48;
}
.BgClassName
{
background-color: #613D48;
}
</style>
border-color css
<style>
span { border-color: #613D48; }
span { border-color: rgb(97,61,72); }
td.TdClassName
{
border-color: #613D48;
}
.TagClassName
{
border-color: #613D48;
}
</style>