Shades of Tawny Port #604148
Tints of Tawny Port #604148
RGB
CMYK
RGB Variations
Color information
#604148 (or 0x604148) is known color: Tawny Port. HEX triplet: 60, 41 and 48. RGB value is (96,65,72). Sum of RGB (Red+Green+Blue) = 96+65+72=233 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.20% from 233); Green value is 65 (25.78% from 255 or 27.90% from 233); Blue value is 72 (28.52% from 255 or 30.90% from 233); Max value from RGB is 96 - color contains mainly: red. Hex color #604148 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604148 is #9FBEB7. Grayscale: #4B4B4B. Windows color (decimal): -10469048 or 4735328. OLE color: 4735328.
HSL color Cylindrical-coordinate representation of color #604148: hue angle of 346.45º degrees, saturation: 0.19, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #604148 is Cyan = 0, Magento = 0.32, Yellow = 0.25 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 65 | 72 | - |
| CMYK | 0 | 0.32 | 0.25 | 0.62 |
| HSL | 346.45º | 0.19% | 0.32% | - |
| HSV(B) | 346.45º | 0.32% | 0.38% | - |
| XYZ | 7.88 | 6.74 | 7.02 | - |
| YUV | 75.07 | 126.27 | 142.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 65 | 72 | 0 | 0.32 | 0.25 | 0.62 | 346.45 | 0.19 | 0.32 |
| Hex | 60 | 41 | 48 | 0 | 20 | 19 | 3E | 15A | 13 | 20 |
| Octal | 140 | 101 | 110 | 0 | 40 | 31 | 76 | 532 | 23 | 40 |
| Binary | 1100000 | 1000001 | 1001000 | 0 | 100000 | 11001 | 111110 | 101011010 | 10011 | 100000 |
Color Harmonies of #604148
Complementary color
Monochromatic Colors of #604148
Black with #604148
Text Example
Text Example
White with #604148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #604148; }
p { color: rgb(96,65,72); }
H1.HeaderClassName
{
color: #604148;
}
.AnyTagClassName
{
color: #604148;
}
</style>
background-color css
<style>
a { background-color: #604148; }
a { background-color: rgb(96,65,72); }
div.DivClassName
{
background-color: #604148;
}
.BgClassName
{
background-color: #604148;
}
</style>
border-color css
<style>
span { border-color: #604148; }
span { border-color: rgb(96,65,72); }
td.TdClassName
{
border-color: #604148;
}
.TagClassName
{
border-color: #604148;
}
</style>