Shades of Tawny Port #684148
Tints of Tawny Port #684148
RGB
CMYK
RGB Variations
Color information
#684148 (or 0x684148) is known color: Tawny Port. HEX triplet: 68, 41 and 48. RGB value is (104,65,72). Sum of RGB (Red+Green+Blue) = 104+65+72=241 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.15% from 241); Green value is 65 (25.78% from 255 or 26.97% from 241); Blue value is 72 (28.52% from 255 or 29.88% from 241); Max value from RGB is 104 - color contains mainly: red. Hex color #684148 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684148 is #97BEB7. Grayscale: #4D4D4D. Windows color (decimal): -9944760 or 4735336. OLE color: 4735336.
HSL color Cylindrical-coordinate representation of color #684148: hue angle of 349.23º 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 #684148 is Cyan = 0, Magento = 0.38, Yellow = 0.31 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 65 | 72 | - |
| CMYK | 0 | 0.38 | 0.31 | 0.59 |
| HSL | 349.23º | 0.23% | 0.33% | - |
| HSV(B) | 349.23º | 0.38% | 0.41% | - |
| XYZ | 8.77 | 7.19 | 7.06 | - |
| YUV | 77.46 | 124.92 | 146.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 65 | 72 | 0 | 0.38 | 0.31 | 0.59 | 349.23 | 0.23 | 0.33 |
| Hex | 68 | 41 | 48 | 0 | 26 | 1F | 3B | 15D | 17 | 21 |
| Octal | 150 | 101 | 110 | 0 | 46 | 37 | 73 | 535 | 27 | 41 |
| Binary | 1101000 | 1000001 | 1001000 | 0 | 100110 | 11111 | 111011 | 101011101 | 10111 | 100001 |
Color Harmonies of #684148
Complementary color
Monochromatic Colors of #684148
Black with #684148
Text Example
Text Example
White with #684148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684148; }
p { color: rgb(104,65,72); }
H1.HeaderClassName
{
color: #684148;
}
.AnyTagClassName
{
color: #684148;
}
</style>
background-color css
<style>
a { background-color: #684148; }
a { background-color: rgb(104,65,72); }
div.DivClassName
{
background-color: #684148;
}
.BgClassName
{
background-color: #684148;
}
</style>
border-color css
<style>
span { border-color: #684148; }
span { border-color: rgb(104,65,72); }
td.TdClassName
{
border-color: #684148;
}
.TagClassName
{
border-color: #684148;
}
</style>