Shades of Tawny Port #693B4E
Tints of Tawny Port #693B4E
RGB
CMYK
RGB Variations
Color information
#693B4E (or 0x693B4E) is known color: Tawny Port. HEX triplet: 69, 3B and 4E. RGB value is (105,59,78). Sum of RGB (Red+Green+Blue) = 105+59+78=242 (32% of max value = 765). Red value is 105 (41.41% from 255 or 43.39% from 242); Green value is 59 (23.44% from 255 or 24.38% from 242); Blue value is 78 (30.86% from 255 or 32.23% from 242); Max value from RGB is 105 - color contains mainly: red. Hex color #693B4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693B4E is #96C4B1. Grayscale: #4A4A4A. Windows color (decimal): -9880754 or 5127017. OLE color: 5127017.
HSL color Cylindrical-coordinate representation of color #693B4E: hue angle of 335.22º degrees, saturation: 0.28, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #693B4E is Cyan = 0, Magento = 0.44, Yellow = 0.26 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 59 | 78 | - |
| CMYK | 0 | 0.44 | 0.26 | 0.59 |
| HSL | 335.22º | 0.28% | 0.32% | - |
| HSV(B) | 335.22º | 0.44% | 0.41% | - |
| XYZ | 8.76 | 6.68 | 8.04 | - |
| YUV | 74.92 | 129.74 | 149.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 59 | 78 | 0 | 0.44 | 0.26 | 0.59 | 335.22 | 0.28 | 0.32 |
| Hex | 69 | 3B | 4E | 0 | 2C | 1A | 3B | 14F | 1C | 20 |
| Octal | 151 | 73 | 116 | 0 | 54 | 32 | 73 | 517 | 34 | 40 |
| Binary | 1101001 | 111011 | 1001110 | 0 | 101100 | 11010 | 111011 | 101001111 | 11100 | 100000 |
Color Harmonies of #693B4E
Complementary color
Monochromatic Colors of #693B4E
Black with #693B4E
Text Example
Text Example
White with #693B4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #693B4E; }
p { color: rgb(105,59,78); }
H1.HeaderClassName
{
color: #693B4E;
}
.AnyTagClassName
{
color: #693B4E;
}
</style>
background-color css
<style>
a { background-color: #693B4E; }
a { background-color: rgb(105,59,78); }
div.DivClassName
{
background-color: #693B4E;
}
.BgClassName
{
background-color: #693B4E;
}
</style>
border-color css
<style>
span { border-color: #693B4E; }
span { border-color: rgb(105,59,78); }
td.TdClassName
{
border-color: #693B4E;
}
.TagClassName
{
border-color: #693B4E;
}
</style>