Shades of Tawny Port #61434D
Tints of Tawny Port #61434D
RGB
CMYK
RGB Variations
Color information
#61434D (or 0x61434D) is known color: Tawny Port. HEX triplet: 61, 43 and 4D. RGB value is (97,67,77). Sum of RGB (Red+Green+Blue) = 97+67+77=241 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.25% from 241); Green value is 67 (26.56% from 255 or 27.80% from 241); Blue value is 77 (30.47% from 255 or 31.95% from 241); Max value from RGB is 97 - color contains mainly: red. Hex color #61434D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61434D is #9EBCB2. Grayscale: #4D4D4D. Windows color (decimal): -10402995 or 5063521. OLE color: 5063521.
HSL color Cylindrical-coordinate representation of color #61434D: hue angle of 340º degrees, saturation: 0.18, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #61434D is Cyan = 0, Magento = 0.31, Yellow = 0.21 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 67 | 77 | - |
| CMYK | 0 | 0.31 | 0.21 | 0.62 |
| HSL | 340º | 0.18% | 0.32% | - |
| HSV(B) | 340º | 0.31% | 0.38% | - |
| XYZ | 8.28 | 7.09 | 7.95 | - |
| YUV | 77.11 | 127.94 | 142.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 67 | 77 | 0 | 0.31 | 0.21 | 0.62 | 340 | 0.18 | 0.32 |
| Hex | 61 | 43 | 4D | 0 | 1F | 15 | 3E | 154 | 12 | 20 |
| Octal | 141 | 103 | 115 | 0 | 37 | 25 | 76 | 524 | 22 | 40 |
| Binary | 1100001 | 1000011 | 1001101 | 0 | 11111 | 10101 | 111110 | 101010100 | 10010 | 100000 |
Color Harmonies of #61434D
Complementary color
Monochromatic Colors of #61434D
Black with #61434D
Text Example
Text Example
White with #61434D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61434D; }
p { color: rgb(97,67,77); }
H1.HeaderClassName
{
color: #61434D;
}
.AnyTagClassName
{
color: #61434D;
}
</style>
background-color css
<style>
a { background-color: #61434D; }
a { background-color: rgb(97,67,77); }
div.DivClassName
{
background-color: #61434D;
}
.BgClassName
{
background-color: #61434D;
}
</style>
border-color css
<style>
span { border-color: #61434D; }
span { border-color: rgb(97,67,77); }
td.TdClassName
{
border-color: #61434D;
}
.TagClassName
{
border-color: #61434D;
}
</style>