Shades of Tawny Port #603A46
Tints of Tawny Port #603A46
RGB
CMYK
RGB Variations
Color information
#603A46 (or 0x603A46) is known color: Tawny Port. HEX triplet: 60, 3A and 46. RGB value is (96,58,70). Sum of RGB (Red+Green+Blue) = 96+58+70=224 (29% of max value = 765). Red value is 96 (37.89% from 255 or 42.86% from 224); Green value is 58 (23.05% from 255 or 25.89% from 224); Blue value is 70 (27.73% from 255 or 31.25% from 224); Max value from RGB is 96 - color contains mainly: red. Hex color #603A46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603A46 is #9FC5B9. Grayscale: #464646. Windows color (decimal): -10470842 or 4602464. OLE color: 4602464.
HSL color Cylindrical-coordinate representation of color #603A46: hue angle of 341.05º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #603A46 is Cyan = 0, Magento = 0.40, Yellow = 0.27 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 58 | 70 | - |
| CMYK | 0 | 0.40 | 0.27 | 0.62 |
| HSL | 341.05º | 0.25% | 0.3% | - |
| HSV(B) | 341.05º | 0.4% | 0.38% | - |
| XYZ | 7.44 | 5.96 | 6.55 | - |
| YUV | 70.73 | 127.59 | 146.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 58 | 70 | 0 | 0.40 | 0.27 | 0.62 | 341.05 | 0.25 | 0.3 |
| Hex | 60 | 3A | 46 | 0 | 28 | 1B | 3E | 155 | 19 | 1E |
| Octal | 140 | 72 | 106 | 0 | 50 | 33 | 76 | 525 | 31 | 36 |
| Binary | 1100000 | 111010 | 1000110 | 0 | 101000 | 11011 | 111110 | 101010101 | 11001 | 11110 |
Color Harmonies of #603A46
Complementary color
Monochromatic Colors of #603A46
Black with #603A46
Text Example
Text Example
White with #603A46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603A46; }
p { color: rgb(96,58,70); }
H1.HeaderClassName
{
color: #603A46;
}
.AnyTagClassName
{
color: #603A46;
}
</style>
background-color css
<style>
a { background-color: #603A46; }
a { background-color: rgb(96,58,70); }
div.DivClassName
{
background-color: #603A46;
}
.BgClassName
{
background-color: #603A46;
}
</style>
border-color css
<style>
span { border-color: #603A46; }
span { border-color: rgb(96,58,70); }
td.TdClassName
{
border-color: #603A46;
}
.TagClassName
{
border-color: #603A46;
}
</style>