Shades of Tawny Port #613D46
Tints of Tawny Port #613D46
RGB
CMYK
RGB Variations
Color information
#613D46 (or 0x613D46) is known color: Tawny Port. HEX triplet: 61, 3D and 46. RGB value is (97,61,70). Sum of RGB (Red+Green+Blue) = 97+61+70=228 (30% of max value = 765). Red value is 97 (38.28% from 255 or 42.54% from 228); Green value is 61 (24.22% from 255 or 26.75% from 228); Blue value is 70 (27.73% from 255 or 30.70% from 228); Max value from RGB is 97 - color contains mainly: red. Hex color #613D46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613D46 is #9EC2B9. Grayscale: #484848. Windows color (decimal): -10404538 or 4603233. OLE color: 4603233.
HSL color Cylindrical-coordinate representation of color #613D46: hue angle of 345º 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 #613D46 is Cyan = 0, Magento = 0.37, Yellow = 0.28 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 61 | 70 | - |
| CMYK | 0 | 0.37 | 0.28 | 0.62 |
| HSL | 345º | 0.23% | 0.31% | - |
| HSV(B) | 345º | 0.37% | 0.38% | - |
| XYZ | 7.7 | 6.32 | 6.61 | - |
| YUV | 72.79 | 126.43 | 145.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 61 | 70 | 0 | 0.37 | 0.28 | 0.62 | 345 | 0.23 | 0.31 |
| Hex | 61 | 3D | 46 | 0 | 25 | 1C | 3E | 159 | 17 | 1F |
| Octal | 141 | 75 | 106 | 0 | 45 | 34 | 76 | 531 | 27 | 37 |
| Binary | 1100001 | 111101 | 1000110 | 0 | 100101 | 11100 | 111110 | 101011001 | 10111 | 11111 |
Color Harmonies of #613D46
Complementary color
Monochromatic Colors of #613D46
Black with #613D46
Text Example
Text Example
White with #613D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613D46; }
p { color: rgb(97,61,70); }
H1.HeaderClassName
{
color: #613D46;
}
.AnyTagClassName
{
color: #613D46;
}
</style>
background-color css
<style>
a { background-color: #613D46; }
a { background-color: rgb(97,61,70); }
div.DivClassName
{
background-color: #613D46;
}
.BgClassName
{
background-color: #613D46;
}
</style>
border-color css
<style>
span { border-color: #613D46; }
span { border-color: rgb(97,61,70); }
td.TdClassName
{
border-color: #613D46;
}
.TagClassName
{
border-color: #613D46;
}
</style>