Shades of Tawny Port #61414D
Tints of Tawny Port #61414D
RGB
CMYK
RGB Variations
Color information
#61414D (or 0x61414D) is known color: Tawny Port. HEX triplet: 61, 41 and 4D. RGB value is (97,65,77). Sum of RGB (Red+Green+Blue) = 97+65+77=239 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.59% from 239); Green value is 65 (25.78% from 255 or 27.20% from 239); Blue value is 77 (30.47% from 255 or 32.22% from 239); Max value from RGB is 97 - color contains mainly: red. Hex color #61414D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61414D is #9EBEB2. Grayscale: #4B4B4B. Windows color (decimal): -10403507 or 5063009. OLE color: 5063009.
HSL color Cylindrical-coordinate representation of color #61414D: hue angle of 337.5º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #61414D is Cyan = 0, Magento = 0.33, Yellow = 0.21 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 65 | 77 | - |
| CMYK | 0 | 0.33 | 0.21 | 0.62 |
| HSL | 337.5º | 0.2% | 0.32% | - |
| HSV(B) | 337.5º | 0.33% | 0.38% | - |
| XYZ | 8.16 | 6.86 | 7.91 | - |
| YUV | 75.94 | 128.6 | 143.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 65 | 77 | 0 | 0.33 | 0.21 | 0.62 | 337.5 | 0.2 | 0.32 |
| Hex | 61 | 41 | 4D | 0 | 21 | 15 | 3E | 152 | 14 | 20 |
| Octal | 141 | 101 | 115 | 0 | 41 | 25 | 76 | 522 | 24 | 40 |
| Binary | 1100001 | 1000001 | 1001101 | 0 | 100001 | 10101 | 111110 | 101010010 | 10100 | 100000 |
Color Harmonies of #61414D
Complementary color
Monochromatic Colors of #61414D
Black with #61414D
Text Example
Text Example
White with #61414D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61414D; }
p { color: rgb(97,65,77); }
H1.HeaderClassName
{
color: #61414D;
}
.AnyTagClassName
{
color: #61414D;
}
</style>
background-color css
<style>
a { background-color: #61414D; }
a { background-color: rgb(97,65,77); }
div.DivClassName
{
background-color: #61414D;
}
.BgClassName
{
background-color: #61414D;
}
</style>
border-color css
<style>
span { border-color: #61414D; }
span { border-color: rgb(97,65,77); }
td.TdClassName
{
border-color: #61414D;
}
.TagClassName
{
border-color: #61414D;
}
</style>