Shades of Tawny Port #603C4D
Tints of Tawny Port #603C4D
RGB
CMYK
RGB Variations
Color information
#603C4D (or 0x603C4D) is known color: Tawny Port. HEX triplet: 60, 3C and 4D. RGB value is (96,60,77). Sum of RGB (Red+Green+Blue) = 96+60+77=233 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.20% from 233); Green value is 60 (23.83% from 255 or 25.75% from 233); Blue value is 77 (30.47% from 255 or 33.05% from 233); Max value from RGB is 96 - color contains mainly: red. Hex color #603C4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603C4D is #9FC3B2. Grayscale: #484848. Windows color (decimal): -10470323 or 5061728. OLE color: 5061728.
HSL color Cylindrical-coordinate representation of color #603C4D: hue angle of 331.67º degrees, saturation: 0.23, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #603C4D is Cyan = 0, Magento = 0.38, Yellow = 0.20 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 60 | 77 | - |
| CMYK | 0 | 0.38 | 0.20 | 0.62 |
| HSL | 331.67º | 0.23% | 0.31% | - |
| HSV(B) | 331.67º | 0.38% | 0.38% | - |
| XYZ | 7.78 | 6.25 | 7.82 | - |
| YUV | 72.7 | 130.43 | 144.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 60 | 77 | 0 | 0.38 | 0.20 | 0.62 | 331.67 | 0.23 | 0.31 |
| Hex | 60 | 3C | 4D | 0 | 26 | 14 | 3E | 14C | 17 | 1F |
| Octal | 140 | 74 | 115 | 0 | 46 | 24 | 76 | 514 | 27 | 37 |
| Binary | 1100000 | 111100 | 1001101 | 0 | 100110 | 10100 | 111110 | 101001100 | 10111 | 11111 |
Color Harmonies of #603C4D
Complementary color
Monochromatic Colors of #603C4D
Black with #603C4D
Text Example
Text Example
White with #603C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603C4D; }
p { color: rgb(96,60,77); }
H1.HeaderClassName
{
color: #603C4D;
}
.AnyTagClassName
{
color: #603C4D;
}
</style>
background-color css
<style>
a { background-color: #603C4D; }
a { background-color: rgb(96,60,77); }
div.DivClassName
{
background-color: #603C4D;
}
.BgClassName
{
background-color: #603C4D;
}
</style>
border-color css
<style>
span { border-color: #603C4D; }
span { border-color: rgb(96,60,77); }
td.TdClassName
{
border-color: #603C4D;
}
.TagClassName
{
border-color: #603C4D;
}
</style>