Shades of Tawny Port #68354E
Tints of Tawny Port #68354E
RGB
CMYK
RGB Variations
Color information
#68354E (or 0x68354E) is known color: Tawny Port. HEX triplet: 68, 35 and 4E. RGB value is (104,53,78). Sum of RGB (Red+Green+Blue) = 104+53+78=235 (31% of max value = 765). Red value is 104 (41.02% from 255 or 44.26% from 235); Green value is 53 (21.09% from 255 or 22.55% from 235); Blue value is 78 (30.86% from 255 or 33.19% from 235); Max value from RGB is 104 - color contains mainly: red. Hex color #68354E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68354E is #97CAB1. Grayscale: #474747. Windows color (decimal): -9947826 or 5125480. OLE color: 5125480.
HSL color Cylindrical-coordinate representation of color #68354E: hue angle of 330.59º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #68354E is Cyan = 0, Magento = 0.49, Yellow = 0.25 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 53 | 78 | - |
| CMYK | 0 | 0.49 | 0.25 | 0.59 |
| HSL | 330.59º | 0.32% | 0.31% | - |
| HSV(B) | 330.59º | 0.49% | 0.41% | - |
| XYZ | 8.36 | 6.04 | 7.93 | - |
| YUV | 71.1 | 131.9 | 151.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 53 | 78 | 0 | 0.49 | 0.25 | 0.59 | 330.59 | 0.32 | 0.31 |
| Hex | 68 | 35 | 4E | 0 | 31 | 19 | 3B | 14B | 20 | 1F |
| Octal | 150 | 65 | 116 | 0 | 61 | 31 | 73 | 513 | 40 | 37 |
| Binary | 1101000 | 110101 | 1001110 | 0 | 110001 | 11001 | 111011 | 101001011 | 100000 | 11111 |
Color Harmonies of #68354E
Complementary color
Monochromatic Colors of #68354E
Black with #68354E
Text Example
Text Example
White with #68354E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68354E; }
p { color: rgb(104,53,78); }
H1.HeaderClassName
{
color: #68354E;
}
.AnyTagClassName
{
color: #68354E;
}
</style>
background-color css
<style>
a { background-color: #68354E; }
a { background-color: rgb(104,53,78); }
div.DivClassName
{
background-color: #68354E;
}
.BgClassName
{
background-color: #68354E;
}
</style>
border-color css
<style>
span { border-color: #68354E; }
span { border-color: rgb(104,53,78); }
td.TdClassName
{
border-color: #68354E;
}
.TagClassName
{
border-color: #68354E;
}
</style>