Shades of Tawny Port #61444B
Tints of Tawny Port #61444B
RGB
CMYK
RGB Variations
Color information
#61444B (or 0x61444B) is known color: Tawny Port. HEX triplet: 61, 44 and 4B. RGB value is (97,68,75). Sum of RGB (Red+Green+Blue) = 97+68+75=240 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.42% from 240); Green value is 68 (26.95% from 255 or 28.33% from 240); Blue value is 75 (29.69% from 255 or 31.25% from 240); Max value from RGB is 97 - color contains mainly: red. Hex color #61444B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61444B is #9EBBB4. Grayscale: #4D4D4D. Windows color (decimal): -10402741 or 4932705. OLE color: 4932705.
HSL color Cylindrical-coordinate representation of color #61444B: hue angle of 345.52º 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 #61444B is Cyan = 0, Magento = 0.30, Yellow = 0.23 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 68 | 75 | - |
| CMYK | 0 | 0.30 | 0.23 | 0.62 |
| HSL | 345.52º | 0.18% | 0.32% | - |
| HSV(B) | 345.52º | 0.3% | 0.38% | - |
| XYZ | 8.27 | 7.18 | 7.61 | - |
| YUV | 77.47 | 126.61 | 141.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 68 | 75 | 0 | 0.30 | 0.23 | 0.62 | 345.52 | 0.18 | 0.32 |
| Hex | 61 | 44 | 4B | 0 | 1E | 17 | 3E | 15A | 12 | 20 |
| Octal | 141 | 104 | 113 | 0 | 36 | 27 | 76 | 532 | 22 | 40 |
| Binary | 1100001 | 1000100 | 1001011 | 0 | 11110 | 10111 | 111110 | 101011010 | 10010 | 100000 |
Color Harmonies of #61444B
Complementary color
Monochromatic Colors of #61444B
Black with #61444B
Text Example
Text Example
White with #61444B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61444B; }
p { color: rgb(97,68,75); }
H1.HeaderClassName
{
color: #61444B;
}
.AnyTagClassName
{
color: #61444B;
}
</style>
background-color css
<style>
a { background-color: #61444B; }
a { background-color: rgb(97,68,75); }
div.DivClassName
{
background-color: #61444B;
}
.BgClassName
{
background-color: #61444B;
}
</style>
border-color css
<style>
span { border-color: #61444B; }
span { border-color: rgb(97,68,75); }
td.TdClassName
{
border-color: #61444B;
}
.TagClassName
{
border-color: #61444B;
}
</style>