Shades of Tawny Port #603C40
Tints of Tawny Port #603C40
RGB
CMYK
RGB Variations
Color information
#603C40 (or 0x603C40) is known color: Tawny Port. HEX triplet: 60, 3C and 40. RGB value is (96,60,64). Sum of RGB (Red+Green+Blue) = 96+60+64=220 (29% of max value = 765). Red value is 96 (37.89% from 255 or 43.64% from 220); Green value is 60 (23.83% from 255 or 27.27% from 220); Blue value is 64 (25.39% from 255 or 29.09% from 220); Max value from RGB is 96 - color contains mainly: red. Hex color #603C40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603C40 is #9FC3BF. Grayscale: #474747. Windows color (decimal): -10470336 or 4209760. OLE color: 4209760.
HSL color Cylindrical-coordinate representation of color #603C40: hue angle of 353.33º 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 #603C40 is Cyan = 0, Magento = 0.38, Yellow = 0.33 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 60 | 64 | - |
| CMYK | 0 | 0.38 | 0.33 | 0.62 |
| HSL | 353.33º | 0.23% | 0.31% | - |
| HSV(B) | 353.33º | 0.38% | 0.38% | - |
| XYZ | 7.37 | 6.09 | 5.64 | - |
| YUV | 71.22 | 123.93 | 145.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 60 | 64 | 0 | 0.38 | 0.33 | 0.62 | 353.33 | 0.23 | 0.31 |
| Hex | 60 | 3C | 40 | 0 | 26 | 21 | 3E | 161 | 17 | 1F |
| Octal | 140 | 74 | 100 | 0 | 46 | 41 | 76 | 541 | 27 | 37 |
| Binary | 1100000 | 111100 | 1000000 | 0 | 100110 | 100001 | 111110 | 101100001 | 10111 | 11111 |
Color Harmonies of #603C40
Complementary color
Monochromatic Colors of #603C40
Black with #603C40
Text Example
Text Example
White with #603C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603C40; }
p { color: rgb(96,60,64); }
H1.HeaderClassName
{
color: #603C40;
}
.AnyTagClassName
{
color: #603C40;
}
</style>
background-color css
<style>
a { background-color: #603C40; }
a { background-color: rgb(96,60,64); }
div.DivClassName
{
background-color: #603C40;
}
.BgClassName
{
background-color: #603C40;
}
</style>
border-color css
<style>
span { border-color: #603C40; }
span { border-color: rgb(96,60,64); }
td.TdClassName
{
border-color: #603C40;
}
.TagClassName
{
border-color: #603C40;
}
</style>