Shades of Tawny Port #603E48
Tints of Tawny Port #603E48
RGB
CMYK
RGB Variations
Color information
#603E48 (or 0x603E48) is known color: Tawny Port. HEX triplet: 60, 3E and 48. RGB value is (96,62,72). Sum of RGB (Red+Green+Blue) = 96+62+72=230 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.74% from 230); Green value is 62 (24.61% from 255 or 26.96% from 230); Blue value is 72 (28.52% from 255 or 31.30% from 230); Max value from RGB is 96 - color contains mainly: red. Hex color #603E48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603E48 is #9FC1B7. Grayscale: #494949. Windows color (decimal): -10469816 or 4734560. OLE color: 4734560.
HSL color Cylindrical-coordinate representation of color #603E48: hue angle of 342.35º degrees, saturation: 0.22, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #603E48 is Cyan = 0, Magento = 0.35, Yellow = 0.25 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 62 | 72 | - |
| CMYK | 0 | 0.35 | 0.25 | 0.62 |
| HSL | 342.35º | 0.22% | 0.31% | - |
| HSV(B) | 342.35º | 0.35% | 0.38% | - |
| XYZ | 7.72 | 6.4 | 6.96 | - |
| YUV | 73.31 | 127.26 | 144.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 62 | 72 | 0 | 0.35 | 0.25 | 0.62 | 342.35 | 0.22 | 0.31 |
| Hex | 60 | 3E | 48 | 0 | 23 | 19 | 3E | 156 | 16 | 1F |
| Octal | 140 | 76 | 110 | 0 | 43 | 31 | 76 | 526 | 26 | 37 |
| Binary | 1100000 | 111110 | 1001000 | 0 | 100011 | 11001 | 111110 | 101010110 | 10110 | 11111 |
Color Harmonies of #603E48
Complementary color
Monochromatic Colors of #603E48
Black with #603E48
Text Example
Text Example
White with #603E48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603E48; }
p { color: rgb(96,62,72); }
H1.HeaderClassName
{
color: #603E48;
}
.AnyTagClassName
{
color: #603E48;
}
</style>
background-color css
<style>
a { background-color: #603E48; }
a { background-color: rgb(96,62,72); }
div.DivClassName
{
background-color: #603E48;
}
.BgClassName
{
background-color: #603E48;
}
</style>
border-color css
<style>
span { border-color: #603E48; }
span { border-color: rgb(96,62,72); }
td.TdClassName
{
border-color: #603E48;
}
.TagClassName
{
border-color: #603E48;
}
</style>