Shades of Tawny Port #68334D
Tints of Tawny Port #68334D
RGB
CMYK
RGB Variations
Color information
#68334D (or 0x68334D) is known color: Tawny Port. HEX triplet: 68, 33 and 4D. RGB value is (104,51,77). Sum of RGB (Red+Green+Blue) = 104+51+77=232 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.83% from 232); Green value is 51 (20.31% from 255 or 21.98% from 232); Blue value is 77 (30.47% from 255 or 33.19% from 232); Max value from RGB is 104 - color contains mainly: red. Hex color #68334D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68334D is #97CCB2. Grayscale: #454545. Windows color (decimal): -9948339 or 5059432. OLE color: 5059432.
HSL color Cylindrical-coordinate representation of color #68334D: hue angle of 330.57º 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 #68334D is Cyan = 0, Magento = 0.51, Yellow = 0.26 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 51 | 77 | - |
| CMYK | 0 | 0.51 | 0.26 | 0.59 |
| HSL | 330.57º | 0.34% | 0.3% | - |
| HSV(B) | 330.57º | 0.51% | 0.41% | - |
| XYZ | 8.23 | 5.85 | 7.72 | - |
| YUV | 69.81 | 132.06 | 152.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 51 | 77 | 0 | 0.51 | 0.26 | 0.59 | 330.57 | 0.34 | 0.3 |
| Hex | 68 | 33 | 4D | 0 | 33 | 1A | 3B | 14B | 22 | 1E |
| Octal | 150 | 63 | 115 | 0 | 63 | 32 | 73 | 513 | 42 | 36 |
| Binary | 1101000 | 110011 | 1001101 | 0 | 110011 | 11010 | 111011 | 101001011 | 100010 | 11110 |
Color Harmonies of #68334D
Complementary color
Monochromatic Colors of #68334D
Black with #68334D
Text Example
Text Example
White with #68334D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68334D; }
p { color: rgb(104,51,77); }
H1.HeaderClassName
{
color: #68334D;
}
.AnyTagClassName
{
color: #68334D;
}
</style>
background-color css
<style>
a { background-color: #68334D; }
a { background-color: rgb(104,51,77); }
div.DivClassName
{
background-color: #68334D;
}
.BgClassName
{
background-color: #68334D;
}
</style>
border-color css
<style>
span { border-color: #68334D; }
span { border-color: rgb(104,51,77); }
td.TdClassName
{
border-color: #68334D;
}
.TagClassName
{
border-color: #68334D;
}
</style>