Shades of Tawny Port #68444E
Tints of Tawny Port #68444E
RGB
CMYK
RGB Variations
Color information
#68444E (or 0x68444E) is known color: Tawny Port. HEX triplet: 68, 44 and 4E. RGB value is (104,68,78). Sum of RGB (Red+Green+Blue) = 104+68+78=250 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.6% from 250); Green value is 68 (26.95% from 255 or 27.2% from 250); Blue value is 78 (30.86% from 255 or 31.2% from 250); Max value from RGB is 104 - color contains mainly: red. Hex color #68444E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68444E is #97BBB1. Grayscale: #4F4F4F. Windows color (decimal): -9943986 or 5129320. OLE color: 5129320.
HSL color Cylindrical-coordinate representation of color #68444E: hue angle of 343.33º degrees, saturation: 0.21, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #68444E is Cyan = 0, Magento = 0.35, Yellow = 0.25 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 68 | 78 | - |
| CMYK | 0 | 0.35 | 0.25 | 0.59 |
| HSL | 343.33º | 0.21% | 0.34% | - |
| HSV(B) | 343.33º | 0.35% | 0.41% | - |
| XYZ | 9.15 | 7.63 | 8.2 | - |
| YUV | 79.9 | 126.93 | 145.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 68 | 78 | 0 | 0.35 | 0.25 | 0.59 | 343.33 | 0.21 | 0.34 |
| Hex | 68 | 44 | 4E | 0 | 23 | 19 | 3B | 157 | 15 | 22 |
| Octal | 150 | 104 | 116 | 0 | 43 | 31 | 73 | 527 | 25 | 42 |
| Binary | 1101000 | 1000100 | 1001110 | 0 | 100011 | 11001 | 111011 | 101010111 | 10101 | 100010 |
Color Harmonies of #68444E
Complementary color
Monochromatic Colors of #68444E
Black with #68444E
Text Example
Text Example
White with #68444E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68444E; }
p { color: rgb(104,68,78); }
H1.HeaderClassName
{
color: #68444E;
}
.AnyTagClassName
{
color: #68444E;
}
</style>
background-color css
<style>
a { background-color: #68444E; }
a { background-color: rgb(104,68,78); }
div.DivClassName
{
background-color: #68444E;
}
.BgClassName
{
background-color: #68444E;
}
</style>
border-color css
<style>
span { border-color: #68444E; }
span { border-color: rgb(104,68,78); }
td.TdClassName
{
border-color: #68444E;
}
.TagClassName
{
border-color: #68444E;
}
</style>