Shades of Tawny Port #673445
Tints of Tawny Port #673445
RGB
CMYK
RGB Variations
Color information
#673445 (or 0x673445) is known color: Tawny Port. HEX triplet: 67, 34 and 45. RGB value is (103,52,69). Sum of RGB (Red+Green+Blue) = 103+52+69=224 (29% of max value = 765). Red value is 103 (40.62% from 255 or 45.98% from 224); Green value is 52 (20.70% from 255 or 23.21% from 224); Blue value is 69 (27.34% from 255 or 30.80% from 224); Max value from RGB is 103 - color contains mainly: red. Hex color #673445 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #673445 is #98CBBA. Grayscale: #454545. Windows color (decimal): -10013627 or 4535399. OLE color: 4535399.
HSL color Cylindrical-coordinate representation of color #673445: hue angle of 340º degrees, saturation: 0.33, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #673445 is Cyan = 0, Magento = 0.50, Yellow = 0.33 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 52 | 69 | - |
| CMYK | 0 | 0.50 | 0.33 | 0.60 |
| HSL | 340º | 0.33% | 0.3% | - |
| HSV(B) | 340º | 0.5% | 0.4% | - |
| XYZ | 7.9 | 5.77 | 6.33 | - |
| YUV | 69.19 | 127.9 | 152.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 52 | 69 | 0 | 0.50 | 0.33 | 0.60 | 340 | 0.33 | 0.3 |
| Hex | 67 | 34 | 45 | 0 | 32 | 21 | 3C | 154 | 21 | 1E |
| Octal | 147 | 64 | 105 | 0 | 62 | 41 | 74 | 524 | 41 | 36 |
| Binary | 1100111 | 110100 | 1000101 | 0 | 110010 | 100001 | 111100 | 101010100 | 100001 | 11110 |
Color Harmonies of #673445
Complementary color
Monochromatic Colors of #673445
Black with #673445
Text Example
Text Example
White with #673445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673445; }
p { color: rgb(103,52,69); }
H1.HeaderClassName
{
color: #673445;
}
.AnyTagClassName
{
color: #673445;
}
</style>
background-color css
<style>
a { background-color: #673445; }
a { background-color: rgb(103,52,69); }
div.DivClassName
{
background-color: #673445;
}
.BgClassName
{
background-color: #673445;
}
</style>
border-color css
<style>
span { border-color: #673445; }
span { border-color: rgb(103,52,69); }
td.TdClassName
{
border-color: #673445;
}
.TagClassName
{
border-color: #673445;
}
</style>