Shades of Tawny Port #61404B
Tints of Tawny Port #61404B
RGB
CMYK
RGB Variations
Color information
#61404B (or 0x61404B) is known color: Tawny Port. HEX triplet: 61, 40 and 4B. RGB value is (97,64,75). Sum of RGB (Red+Green+Blue) = 97+64+75=236 (31% of max value = 765). Red value is 97 (38.28% from 255 or 41.10% from 236); Green value is 64 (25.39% from 255 or 27.12% from 236); Blue value is 75 (29.69% from 255 or 31.78% from 236); Max value from RGB is 97 - color contains mainly: red. Hex color #61404B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61404B is #9EBFB4. Grayscale: #4B4B4B. Windows color (decimal): -10403765 or 4931681. OLE color: 4931681.
HSL color Cylindrical-coordinate representation of color #61404B: hue angle of 340º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #61404B is Cyan = 0, Magento = 0.34, Yellow = 0.23 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 64 | 75 | - |
| CMYK | 0 | 0.34 | 0.23 | 0.62 |
| HSL | 340º | 0.2% | 0.32% | - |
| HSV(B) | 340º | 0.34% | 0.38% | - |
| XYZ | 8.03 | 6.72 | 7.53 | - |
| YUV | 75.12 | 127.93 | 143.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 64 | 75 | 0 | 0.34 | 0.23 | 0.62 | 340 | 0.2 | 0.32 |
| Hex | 61 | 40 | 4B | 0 | 22 | 17 | 3E | 154 | 14 | 20 |
| Octal | 141 | 100 | 113 | 0 | 42 | 27 | 76 | 524 | 24 | 40 |
| Binary | 1100001 | 1000000 | 1001011 | 0 | 100010 | 10111 | 111110 | 101010100 | 10100 | 100000 |
Color Harmonies of #61404B
Complementary color
Monochromatic Colors of #61404B
Black with #61404B
Text Example
Text Example
White with #61404B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61404B; }
p { color: rgb(97,64,75); }
H1.HeaderClassName
{
color: #61404B;
}
.AnyTagClassName
{
color: #61404B;
}
</style>
background-color css
<style>
a { background-color: #61404B; }
a { background-color: rgb(97,64,75); }
div.DivClassName
{
background-color: #61404B;
}
.BgClassName
{
background-color: #61404B;
}
</style>
border-color css
<style>
span { border-color: #61404B; }
span { border-color: rgb(97,64,75); }
td.TdClassName
{
border-color: #61404B;
}
.TagClassName
{
border-color: #61404B;
}
</style>