Shades of Tawny Port #60364D
Tints of Tawny Port #60364D
RGB
CMYK
RGB Variations
Color information
#60364D (or 0x60364D) is known color: Tawny Port. HEX triplet: 60, 36 and 4D. RGB value is (96,54,77). Sum of RGB (Red+Green+Blue) = 96+54+77=227 (30% of max value = 765). Red value is 96 (37.89% from 255 or 42.29% from 227); Green value is 54 (21.48% from 255 or 23.79% from 227); Blue value is 77 (30.47% from 255 or 33.92% from 227); Max value from RGB is 96 - color contains mainly: red. Hex color #60364D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60364D is #9FC9B2. Grayscale: #454545. Windows color (decimal): -10471859 or 5060192. OLE color: 5060192.
HSL color Cylindrical-coordinate representation of color #60364D: hue angle of 327.14º degrees, saturation: 0.28, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #60364D is Cyan = 0, Magento = 0.44, Yellow = 0.20 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 54 | 77 | - |
| CMYK | 0 | 0.44 | 0.20 | 0.62 |
| HSL | 327.14º | 0.28% | 0.29% | - |
| HSV(B) | 327.14º | 0.44% | 0.38% | - |
| XYZ | 7.48 | 5.66 | 7.72 | - |
| YUV | 69.18 | 132.41 | 147.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 54 | 77 | 0 | 0.44 | 0.20 | 0.62 | 327.14 | 0.28 | 0.29 |
| Hex | 60 | 36 | 4D | 0 | 2C | 14 | 3E | 147 | 1C | 1D |
| Octal | 140 | 66 | 115 | 0 | 54 | 24 | 76 | 507 | 34 | 35 |
| Binary | 1100000 | 110110 | 1001101 | 0 | 101100 | 10100 | 111110 | 101000111 | 11100 | 11101 |
Color Harmonies of #60364D
Complementary color
Monochromatic Colors of #60364D
Black with #60364D
Text Example
Text Example
White with #60364D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60364D; }
p { color: rgb(96,54,77); }
H1.HeaderClassName
{
color: #60364D;
}
.AnyTagClassName
{
color: #60364D;
}
</style>
background-color css
<style>
a { background-color: #60364D; }
a { background-color: rgb(96,54,77); }
div.DivClassName
{
background-color: #60364D;
}
.BgClassName
{
background-color: #60364D;
}
</style>
border-color css
<style>
span { border-color: #60364D; }
span { border-color: rgb(96,54,77); }
td.TdClassName
{
border-color: #60364D;
}
.TagClassName
{
border-color: #60364D;
}
</style>