Shades of Tawny Port #604249
Tints of Tawny Port #604249
RGB
CMYK
RGB Variations
Color information
#604249 (or 0x604249) is known color: Tawny Port. HEX triplet: 60, 42 and 49. RGB value is (96,66,73). Sum of RGB (Red+Green+Blue) = 96+66+73=235 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.85% from 235); Green value is 66 (26.17% from 255 or 28.09% from 235); Blue value is 73 (28.91% from 255 or 31.06% from 235); Max value from RGB is 96 - color contains mainly: red. Hex color #604249 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604249 is #9FBDB6. Grayscale: #4B4B4B. Windows color (decimal): -10468791 or 4801120. OLE color: 4801120.
HSL color Cylindrical-coordinate representation of color #604249: hue angle of 346º degrees, saturation: 0.19, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #604249 is Cyan = 0, Magento = 0.31, Yellow = 0.24 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 66 | 73 | - |
| CMYK | 0 | 0.31 | 0.24 | 0.62 |
| HSL | 346º | 0.19% | 0.32% | - |
| HSV(B) | 346º | 0.31% | 0.38% | - |
| XYZ | 7.97 | 6.86 | 7.21 | - |
| YUV | 75.77 | 126.44 | 142.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 66 | 73 | 0 | 0.31 | 0.24 | 0.62 | 346 | 0.19 | 0.32 |
| Hex | 60 | 42 | 49 | 0 | 1F | 18 | 3E | 15A | 13 | 20 |
| Octal | 140 | 102 | 111 | 0 | 37 | 30 | 76 | 532 | 23 | 40 |
| Binary | 1100000 | 1000010 | 1001001 | 0 | 11111 | 11000 | 111110 | 101011010 | 10011 | 100000 |
Color Harmonies of #604249
Complementary color
Monochromatic Colors of #604249
Black with #604249
Text Example
Text Example
White with #604249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #604249; }
p { color: rgb(96,66,73); }
H1.HeaderClassName
{
color: #604249;
}
.AnyTagClassName
{
color: #604249;
}
</style>
background-color css
<style>
a { background-color: #604249; }
a { background-color: rgb(96,66,73); }
div.DivClassName
{
background-color: #604249;
}
.BgClassName
{
background-color: #604249;
}
</style>
border-color css
<style>
span { border-color: #604249; }
span { border-color: rgb(96,66,73); }
td.TdClassName
{
border-color: #604249;
}
.TagClassName
{
border-color: #604249;
}
</style>