Shades of Tawny Port #60344D
Tints of Tawny Port #60344D
RGB
CMYK
RGB Variations
Color information
#60344D (or 0x60344D) is known color: Tawny Port. HEX triplet: 60, 34 and 4D. RGB value is (96,52,77). Sum of RGB (Red+Green+Blue) = 96+52+77=225 (29% of max value = 765). Red value is 96 (37.89% from 255 or 42.67% from 225); Green value is 52 (20.70% from 255 or 23.11% from 225); Blue value is 77 (30.47% from 255 or 34.22% from 225); Max value from RGB is 96 - color contains mainly: red. Hex color #60344D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60344D is #9FCBB2. Grayscale: #434343. Windows color (decimal): -10472371 or 5059680. OLE color: 5059680.
HSL color Cylindrical-coordinate representation of color #60344D: hue angle of 325.91º degrees, saturation: 0.3, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #60344D is Cyan = 0, Magento = 0.46, Yellow = 0.20 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 52 | 77 | - |
| CMYK | 0 | 0.46 | 0.20 | 0.62 |
| HSL | 325.91º | 0.3% | 0.29% | - |
| HSV(B) | 325.91º | 0.46% | 0.38% | - |
| XYZ | 7.39 | 5.48 | 7.69 | - |
| YUV | 68.01 | 133.08 | 147.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 52 | 77 | 0 | 0.46 | 0.20 | 0.62 | 325.91 | 0.3 | 0.29 |
| Hex | 60 | 34 | 4D | 0 | 2E | 14 | 3E | 146 | 1E | 1D |
| Octal | 140 | 64 | 115 | 0 | 56 | 24 | 76 | 506 | 36 | 35 |
| Binary | 1100000 | 110100 | 1001101 | 0 | 101110 | 10100 | 111110 | 101000110 | 11110 | 11101 |
Color Harmonies of #60344D
Complementary color
Monochromatic Colors of #60344D
Black with #60344D
Text Example
Text Example
White with #60344D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60344D; }
p { color: rgb(96,52,77); }
H1.HeaderClassName
{
color: #60344D;
}
.AnyTagClassName
{
color: #60344D;
}
</style>
background-color css
<style>
a { background-color: #60344D; }
a { background-color: rgb(96,52,77); }
div.DivClassName
{
background-color: #60344D;
}
.BgClassName
{
background-color: #60344D;
}
</style>
border-color css
<style>
span { border-color: #60344D; }
span { border-color: rgb(96,52,77); }
td.TdClassName
{
border-color: #60344D;
}
.TagClassName
{
border-color: #60344D;
}
</style>