Shades of Tawny Port #694249
Tints of Tawny Port #694249
RGB
CMYK
RGB Variations
Color information
#694249 (or 0x694249) is known color: Tawny Port. HEX triplet: 69, 42 and 49. RGB value is (105,66,73). Sum of RGB (Red+Green+Blue) = 105+66+73=244 (32% of max value = 765). Red value is 105 (41.41% from 255 or 43.03% from 244); Green value is 66 (26.17% from 255 or 27.05% from 244); Blue value is 73 (28.91% from 255 or 29.92% from 244); Max value from RGB is 105 - color contains mainly: red. Hex color #694249 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694249 is #96BDB6. Grayscale: #4E4E4E. Windows color (decimal): -9878967 or 4801129. OLE color: 4801129.
HSL color Cylindrical-coordinate representation of color #694249: hue angle of 349.23º degrees, saturation: 0.23, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #694249 is Cyan = 0, Magento = 0.37, Yellow = 0.30 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 66 | 73 | - |
| CMYK | 0 | 0.37 | 0.30 | 0.59 |
| HSL | 349.23º | 0.23% | 0.34% | - |
| HSV(B) | 349.23º | 0.37% | 0.41% | - |
| XYZ | 8.98 | 7.38 | 7.25 | - |
| YUV | 78.46 | 124.92 | 146.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 66 | 73 | 0 | 0.37 | 0.30 | 0.59 | 349.23 | 0.23 | 0.34 |
| Hex | 69 | 42 | 49 | 0 | 25 | 1E | 3B | 15D | 17 | 22 |
| Octal | 151 | 102 | 111 | 0 | 45 | 36 | 73 | 535 | 27 | 42 |
| Binary | 1101001 | 1000010 | 1001001 | 0 | 100101 | 11110 | 111011 | 101011101 | 10111 | 100010 |
Color Harmonies of #694249
Complementary color
Monochromatic Colors of #694249
Black with #694249
Text Example
Text Example
White with #694249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694249; }
p { color: rgb(105,66,73); }
H1.HeaderClassName
{
color: #694249;
}
.AnyTagClassName
{
color: #694249;
}
</style>
background-color css
<style>
a { background-color: #694249; }
a { background-color: rgb(105,66,73); }
div.DivClassName
{
background-color: #694249;
}
.BgClassName
{
background-color: #694249;
}
</style>
border-color css
<style>
span { border-color: #694249; }
span { border-color: rgb(105,66,73); }
td.TdClassName
{
border-color: #694249;
}
.TagClassName
{
border-color: #694249;
}
</style>