Shades of Tawny Port #673A45
Tints of Tawny Port #673A45
RGB
CMYK
RGB Variations
Color information
#673A45 (or 0x673A45) is known color: Tawny Port. HEX triplet: 67, 3A and 45. RGB value is (103,58,69). Sum of RGB (Red+Green+Blue) = 103+58+69=230 (30% of max value = 765). Red value is 103 (40.62% from 255 or 44.78% from 230); Green value is 58 (23.05% from 255 or 25.22% from 230); Blue value is 69 (27.34% from 255 or 30% from 230); Max value from RGB is 103 - color contains mainly: red. Hex color #673A45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #673A45 is #98C5BA. Grayscale: #484848. Windows color (decimal): -10012091 or 4536935. OLE color: 4536935.
HSL color Cylindrical-coordinate representation of color #673A45: hue angle of 345.33º degrees, saturation: 0.28, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #673A45 is Cyan = 0, Magento = 0.44, Yellow = 0.33 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 58 | 69 | - |
| CMYK | 0 | 0.44 | 0.33 | 0.60 |
| HSL | 345.33º | 0.28% | 0.32% | - |
| HSV(B) | 345.33º | 0.44% | 0.4% | - |
| XYZ | 8.18 | 6.34 | 6.42 | - |
| YUV | 72.71 | 125.91 | 149.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 58 | 69 | 0 | 0.44 | 0.33 | 0.60 | 345.33 | 0.28 | 0.32 |
| Hex | 67 | 3A | 45 | 0 | 2C | 21 | 3C | 159 | 1C | 20 |
| Octal | 147 | 72 | 105 | 0 | 54 | 41 | 74 | 531 | 34 | 40 |
| Binary | 1100111 | 111010 | 1000101 | 0 | 101100 | 100001 | 111100 | 101011001 | 11100 | 100000 |
Color Harmonies of #673A45
Complementary color
Monochromatic Colors of #673A45
Black with #673A45
Text Example
Text Example
White with #673A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673A45; }
p { color: rgb(103,58,69); }
H1.HeaderClassName
{
color: #673A45;
}
.AnyTagClassName
{
color: #673A45;
}
</style>
background-color css
<style>
a { background-color: #673A45; }
a { background-color: rgb(103,58,69); }
div.DivClassName
{
background-color: #673A45;
}
.BgClassName
{
background-color: #673A45;
}
</style>
border-color css
<style>
span { border-color: #673A45; }
span { border-color: rgb(103,58,69); }
td.TdClassName
{
border-color: #673A45;
}
.TagClassName
{
border-color: #673A45;
}
</style>