Shades of Tawny Port #683D49
Tints of Tawny Port #683D49
RGB
CMYK
RGB Variations
Color information
#683D49 (or 0x683D49) is known color: Tawny Port. HEX triplet: 68, 3D and 49. RGB value is (104,61,73). Sum of RGB (Red+Green+Blue) = 104+61+73=238 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.70% from 238); Green value is 61 (24.22% from 255 or 25.63% from 238); Blue value is 73 (28.91% from 255 or 30.67% from 238); Max value from RGB is 104 - color contains mainly: red. Hex color #683D49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #683D49 is #97C2B6. Grayscale: #4B4B4B. Windows color (decimal): -9945783 or 4799848. OLE color: 4799848.
HSL color Cylindrical-coordinate representation of color #683D49: hue angle of 343.26º degrees, saturation: 0.26, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #683D49 is Cyan = 0, Magento = 0.41, Yellow = 0.30 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 61 | 73 | - |
| CMYK | 0 | 0.41 | 0.30 | 0.59 |
| HSL | 343.26º | 0.26% | 0.32% | - |
| HSV(B) | 343.26º | 0.41% | 0.41% | - |
| XYZ | 8.58 | 6.76 | 7.16 | - |
| YUV | 75.23 | 126.75 | 148.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 61 | 73 | 0 | 0.41 | 0.30 | 0.59 | 343.26 | 0.26 | 0.32 |
| Hex | 68 | 3D | 49 | 0 | 29 | 1E | 3B | 157 | 1A | 20 |
| Octal | 150 | 75 | 111 | 0 | 51 | 36 | 73 | 527 | 32 | 40 |
| Binary | 1101000 | 111101 | 1001001 | 0 | 101001 | 11110 | 111011 | 101010111 | 11010 | 100000 |
Color Harmonies of #683D49
Complementary color
Monochromatic Colors of #683D49
Black with #683D49
Text Example
Text Example
White with #683D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683D49; }
p { color: rgb(104,61,73); }
H1.HeaderClassName
{
color: #683D49;
}
.AnyTagClassName
{
color: #683D49;
}
</style>
background-color css
<style>
a { background-color: #683D49; }
a { background-color: rgb(104,61,73); }
div.DivClassName
{
background-color: #683D49;
}
.BgClassName
{
background-color: #683D49;
}
</style>
border-color css
<style>
span { border-color: #683D49; }
span { border-color: rgb(104,61,73); }
td.TdClassName
{
border-color: #683D49;
}
.TagClassName
{
border-color: #683D49;
}
</style>