Shades of Tawny Port #603445
Tints of Tawny Port #603445
RGB
CMYK
RGB Variations
Color information
#603445 (or 0x603445) is known color: Tawny Port. HEX triplet: 60, 34 and 45. RGB value is (96,52,69). Sum of RGB (Red+Green+Blue) = 96+52+69=217 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.24% from 217); Green value is 52 (20.70% from 255 or 23.96% from 217); Blue value is 69 (27.34% from 255 or 31.80% from 217); Max value from RGB is 96 - color contains mainly: red. Hex color #603445 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603445 is #9FCBBA. Grayscale: #434343. Windows color (decimal): -10472379 or 4535392. OLE color: 4535392.
HSL color Cylindrical-coordinate representation of color #603445: hue angle of 336.82º degrees, saturation: 0.3, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #603445 is Cyan = 0, Magento = 0.46, Yellow = 0.28 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 52 | 69 | - |
| CMYK | 0 | 0.46 | 0.28 | 0.62 |
| HSL | 336.82º | 0.3% | 0.29% | - |
| HSV(B) | 336.82º | 0.46% | 0.38% | - |
| XYZ | 7.13 | 5.37 | 6.29 | - |
| YUV | 67.09 | 129.08 | 148.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 52 | 69 | 0 | 0.46 | 0.28 | 0.62 | 336.82 | 0.3 | 0.29 |
| Hex | 60 | 34 | 45 | 0 | 2E | 1C | 3E | 151 | 1E | 1D |
| Octal | 140 | 64 | 105 | 0 | 56 | 34 | 76 | 521 | 36 | 35 |
| Binary | 1100000 | 110100 | 1000101 | 0 | 101110 | 11100 | 111110 | 101010001 | 11110 | 11101 |
Color Harmonies of #603445
Complementary color
Monochromatic Colors of #603445
Black with #603445
Text Example
Text Example
White with #603445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603445; }
p { color: rgb(96,52,69); }
H1.HeaderClassName
{
color: #603445;
}
.AnyTagClassName
{
color: #603445;
}
</style>
background-color css
<style>
a { background-color: #603445; }
a { background-color: rgb(96,52,69); }
div.DivClassName
{
background-color: #603445;
}
.BgClassName
{
background-color: #603445;
}
</style>
border-color css
<style>
span { border-color: #603445; }
span { border-color: rgb(96,52,69); }
td.TdClassName
{
border-color: #603445;
}
.TagClassName
{
border-color: #603445;
}
</style>