Shades of Tawny Port #683348
Tints of Tawny Port #683348
RGB
CMYK
RGB Variations
Color information
#683348 (or 0x683348) is known color: Tawny Port. HEX triplet: 68, 33 and 48. RGB value is (104,51,72). Sum of RGB (Red+Green+Blue) = 104+51+72=227 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.81% from 227); Green value is 51 (20.31% from 255 or 22.47% from 227); Blue value is 72 (28.52% from 255 or 31.72% from 227); Max value from RGB is 104 - color contains mainly: red. Hex color #683348 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #683348 is #97CCB7. Grayscale: #454545. Windows color (decimal): -9948344 or 4731752. OLE color: 4731752.
HSL color Cylindrical-coordinate representation of color #683348: hue angle of 336.23º 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 #683348 is Cyan = 0, Magento = 0.51, Yellow = 0.31 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 51 | 72 | - |
| CMYK | 0 | 0.51 | 0.31 | 0.59 |
| HSL | 336.23º | 0.34% | 0.3% | - |
| HSV(B) | 336.23º | 0.51% | 0.41% | - |
| XYZ | 8.06 | 5.78 | 6.82 | - |
| YUV | 69.24 | 129.56 | 152.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 51 | 72 | 0 | 0.51 | 0.31 | 0.59 | 336.23 | 0.34 | 0.3 |
| Hex | 68 | 33 | 48 | 0 | 33 | 1F | 3B | 150 | 22 | 1E |
| Octal | 150 | 63 | 110 | 0 | 63 | 37 | 73 | 520 | 42 | 36 |
| Binary | 1101000 | 110011 | 1001000 | 0 | 110011 | 11111 | 111011 | 101010000 | 100010 | 11110 |
Color Harmonies of #683348
Complementary color
Monochromatic Colors of #683348
Black with #683348
Text Example
Text Example
White with #683348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683348; }
p { color: rgb(104,51,72); }
H1.HeaderClassName
{
color: #683348;
}
.AnyTagClassName
{
color: #683348;
}
</style>
background-color css
<style>
a { background-color: #683348; }
a { background-color: rgb(104,51,72); }
div.DivClassName
{
background-color: #683348;
}
.BgClassName
{
background-color: #683348;
}
</style>
border-color css
<style>
span { border-color: #683348; }
span { border-color: rgb(104,51,72); }
td.TdClassName
{
border-color: #683348;
}
.TagClassName
{
border-color: #683348;
}
</style>