Shades of Tawny Port #693D4A
Tints of Tawny Port #693D4A
RGB
CMYK
RGB Variations
Color information
#693D4A (or 0x693D4A) is known color: Tawny Port. HEX triplet: 69, 3D and 4A. RGB value is (105,61,74). Sum of RGB (Red+Green+Blue) = 105+61+74=240 (31% of max value = 765). Red value is 105 (41.41% from 255 or 43.75% from 240); Green value is 61 (24.22% from 255 or 25.42% from 240); Blue value is 74 (29.30% from 255 or 30.83% from 240); Max value from RGB is 105 - color contains mainly: red. Hex color #693D4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693D4A is #96C2B5. Grayscale: #4B4B4B. Windows color (decimal): -9880246 or 4865385. OLE color: 4865385.
HSL color Cylindrical-coordinate representation of color #693D4A: hue angle of 342.27º 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 #693D4A is Cyan = 0, Magento = 0.42, Yellow = 0.30 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 61 | 74 | - |
| CMYK | 0 | 0.42 | 0.30 | 0.59 |
| HSL | 342.27º | 0.27% | 0.33% | - |
| HSV(B) | 342.27º | 0.42% | 0.41% | - |
| XYZ | 8.73 | 6.84 | 7.34 | - |
| YUV | 75.64 | 127.08 | 148.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 61 | 74 | 0 | 0.42 | 0.30 | 0.59 | 342.27 | 0.27 | 0.33 |
| Hex | 69 | 3D | 4A | 0 | 2A | 1E | 3B | 156 | 1B | 21 |
| Octal | 151 | 75 | 112 | 0 | 52 | 36 | 73 | 526 | 33 | 41 |
| Binary | 1101001 | 111101 | 1001010 | 0 | 101010 | 11110 | 111011 | 101010110 | 11011 | 100001 |
Color Harmonies of #693D4A
Complementary color
Monochromatic Colors of #693D4A
Black with #693D4A
Text Example
Text Example
White with #693D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #693D4A; }
p { color: rgb(105,61,74); }
H1.HeaderClassName
{
color: #693D4A;
}
.AnyTagClassName
{
color: #693D4A;
}
</style>
background-color css
<style>
a { background-color: #693D4A; }
a { background-color: rgb(105,61,74); }
div.DivClassName
{
background-color: #693D4A;
}
.BgClassName
{
background-color: #693D4A;
}
</style>
border-color css
<style>
span { border-color: #693D4A; }
span { border-color: rgb(105,61,74); }
td.TdClassName
{
border-color: #693D4A;
}
.TagClassName
{
border-color: #693D4A;
}
</style>