Shades of Tawny Port #693D49
Tints of Tawny Port #693D49
RGB
CMYK
RGB Variations
Color information
#693D49 (or 0x693D49) is known color: Tawny Port. HEX triplet: 69, 3D and 49. RGB value is (105,61,73). Sum of RGB (Red+Green+Blue) = 105+61+73=239 (31% of max value = 765). Red value is 105 (41.41% from 255 or 43.93% from 239); Green value is 61 (24.22% from 255 or 25.52% from 239); Blue value is 73 (28.91% from 255 or 30.54% from 239); Max value from RGB is 105 - color contains mainly: red. Hex color #693D49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693D49 is #96C2B6. Grayscale: #4B4B4B. Windows color (decimal): -9880247 or 4799849. OLE color: 4799849.
HSL color Cylindrical-coordinate representation of color #693D49: hue angle of 343.64º degrees, saturation: 0.27, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #693D49 is Cyan = 0, Magento = 0.42, Yellow = 0.30 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 61 | 73 | - |
| CMYK | 0 | 0.42 | 0.30 | 0.59 |
| HSL | 343.64º | 0.27% | 0.33% | - |
| HSV(B) | 343.64º | 0.42% | 0.41% | - |
| XYZ | 8.7 | 6.82 | 7.16 | - |
| YUV | 75.52 | 126.58 | 149.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 61 | 73 | 0 | 0.42 | 0.30 | 0.59 | 343.64 | 0.27 | 0.33 |
| Hex | 69 | 3D | 49 | 0 | 2A | 1E | 3B | 158 | 1B | 21 |
| Octal | 151 | 75 | 111 | 0 | 52 | 36 | 73 | 530 | 33 | 41 |
| Binary | 1101001 | 111101 | 1001001 | 0 | 101010 | 11110 | 111011 | 101011000 | 11011 | 100001 |
Color Harmonies of #693D49
Complementary color
Monochromatic Colors of #693D49
Black with #693D49
Text Example
Text Example
White with #693D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #693D49; }
p { color: rgb(105,61,73); }
H1.HeaderClassName
{
color: #693D49;
}
.AnyTagClassName
{
color: #693D49;
}
</style>
background-color css
<style>
a { background-color: #693D49; }
a { background-color: rgb(105,61,73); }
div.DivClassName
{
background-color: #693D49;
}
.BgClassName
{
background-color: #693D49;
}
</style>
border-color css
<style>
span { border-color: #693D49; }
span { border-color: rgb(105,61,73); }
td.TdClassName
{
border-color: #693D49;
}
.TagClassName
{
border-color: #693D49;
}
</style>