Shades of Tawny Port #60384E
Tints of Tawny Port #60384E
RGB
CMYK
RGB Variations
Color information
#60384E (or 0x60384E) is known color: Tawny Port. HEX triplet: 60, 38 and 4E. RGB value is (96,56,78). Sum of RGB (Red+Green+Blue) = 96+56+78=230 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.74% from 230); Green value is 56 (22.27% from 255 or 24.35% from 230); Blue value is 78 (30.86% from 255 or 33.91% from 230); Max value from RGB is 96 - color contains mainly: red. Hex color #60384E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60384E is #9FC7B1. Grayscale: #464646. Windows color (decimal): -10471346 or 5126240. OLE color: 5126240.
HSL color Cylindrical-coordinate representation of color #60384E: hue angle of 327º degrees, saturation: 0.26, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #60384E is Cyan = 0, Magento = 0.42, Yellow = 0.19 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 56 | 78 | - |
| CMYK | 0 | 0.42 | 0.19 | 0.62 |
| HSL | 327º | 0.26% | 0.3% | - |
| HSV(B) | 327º | 0.42% | 0.38% | - |
| XYZ | 7.61 | 5.87 | 7.94 | - |
| YUV | 70.47 | 132.25 | 146.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 56 | 78 | 0 | 0.42 | 0.19 | 0.62 | 327 | 0.26 | 0.3 |
| Hex | 60 | 38 | 4E | 0 | 2A | 13 | 3E | 147 | 1A | 1E |
| Octal | 140 | 70 | 116 | 0 | 52 | 23 | 76 | 507 | 32 | 36 |
| Binary | 1100000 | 111000 | 1001110 | 0 | 101010 | 10011 | 111110 | 101000111 | 11010 | 11110 |
Color Harmonies of #60384E
Complementary color
Monochromatic Colors of #60384E
Black with #60384E
Text Example
Text Example
White with #60384E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60384E; }
p { color: rgb(96,56,78); }
H1.HeaderClassName
{
color: #60384E;
}
.AnyTagClassName
{
color: #60384E;
}
</style>
background-color css
<style>
a { background-color: #60384E; }
a { background-color: rgb(96,56,78); }
div.DivClassName
{
background-color: #60384E;
}
.BgClassName
{
background-color: #60384E;
}
</style>
border-color css
<style>
span { border-color: #60384E; }
span { border-color: rgb(96,56,78); }
td.TdClassName
{
border-color: #60384E;
}
.TagClassName
{
border-color: #60384E;
}
</style>