Shades of Tawny Port #683545
Tints of Tawny Port #683545
RGB
CMYK
RGB Variations
Color information
#683545 (or 0x683545) is known color: Tawny Port. HEX triplet: 68, 35 and 45. RGB value is (104,53,69). Sum of RGB (Red+Green+Blue) = 104+53+69=226 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.02% from 226); Green value is 53 (21.09% from 255 or 23.45% from 226); Blue value is 69 (27.34% from 255 or 30.53% from 226); Max value from RGB is 104 - color contains mainly: red. Hex color #683545 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #683545 is #97CABA. Grayscale: #464646. Windows color (decimal): -9947835 or 4535656. OLE color: 4535656.
HSL color Cylindrical-coordinate representation of color #683545: hue angle of 341.18º 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 #683545 is Cyan = 0, Magento = 0.49, Yellow = 0.34 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 53 | 69 | - |
| CMYK | 0 | 0.49 | 0.34 | 0.59 |
| HSL | 341.18º | 0.32% | 0.31% | - |
| HSV(B) | 341.18º | 0.49% | 0.41% | - |
| XYZ | 8.06 | 5.92 | 6.35 | - |
| YUV | 70.07 | 127.4 | 152.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 53 | 69 | 0 | 0.49 | 0.34 | 0.59 | 341.18 | 0.32 | 0.31 |
| Hex | 68 | 35 | 45 | 0 | 31 | 22 | 3B | 155 | 20 | 1F |
| Octal | 150 | 65 | 105 | 0 | 61 | 42 | 73 | 525 | 40 | 37 |
| Binary | 1101000 | 110101 | 1000101 | 0 | 110001 | 100010 | 111011 | 101010101 | 100000 | 11111 |
Color Harmonies of #683545
Complementary color
Monochromatic Colors of #683545
Black with #683545
Text Example
Text Example
White with #683545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683545; }
p { color: rgb(104,53,69); }
H1.HeaderClassName
{
color: #683545;
}
.AnyTagClassName
{
color: #683545;
}
</style>
background-color css
<style>
a { background-color: #683545; }
a { background-color: rgb(104,53,69); }
div.DivClassName
{
background-color: #683545;
}
.BgClassName
{
background-color: #683545;
}
</style>
border-color css
<style>
span { border-color: #683545; }
span { border-color: rgb(104,53,69); }
td.TdClassName
{
border-color: #683545;
}
.TagClassName
{
border-color: #683545;
}
</style>