Shades of Tawny Port #683344
Tints of Tawny Port #683344
RGB
CMYK
RGB Variations
Color information
#683344 (or 0x683344) is known color: Tawny Port. HEX triplet: 68, 33 and 44. RGB value is (104,51,68). Sum of RGB (Red+Green+Blue) = 104+51+68=223 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.64% from 223); Green value is 51 (20.31% from 255 or 22.87% from 223); Blue value is 68 (26.95% from 255 or 30.49% from 223); Max value from RGB is 104 - color contains mainly: red. Hex color #683344 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #683344 is #97CCBB. Grayscale: #444444. Windows color (decimal): -9948348 or 4469608. OLE color: 4469608.
HSL color Cylindrical-coordinate representation of color #683344: hue angle of 340.75º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #683344 is Cyan = 0, Magento = 0.51, Yellow = 0.35 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 51 | 68 | - |
| CMYK | 0 | 0.51 | 0.35 | 0.59 |
| HSL | 340.75º | 0.34% | 0.3% | - |
| HSV(B) | 340.75º | 0.51% | 0.41% | - |
| XYZ | 7.94 | 5.73 | 6.16 | - |
| YUV | 68.79 | 127.56 | 153.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 51 | 68 | 0 | 0.51 | 0.35 | 0.59 | 340.75 | 0.34 | 0.3 |
| Hex | 68 | 33 | 44 | 0 | 33 | 23 | 3B | 155 | 22 | 1E |
| Octal | 150 | 63 | 104 | 0 | 63 | 43 | 73 | 525 | 42 | 36 |
| Binary | 1101000 | 110011 | 1000100 | 0 | 110011 | 100011 | 111011 | 101010101 | 100010 | 11110 |
Color Harmonies of #683344
Complementary color
Monochromatic Colors of #683344
Black with #683344
Text Example
Text Example
White with #683344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683344; }
p { color: rgb(104,51,68); }
H1.HeaderClassName
{
color: #683344;
}
.AnyTagClassName
{
color: #683344;
}
</style>
background-color css
<style>
a { background-color: #683344; }
a { background-color: rgb(104,51,68); }
div.DivClassName
{
background-color: #683344;
}
.BgClassName
{
background-color: #683344;
}
</style>
border-color css
<style>
span { border-color: #683344; }
span { border-color: rgb(104,51,68); }
td.TdClassName
{
border-color: #683344;
}
.TagClassName
{
border-color: #683344;
}
</style>