Shades of Tawny Port #693044
Tints of Tawny Port #693044
RGB
CMYK
RGB Variations
Color information
#693044 (or 0x693044) is known color: Tawny Port. HEX triplet: 69, 30 and 44. RGB value is (105,48,68). Sum of RGB (Red+Green+Blue) = 105+48+68=221 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.51% from 221); Green value is 48 (19.14% from 255 or 21.72% from 221); Blue value is 68 (26.95% from 255 or 30.77% from 221); Max value from RGB is 105 - color contains mainly: red. Hex color #693044 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693044 is #96CFBB. Grayscale: #434343. Windows color (decimal): -9883580 or 4468841. OLE color: 4468841.
HSL color Cylindrical-coordinate representation of color #693044: hue angle of 338.95º 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 #693044 is Cyan = 0, Magento = 0.54, Yellow = 0.35 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 48 | 68 | - |
| CMYK | 0 | 0.54 | 0.35 | 0.59 |
| HSL | 338.95º | 0.37% | 0.3% | - |
| HSV(B) | 338.95º | 0.54% | 0.41% | - |
| XYZ | 7.93 | 5.53 | 6.12 | - |
| YUV | 67.32 | 128.38 | 154.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 48 | 68 | 0 | 0.54 | 0.35 | 0.59 | 338.95 | 0.37 | 0.3 |
| Hex | 69 | 30 | 44 | 0 | 36 | 23 | 3B | 153 | 25 | 1E |
| Octal | 151 | 60 | 104 | 0 | 66 | 43 | 73 | 523 | 45 | 36 |
| Binary | 1101001 | 110000 | 1000100 | 0 | 110110 | 100011 | 111011 | 101010011 | 100101 | 11110 |
Color Harmonies of #693044
Complementary color
Monochromatic Colors of #693044
Black with #693044
Text Example
Text Example
White with #693044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #693044; }
p { color: rgb(105,48,68); }
H1.HeaderClassName
{
color: #693044;
}
.AnyTagClassName
{
color: #693044;
}
</style>
background-color css
<style>
a { background-color: #693044; }
a { background-color: rgb(105,48,68); }
div.DivClassName
{
background-color: #693044;
}
.BgClassName
{
background-color: #693044;
}
</style>
border-color css
<style>
span { border-color: #693044; }
span { border-color: rgb(105,48,68); }
td.TdClassName
{
border-color: #693044;
}
.TagClassName
{
border-color: #693044;
}
</style>