Shades of Tawny Port #684047
Tints of Tawny Port #684047
RGB
CMYK
RGB Variations
Color information
#684047 (or 0x684047) is known color: Tawny Port. HEX triplet: 68, 40 and 47. RGB value is (104,64,71). Sum of RGB (Red+Green+Blue) = 104+64+71=239 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.51% from 239); Green value is 64 (25.39% from 255 or 26.78% from 239); Blue value is 71 (28.12% from 255 or 29.71% from 239); Max value from RGB is 104 - color contains mainly: red. Hex color #684047 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684047 is #97BFB8. Grayscale: #4C4C4C. Windows color (decimal): -9945017 or 4669544. OLE color: 4669544.
HSL color Cylindrical-coordinate representation of color #684047: hue angle of 349.5º degrees, saturation: 0.24, 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 #684047 is Cyan = 0, Magento = 0.38, Yellow = 0.32 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 64 | 71 | - |
| CMYK | 0 | 0.38 | 0.32 | 0.59 |
| HSL | 349.5º | 0.24% | 0.33% | - |
| HSV(B) | 349.5º | 0.38% | 0.41% | - |
| XYZ | 8.68 | 7.06 | 6.87 | - |
| YUV | 76.76 | 124.75 | 147.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 64 | 71 | 0 | 0.38 | 0.32 | 0.59 | 349.5 | 0.24 | 0.33 |
| Hex | 68 | 40 | 47 | 0 | 26 | 20 | 3B | 15E | 18 | 21 |
| Octal | 150 | 100 | 107 | 0 | 46 | 40 | 73 | 536 | 30 | 41 |
| Binary | 1101000 | 1000000 | 1000111 | 0 | 100110 | 100000 | 111011 | 101011110 | 11000 | 100001 |
Color Harmonies of #684047
Complementary color
Monochromatic Colors of #684047
Black with #684047
Text Example
Text Example
White with #684047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684047; }
p { color: rgb(104,64,71); }
H1.HeaderClassName
{
color: #684047;
}
.AnyTagClassName
{
color: #684047;
}
</style>
background-color css
<style>
a { background-color: #684047; }
a { background-color: rgb(104,64,71); }
div.DivClassName
{
background-color: #684047;
}
.BgClassName
{
background-color: #684047;
}
</style>
border-color css
<style>
span { border-color: #684047; }
span { border-color: rgb(104,64,71); }
td.TdClassName
{
border-color: #684047;
}
.TagClassName
{
border-color: #684047;
}
</style>