Shades of Tawny Port #684149
Tints of Tawny Port #684149
RGB
CMYK
RGB Variations
Color information
#684149 (or 0x684149) is known color: Tawny Port. HEX triplet: 68, 41 and 49. RGB value is (104,65,73). Sum of RGB (Red+Green+Blue) = 104+65+73=242 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.98% from 242); Green value is 65 (25.78% from 255 or 26.86% from 242); Blue value is 73 (28.91% from 255 or 30.17% from 242); Max value from RGB is 104 - color contains mainly: red. Hex color #684149 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684149 is #97BEB6. Grayscale: #4D4D4D. Windows color (decimal): -9944759 or 4800872. OLE color: 4800872.
HSL color Cylindrical-coordinate representation of color #684149: hue angle of 347.69º degrees, saturation: 0.23, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #684149 is Cyan = 0, Magento = 0.38, Yellow = 0.30 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 65 | 73 | - |
| CMYK | 0 | 0.38 | 0.30 | 0.59 |
| HSL | 347.69º | 0.23% | 0.33% | - |
| HSV(B) | 347.69º | 0.38% | 0.41% | - |
| XYZ | 8.8 | 7.2 | 7.23 | - |
| YUV | 77.57 | 125.42 | 146.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 65 | 73 | 0 | 0.38 | 0.30 | 0.59 | 347.69 | 0.23 | 0.33 |
| Hex | 68 | 41 | 49 | 0 | 26 | 1E | 3B | 15C | 17 | 21 |
| Octal | 150 | 101 | 111 | 0 | 46 | 36 | 73 | 534 | 27 | 41 |
| Binary | 1101000 | 1000001 | 1001001 | 0 | 100110 | 11110 | 111011 | 101011100 | 10111 | 100001 |
Color Harmonies of #684149
Complementary color
Monochromatic Colors of #684149
Black with #684149
Text Example
Text Example
White with #684149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684149; }
p { color: rgb(104,65,73); }
H1.HeaderClassName
{
color: #684149;
}
.AnyTagClassName
{
color: #684149;
}
</style>
background-color css
<style>
a { background-color: #684149; }
a { background-color: rgb(104,65,73); }
div.DivClassName
{
background-color: #684149;
}
.BgClassName
{
background-color: #684149;
}
</style>
border-color css
<style>
span { border-color: #684149; }
span { border-color: rgb(104,65,73); }
td.TdClassName
{
border-color: #684149;
}
.TagClassName
{
border-color: #684149;
}
</style>