Shades of Tawny Port #683549
Tints of Tawny Port #683549
RGB
CMYK
RGB Variations
Color information
#683549 (or 0x683549) is known color: Tawny Port. HEX triplet: 68, 35 and 49. RGB value is (104,53,73). Sum of RGB (Red+Green+Blue) = 104+53+73=230 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.22% from 230); Green value is 53 (21.09% from 255 or 23.04% from 230); Blue value is 73 (28.91% from 255 or 31.74% from 230); Max value from RGB is 104 - color contains mainly: red. Hex color #683549 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #683549 is #97CAB6. Grayscale: #464646. Windows color (decimal): -9947831 or 4797800. OLE color: 4797800.
HSL color Cylindrical-coordinate representation of color #683549: hue angle of 336.47º 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 #683549 is Cyan = 0, Magento = 0.49, Yellow = 0.30 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 53 | 73 | - |
| CMYK | 0 | 0.49 | 0.30 | 0.59 |
| HSL | 336.47º | 0.32% | 0.31% | - |
| HSV(B) | 336.47º | 0.49% | 0.41% | - |
| XYZ | 8.18 | 5.97 | 7.02 | - |
| YUV | 70.53 | 129.4 | 151.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 53 | 73 | 0 | 0.49 | 0.30 | 0.59 | 336.47 | 0.32 | 0.31 |
| Hex | 68 | 35 | 49 | 0 | 31 | 1E | 3B | 150 | 20 | 1F |
| Octal | 150 | 65 | 111 | 0 | 61 | 36 | 73 | 520 | 40 | 37 |
| Binary | 1101000 | 110101 | 1001001 | 0 | 110001 | 11110 | 111011 | 101010000 | 100000 | 11111 |
Color Harmonies of #683549
Complementary color
Monochromatic Colors of #683549
Black with #683549
Text Example
Text Example
White with #683549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683549; }
p { color: rgb(104,53,73); }
H1.HeaderClassName
{
color: #683549;
}
.AnyTagClassName
{
color: #683549;
}
</style>
background-color css
<style>
a { background-color: #683549; }
a { background-color: rgb(104,53,73); }
div.DivClassName
{
background-color: #683549;
}
.BgClassName
{
background-color: #683549;
}
</style>
border-color css
<style>
span { border-color: #683549; }
span { border-color: rgb(104,53,73); }
td.TdClassName
{
border-color: #683549;
}
.TagClassName
{
border-color: #683549;
}
</style>