Shades of Tawny Port #683544
Tints of Tawny Port #683544
RGB
CMYK
RGB Variations
Color information
#683544 (or 0x683544) is known color: Tawny Port. HEX triplet: 68, 35 and 44. RGB value is (104,53,68). Sum of RGB (Red+Green+Blue) = 104+53+68=225 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.22% from 225); Green value is 53 (21.09% from 255 or 23.56% from 225); Blue value is 68 (26.95% from 255 or 30.22% from 225); Max value from RGB is 104 - color contains mainly: red. Hex color #683544 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #683544 is #97CABB. Grayscale: #454545. Windows color (decimal): -9947836 or 4470120. OLE color: 4470120.
HSL color Cylindrical-coordinate representation of color #683544: hue angle of 342.35º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #683544 is Cyan = 0, Magento = 0.49, Yellow = 0.35 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 53 | 68 | - |
| CMYK | 0 | 0.49 | 0.35 | 0.59 |
| HSL | 342.35º | 0.32% | 0.31% | - |
| HSV(B) | 342.35º | 0.49% | 0.41% | - |
| XYZ | 8.03 | 5.91 | 6.19 | - |
| YUV | 69.96 | 126.9 | 152.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 53 | 68 | 0 | 0.49 | 0.35 | 0.59 | 342.35 | 0.32 | 0.31 |
| Hex | 68 | 35 | 44 | 0 | 31 | 23 | 3B | 156 | 20 | 1F |
| Octal | 150 | 65 | 104 | 0 | 61 | 43 | 73 | 526 | 40 | 37 |
| Binary | 1101000 | 110101 | 1000100 | 0 | 110001 | 100011 | 111011 | 101010110 | 100000 | 11111 |
Color Harmonies of #683544
Complementary color
Monochromatic Colors of #683544
Black with #683544
Text Example
Text Example
White with #683544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683544; }
p { color: rgb(104,53,68); }
H1.HeaderClassName
{
color: #683544;
}
.AnyTagClassName
{
color: #683544;
}
</style>
background-color css
<style>
a { background-color: #683544; }
a { background-color: rgb(104,53,68); }
div.DivClassName
{
background-color: #683544;
}
.BgClassName
{
background-color: #683544;
}
</style>
border-color css
<style>
span { border-color: #683544; }
span { border-color: rgb(104,53,68); }
td.TdClassName
{
border-color: #683544;
}
.TagClassName
{
border-color: #683544;
}
</style>