Shades of Tawny Port #61444D
Tints of Tawny Port #61444D
RGB
CMYK
RGB Variations
Color information
#61444D (or 0x61444D) is known color: Tawny Port. HEX triplet: 61, 44 and 4D. RGB value is (97,68,77). Sum of RGB (Red+Green+Blue) = 97+68+77=242 (32% of max value = 765). Red value is 97 (38.28% from 255 or 40.08% from 242); Green value is 68 (26.95% from 255 or 28.10% from 242); Blue value is 77 (30.47% from 255 or 31.82% from 242); Max value from RGB is 97 - color contains mainly: red. Hex color #61444D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61444D is #9EBBB2. Grayscale: #4D4D4D. Windows color (decimal): -10402739 or 5063777. OLE color: 5063777.
HSL color Cylindrical-coordinate representation of color #61444D: hue angle of 341.38º degrees, saturation: 0.18, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #61444D is Cyan = 0, Magento = 0.30, Yellow = 0.21 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 68 | 77 | - |
| CMYK | 0 | 0.30 | 0.21 | 0.62 |
| HSL | 341.38º | 0.18% | 0.32% | - |
| HSV(B) | 341.38º | 0.3% | 0.38% | - |
| XYZ | 8.34 | 7.21 | 7.97 | - |
| YUV | 77.7 | 127.61 | 141.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 68 | 77 | 0 | 0.30 | 0.21 | 0.62 | 341.38 | 0.18 | 0.32 |
| Hex | 61 | 44 | 4D | 0 | 1E | 15 | 3E | 155 | 12 | 20 |
| Octal | 141 | 104 | 115 | 0 | 36 | 25 | 76 | 525 | 22 | 40 |
| Binary | 1100001 | 1000100 | 1001101 | 0 | 11110 | 10101 | 111110 | 101010101 | 10010 | 100000 |
Color Harmonies of #61444D
Complementary color
Monochromatic Colors of #61444D
Black with #61444D
Text Example
Text Example
White with #61444D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61444D; }
p { color: rgb(97,68,77); }
H1.HeaderClassName
{
color: #61444D;
}
.AnyTagClassName
{
color: #61444D;
}
</style>
background-color css
<style>
a { background-color: #61444D; }
a { background-color: rgb(97,68,77); }
div.DivClassName
{
background-color: #61444D;
}
.BgClassName
{
background-color: #61444D;
}
</style>
border-color css
<style>
span { border-color: #61444D; }
span { border-color: rgb(97,68,77); }
td.TdClassName
{
border-color: #61444D;
}
.TagClassName
{
border-color: #61444D;
}
</style>