Shades of Tawny Port #693049
Tints of Tawny Port #693049
RGB
CMYK
RGB Variations
Color information
#693049 (or 0x693049) is known color: Tawny Port. HEX triplet: 69, 30 and 49. RGB value is (105,48,73). Sum of RGB (Red+Green+Blue) = 105+48+73=226 (29% of max value = 765). Red value is 105 (41.41% from 255 or 46.46% from 226); Green value is 48 (19.14% from 255 or 21.24% from 226); Blue value is 73 (28.91% from 255 or 32.30% from 226); Max value from RGB is 105 - color contains mainly: red. Hex color #693049 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693049 is #96CFB6. Grayscale: #434343. Windows color (decimal): -9883575 or 4796521. OLE color: 4796521.
HSL color Cylindrical-coordinate representation of color #693049: hue angle of 333.68º degrees, saturation: 0.37, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #693049 is Cyan = 0, Magento = 0.54, Yellow = 0.30 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 48 | 73 | - |
| CMYK | 0 | 0.54 | 0.30 | 0.59 |
| HSL | 333.68º | 0.37% | 0.3% | - |
| HSV(B) | 333.68º | 0.54% | 0.41% | - |
| XYZ | 8.09 | 5.6 | 6.96 | - |
| YUV | 67.89 | 130.88 | 154.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 48 | 73 | 0 | 0.54 | 0.30 | 0.59 | 333.68 | 0.37 | 0.3 |
| Hex | 69 | 30 | 49 | 0 | 36 | 1E | 3B | 14E | 25 | 1E |
| Octal | 151 | 60 | 111 | 0 | 66 | 36 | 73 | 516 | 45 | 36 |
| Binary | 1101001 | 110000 | 1001001 | 0 | 110110 | 11110 | 111011 | 101001110 | 100101 | 11110 |
Color Harmonies of #693049
Complementary color
Monochromatic Colors of #693049
Black with #693049
Text Example
Text Example
White with #693049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #693049; }
p { color: rgb(105,48,73); }
H1.HeaderClassName
{
color: #693049;
}
.AnyTagClassName
{
color: #693049;
}
</style>
background-color css
<style>
a { background-color: #693049; }
a { background-color: rgb(105,48,73); }
div.DivClassName
{
background-color: #693049;
}
.BgClassName
{
background-color: #693049;
}
</style>
border-color css
<style>
span { border-color: #693049; }
span { border-color: rgb(105,48,73); }
td.TdClassName
{
border-color: #693049;
}
.TagClassName
{
border-color: #693049;
}
</style>