Shades of Tawny Port #603046
Tints of Tawny Port #603046
RGB
CMYK
RGB Variations
Color information
#603046 (or 0x603046) is known color: Tawny Port. HEX triplet: 60, 30 and 46. RGB value is (96,48,70). Sum of RGB (Red+Green+Blue) = 96+48+70=214 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.86% from 214); Green value is 48 (19.14% from 255 or 22.43% from 214); Blue value is 70 (27.73% from 255 or 32.71% from 214); Max value from RGB is 96 - color contains mainly: red. Hex color #603046 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603046 is #9FCFB9. Grayscale: #404040. Windows color (decimal): -10473402 or 4599904. OLE color: 4599904.
HSL color Cylindrical-coordinate representation of color #603046: hue angle of 332.5º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #603046 is Cyan = 0, Magento = 0.50, Yellow = 0.27 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 48 | 70 | - |
| CMYK | 0 | 0.50 | 0.27 | 0.62 |
| HSL | 332.5º | 0.33% | 0.28% | - |
| HSV(B) | 332.5º | 0.5% | 0.38% | - |
| XYZ | 6.99 | 5.04 | 6.4 | - |
| YUV | 64.86 | 130.9 | 150.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 48 | 70 | 0 | 0.50 | 0.27 | 0.62 | 332.5 | 0.33 | 0.28 |
| Hex | 60 | 30 | 46 | 0 | 32 | 1B | 3E | 14C | 21 | 1C |
| Octal | 140 | 60 | 106 | 0 | 62 | 33 | 76 | 514 | 41 | 34 |
| Binary | 1100000 | 110000 | 1000110 | 0 | 110010 | 11011 | 111110 | 101001100 | 100001 | 11100 |
Color Harmonies of #603046
Complementary color
Monochromatic Colors of #603046
Black with #603046
Text Example
Text Example
White with #603046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603046; }
p { color: rgb(96,48,70); }
H1.HeaderClassName
{
color: #603046;
}
.AnyTagClassName
{
color: #603046;
}
</style>
background-color css
<style>
a { background-color: #603046; }
a { background-color: rgb(96,48,70); }
div.DivClassName
{
background-color: #603046;
}
.BgClassName
{
background-color: #603046;
}
</style>
border-color css
<style>
span { border-color: #603046; }
span { border-color: rgb(96,48,70); }
td.TdClassName
{
border-color: #603046;
}
.TagClassName
{
border-color: #603046;
}
</style>