Shades of Tawny Port #60404D
Tints of Tawny Port #60404D
RGB
CMYK
RGB Variations
Color information
#60404D (or 0x60404D) is known color: Tawny Port. HEX triplet: 60, 40 and 4D. RGB value is (96,64,77). Sum of RGB (Red+Green+Blue) = 96+64+77=237 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.51% from 237); Green value is 64 (25.39% from 255 or 27.00% from 237); Blue value is 77 (30.47% from 255 or 32.49% from 237); Max value from RGB is 96 - color contains mainly: red. Hex color #60404D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60404D is #9FBFB2. Grayscale: #4B4B4B. Windows color (decimal): -10469299 or 5062752. OLE color: 5062752.
HSL color Cylindrical-coordinate representation of color #60404D: hue angle of 335.62º degrees, saturation: 0.2, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #60404D is Cyan = 0, Magento = 0.33, Yellow = 0.20 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 64 | 77 | - |
| CMYK | 0 | 0.33 | 0.20 | 0.62 |
| HSL | 335.63º | 0.2% | 0.31% | - |
| HSV(B) | 335.63º | 0.33% | 0.38% | - |
| XYZ | 8 | 6.69 | 7.89 | - |
| YUV | 75.05 | 129.1 | 142.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 64 | 77 | 0 | 0.33 | 0.20 | 0.62 | 335.63 | 0.2 | 0.31 |
| Hex | 60 | 40 | 4D | 0 | 21 | 14 | 3E | 150 | 14 | 1F |
| Octal | 140 | 100 | 115 | 0 | 41 | 24 | 76 | 520 | 24 | 37 |
| Binary | 1100000 | 1000000 | 1001101 | 0 | 100001 | 10100 | 111110 | 101010000 | 10100 | 11111 |
Color Harmonies of #60404D
Complementary color
Monochromatic Colors of #60404D
Black with #60404D
Text Example
Text Example
White with #60404D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60404D; }
p { color: rgb(96,64,77); }
H1.HeaderClassName
{
color: #60404D;
}
.AnyTagClassName
{
color: #60404D;
}
</style>
background-color css
<style>
a { background-color: #60404D; }
a { background-color: rgb(96,64,77); }
div.DivClassName
{
background-color: #60404D;
}
.BgClassName
{
background-color: #60404D;
}
</style>
border-color css
<style>
span { border-color: #60404D; }
span { border-color: rgb(96,64,77); }
td.TdClassName
{
border-color: #60404D;
}
.TagClassName
{
border-color: #60404D;
}
</style>