Shades of Tawny Port #60404A
Tints of Tawny Port #60404A
RGB
CMYK
RGB Variations
Color information
#60404A (or 0x60404A) is known color: Tawny Port. HEX triplet: 60, 40 and 4A. RGB value is (96,64,74). Sum of RGB (Red+Green+Blue) = 96+64+74=234 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.03% from 234); Green value is 64 (25.39% from 255 or 27.35% from 234); Blue value is 74 (29.30% from 255 or 31.62% from 234); Max value from RGB is 96 - color contains mainly: red. Hex color #60404A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60404A is #9FBFB5. Grayscale: #4A4A4A. Windows color (decimal): -10469302 or 4866144. OLE color: 4866144.
HSL color Cylindrical-coordinate representation of color #60404A: hue angle of 341.25º 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 #60404A is Cyan = 0, Magento = 0.33, Yellow = 0.23 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 64 | 74 | - |
| CMYK | 0 | 0.33 | 0.23 | 0.62 |
| HSL | 341.25º | 0.2% | 0.31% | - |
| HSV(B) | 341.25º | 0.33% | 0.38% | - |
| XYZ | 7.89 | 6.65 | 7.35 | - |
| YUV | 74.71 | 127.6 | 143.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 64 | 74 | 0 | 0.33 | 0.23 | 0.62 | 341.25 | 0.2 | 0.31 |
| Hex | 60 | 40 | 4A | 0 | 21 | 17 | 3E | 155 | 14 | 1F |
| Octal | 140 | 100 | 112 | 0 | 41 | 27 | 76 | 525 | 24 | 37 |
| Binary | 1100000 | 1000000 | 1001010 | 0 | 100001 | 10111 | 111110 | 101010101 | 10100 | 11111 |
Color Harmonies of #60404A
Complementary color
Monochromatic Colors of #60404A
Black with #60404A
Text Example
Text Example
White with #60404A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60404A; }
p { color: rgb(96,64,74); }
H1.HeaderClassName
{
color: #60404A;
}
.AnyTagClassName
{
color: #60404A;
}
</style>
background-color css
<style>
a { background-color: #60404A; }
a { background-color: rgb(96,64,74); }
div.DivClassName
{
background-color: #60404A;
}
.BgClassName
{
background-color: #60404A;
}
</style>
border-color css
<style>
span { border-color: #60404A; }
span { border-color: rgb(96,64,74); }
td.TdClassName
{
border-color: #60404A;
}
.TagClassName
{
border-color: #60404A;
}
</style>