Shades of Tawny Port #68334F
Tints of Tawny Port #68334F
RGB
CMYK
RGB Variations
Color information
#68334F (or 0x68334F) is known color: Tawny Port. HEX triplet: 68, 33 and 4F. RGB value is (104,51,79). Sum of RGB (Red+Green+Blue) = 104+51+79=234 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.44% from 234); Green value is 51 (20.31% from 255 or 21.79% from 234); Blue value is 79 (31.25% from 255 or 33.76% from 234); Max value from RGB is 104 - color contains mainly: red. Hex color #68334F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68334F is #97CCB0. Grayscale: #454545. Windows color (decimal): -9948337 or 5190504. OLE color: 5190504.
HSL color Cylindrical-coordinate representation of color #68334F: hue angle of 328.3º 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 #68334F is Cyan = 0, Magento = 0.51, Yellow = 0.24 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 51 | 79 | - |
| CMYK | 0 | 0.51 | 0.24 | 0.59 |
| HSL | 328.3º | 0.34% | 0.3% | - |
| HSV(B) | 328.3º | 0.51% | 0.41% | - |
| XYZ | 8.3 | 5.88 | 8.09 | - |
| YUV | 70.04 | 133.06 | 152.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 51 | 79 | 0 | 0.51 | 0.24 | 0.59 | 328.3 | 0.34 | 0.3 |
| Hex | 68 | 33 | 4F | 0 | 33 | 18 | 3B | 148 | 22 | 1E |
| Octal | 150 | 63 | 117 | 0 | 63 | 30 | 73 | 510 | 42 | 36 |
| Binary | 1101000 | 110011 | 1001111 | 0 | 110011 | 11000 | 111011 | 101001000 | 100010 | 11110 |
Color Harmonies of #68334F
Complementary color
Monochromatic Colors of #68334F
Black with #68334F
Text Example
Text Example
White with #68334F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68334F; }
p { color: rgb(104,51,79); }
H1.HeaderClassName
{
color: #68334F;
}
.AnyTagClassName
{
color: #68334F;
}
</style>
background-color css
<style>
a { background-color: #68334F; }
a { background-color: rgb(104,51,79); }
div.DivClassName
{
background-color: #68334F;
}
.BgClassName
{
background-color: #68334F;
}
</style>
border-color css
<style>
span { border-color: #68334F; }
span { border-color: rgb(104,51,79); }
td.TdClassName
{
border-color: #68334F;
}
.TagClassName
{
border-color: #68334F;
}
</style>