Shades of Tawny Port #68344D
Tints of Tawny Port #68344D
RGB
CMYK
RGB Variations
Color information
#68344D (or 0x68344D) is known color: Tawny Port. HEX triplet: 68, 34 and 4D. RGB value is (104,52,77). Sum of RGB (Red+Green+Blue) = 104+52+77=233 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.64% from 233); Green value is 52 (20.70% from 255 or 22.32% from 233); Blue value is 77 (30.47% from 255 or 33.05% from 233); Max value from RGB is 104 - color contains mainly: red. Hex color #68344D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68344D is #97CBB2. Grayscale: #464646. Windows color (decimal): -9948083 or 5059688. OLE color: 5059688.
HSL color Cylindrical-coordinate representation of color #68344D: hue angle of 331.15º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #68344D is Cyan = 0, Magento = 0.50, Yellow = 0.26 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 52 | 77 | - |
| CMYK | 0 | 0.50 | 0.26 | 0.59 |
| HSL | 331.15º | 0.33% | 0.31% | - |
| HSV(B) | 331.15º | 0.5% | 0.41% | - |
| XYZ | 8.28 | 5.93 | 7.73 | - |
| YUV | 70.4 | 131.73 | 151.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 52 | 77 | 0 | 0.50 | 0.26 | 0.59 | 331.15 | 0.33 | 0.31 |
| Hex | 68 | 34 | 4D | 0 | 32 | 1A | 3B | 14B | 21 | 1F |
| Octal | 150 | 64 | 115 | 0 | 62 | 32 | 73 | 513 | 41 | 37 |
| Binary | 1101000 | 110100 | 1001101 | 0 | 110010 | 11010 | 111011 | 101001011 | 100001 | 11111 |
Color Harmonies of #68344D
Complementary color
Monochromatic Colors of #68344D
Black with #68344D
Text Example
Text Example
White with #68344D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68344D; }
p { color: rgb(104,52,77); }
H1.HeaderClassName
{
color: #68344D;
}
.AnyTagClassName
{
color: #68344D;
}
</style>
background-color css
<style>
a { background-color: #68344D; }
a { background-color: rgb(104,52,77); }
div.DivClassName
{
background-color: #68344D;
}
.BgClassName
{
background-color: #68344D;
}
</style>
border-color css
<style>
span { border-color: #68344D; }
span { border-color: rgb(104,52,77); }
td.TdClassName
{
border-color: #68344D;
}
.TagClassName
{
border-color: #68344D;
}
</style>