Shades of Tawny Port #693A4E
Tints of Tawny Port #693A4E
RGB
CMYK
RGB Variations
Color information
#693A4E (or 0x693A4E) is known color: Tawny Port. HEX triplet: 69, 3A and 4E. RGB value is (105,58,78). Sum of RGB (Red+Green+Blue) = 105+58+78=241 (31% of max value = 765). Red value is 105 (41.41% from 255 or 43.57% from 241); Green value is 58 (23.05% from 255 or 24.07% from 241); Blue value is 78 (30.86% from 255 or 32.37% from 241); Max value from RGB is 105 - color contains mainly: red. Hex color #693A4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693A4E is #96C5B1. Grayscale: #4A4A4A. Windows color (decimal): -9881010 or 5126761. OLE color: 5126761.
HSL color Cylindrical-coordinate representation of color #693A4E: hue angle of 334.47º degrees, saturation: 0.29, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #693A4E is Cyan = 0, Magento = 0.45, Yellow = 0.26 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 58 | 78 | - |
| CMYK | 0 | 0.45 | 0.26 | 0.59 |
| HSL | 334.47º | 0.29% | 0.32% | - |
| HSV(B) | 334.47º | 0.45% | 0.41% | - |
| XYZ | 8.71 | 6.58 | 8.02 | - |
| YUV | 74.33 | 130.07 | 149.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 58 | 78 | 0 | 0.45 | 0.26 | 0.59 | 334.47 | 0.29 | 0.32 |
| Hex | 69 | 3A | 4E | 0 | 2D | 1A | 3B | 14E | 1D | 20 |
| Octal | 151 | 72 | 116 | 0 | 55 | 32 | 73 | 516 | 35 | 40 |
| Binary | 1101001 | 111010 | 1001110 | 0 | 101101 | 11010 | 111011 | 101001110 | 11101 | 100000 |
Color Harmonies of #693A4E
Complementary color
Monochromatic Colors of #693A4E
Black with #693A4E
Text Example
Text Example
White with #693A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #693A4E; }
p { color: rgb(105,58,78); }
H1.HeaderClassName
{
color: #693A4E;
}
.AnyTagClassName
{
color: #693A4E;
}
</style>
background-color css
<style>
a { background-color: #693A4E; }
a { background-color: rgb(105,58,78); }
div.DivClassName
{
background-color: #693A4E;
}
.BgClassName
{
background-color: #693A4E;
}
</style>
border-color css
<style>
span { border-color: #693A4E; }
span { border-color: rgb(105,58,78); }
td.TdClassName
{
border-color: #693A4E;
}
.TagClassName
{
border-color: #693A4E;
}
</style>