Shades of Tawny Port #683048
Tints of Tawny Port #683048
RGB
CMYK
RGB Variations
Color information
#683048 (or 0x683048) is known color: Tawny Port. HEX triplet: 68, 30 and 48. RGB value is (104,48,72). Sum of RGB (Red+Green+Blue) = 104+48+72=224 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.43% from 224); Green value is 48 (19.14% from 255 or 21.43% from 224); Blue value is 72 (28.52% from 255 or 32.14% from 224); Max value from RGB is 104 - color contains mainly: red. Hex color #683048 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #683048 is #97CFB7. Grayscale: #434343. Windows color (decimal): -9949112 or 4730984. OLE color: 4730984.
HSL color Cylindrical-coordinate representation of color #683048: hue angle of 334.29º degrees, saturation: 0.37, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #683048 is Cyan = 0, Magento = 0.54, Yellow = 0.31 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 48 | 72 | - |
| CMYK | 0 | 0.54 | 0.31 | 0.59 |
| HSL | 334.29º | 0.37% | 0.3% | - |
| HSV(B) | 334.29º | 0.54% | 0.41% | - |
| XYZ | 7.94 | 5.52 | 6.78 | - |
| YUV | 67.48 | 130.55 | 154.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 48 | 72 | 0 | 0.54 | 0.31 | 0.59 | 334.29 | 0.37 | 0.3 |
| Hex | 68 | 30 | 48 | 0 | 36 | 1F | 3B | 14E | 25 | 1E |
| Octal | 150 | 60 | 110 | 0 | 66 | 37 | 73 | 516 | 45 | 36 |
| Binary | 1101000 | 110000 | 1001000 | 0 | 110110 | 11111 | 111011 | 101001110 | 100101 | 11110 |
Color Harmonies of #683048
Complementary color
Monochromatic Colors of #683048
Black with #683048
Text Example
Text Example
White with #683048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683048; }
p { color: rgb(104,48,72); }
H1.HeaderClassName
{
color: #683048;
}
.AnyTagClassName
{
color: #683048;
}
</style>
background-color css
<style>
a { background-color: #683048; }
a { background-color: rgb(104,48,72); }
div.DivClassName
{
background-color: #683048;
}
.BgClassName
{
background-color: #683048;
}
</style>
border-color css
<style>
span { border-color: #683048; }
span { border-color: rgb(104,48,72); }
td.TdClassName
{
border-color: #683048;
}
.TagClassName
{
border-color: #683048;
}
</style>