Shades of Tawny Port #60444D
Tints of Tawny Port #60444D
RGB
CMYK
RGB Variations
Color information
#60444D (or 0x60444D) is known color: Tawny Port. HEX triplet: 60, 44 and 4D. RGB value is (96,68,77). Sum of RGB (Red+Green+Blue) = 96+68+77=241 (31% of max value = 765). Red value is 96 (37.89% from 255 or 39.83% from 241); Green value is 68 (26.95% from 255 or 28.22% from 241); Blue value is 77 (30.47% from 255 or 31.95% from 241); Max value from RGB is 96 - color contains mainly: red. Hex color #60444D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60444D is #9FBBB2. Grayscale: #4D4D4D. Windows color (decimal): -10468275 or 5063776. OLE color: 5063776.
HSL color Cylindrical-coordinate representation of color #60444D: hue angle of 340.71º degrees, saturation: 0.17, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #60444D is Cyan = 0, Magento = 0.29, Yellow = 0.20 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 68 | 77 | - |
| CMYK | 0 | 0.29 | 0.20 | 0.62 |
| HSL | 340.71º | 0.17% | 0.32% | - |
| HSV(B) | 340.71º | 0.29% | 0.38% | - |
| XYZ | 8.23 | 7.16 | 7.97 | - |
| YUV | 77.4 | 127.78 | 141.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 68 | 77 | 0 | 0.29 | 0.20 | 0.62 | 340.71 | 0.17 | 0.32 |
| Hex | 60 | 44 | 4D | 0 | 1D | 14 | 3E | 155 | 11 | 20 |
| Octal | 140 | 104 | 115 | 0 | 35 | 24 | 76 | 525 | 21 | 40 |
| Binary | 1100000 | 1000100 | 1001101 | 0 | 11101 | 10100 | 111110 | 101010101 | 10001 | 100000 |
Color Harmonies of #60444D
Complementary color
Monochromatic Colors of #60444D
Black with #60444D
Text Example
Text Example
White with #60444D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60444D; }
p { color: rgb(96,68,77); }
H1.HeaderClassName
{
color: #60444D;
}
.AnyTagClassName
{
color: #60444D;
}
</style>
background-color css
<style>
a { background-color: #60444D; }
a { background-color: rgb(96,68,77); }
div.DivClassName
{
background-color: #60444D;
}
.BgClassName
{
background-color: #60444D;
}
</style>
border-color css
<style>
span { border-color: #60444D; }
span { border-color: rgb(96,68,77); }
td.TdClassName
{
border-color: #60444D;
}
.TagClassName
{
border-color: #60444D;
}
</style>