Shades of Tawny Port #61454D
Tints of Tawny Port #61454D
RGB
CMYK
RGB Variations
Color information
#61454D (or 0x61454D) is known color: Tawny Port. HEX triplet: 61, 45 and 4D. RGB value is (97,69,77). Sum of RGB (Red+Green+Blue) = 97+69+77=243 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.92% from 243); Green value is 69 (27.34% from 255 or 28.40% from 243); Blue value is 77 (30.47% from 255 or 31.69% from 243); Max value from RGB is 97 - color contains mainly: red. Hex color #61454D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61454D is #9EBAB2. Grayscale: #4E4E4E. Windows color (decimal): -10402483 or 5064033. OLE color: 5064033.
HSL color Cylindrical-coordinate representation of color #61454D: hue angle of 342.86º degrees, saturation: 0.17, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #61454D is Cyan = 0, Magento = 0.29, Yellow = 0.21 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 69 | 77 | - |
| CMYK | 0 | 0.29 | 0.21 | 0.62 |
| HSL | 342.86º | 0.17% | 0.33% | - |
| HSV(B) | 342.86º | 0.29% | 0.38% | - |
| XYZ | 8.4 | 7.33 | 7.99 | - |
| YUV | 78.28 | 127.28 | 141.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 69 | 77 | 0 | 0.29 | 0.21 | 0.62 | 342.86 | 0.17 | 0.33 |
| Hex | 61 | 45 | 4D | 0 | 1D | 15 | 3E | 157 | 11 | 21 |
| Octal | 141 | 105 | 115 | 0 | 35 | 25 | 76 | 527 | 21 | 41 |
| Binary | 1100001 | 1000101 | 1001101 | 0 | 11101 | 10101 | 111110 | 101010111 | 10001 | 100001 |
Color Harmonies of #61454D
Complementary color
Monochromatic Colors of #61454D
Black with #61454D
Text Example
Text Example
White with #61454D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61454D; }
p { color: rgb(97,69,77); }
H1.HeaderClassName
{
color: #61454D;
}
.AnyTagClassName
{
color: #61454D;
}
</style>
background-color css
<style>
a { background-color: #61454D; }
a { background-color: rgb(97,69,77); }
div.DivClassName
{
background-color: #61454D;
}
.BgClassName
{
background-color: #61454D;
}
</style>
border-color css
<style>
span { border-color: #61454D; }
span { border-color: rgb(97,69,77); }
td.TdClassName
{
border-color: #61454D;
}
.TagClassName
{
border-color: #61454D;
}
</style>