Shades of Tawny Port #68444D
Tints of Tawny Port #68444D
RGB
CMYK
RGB Variations
Color information
#68444D (or 0x68444D) is known color: Tawny Port. HEX triplet: 68, 44 and 4D. RGB value is (104,68,77). Sum of RGB (Red+Green+Blue) = 104+68+77=249 (32% of max value = 765). Red value is 104 (41.02% from 255 or 41.77% from 249); Green value is 68 (26.95% from 255 or 27.31% from 249); Blue value is 77 (30.47% from 255 or 30.92% from 249); Max value from RGB is 104 - color contains mainly: red. Hex color #68444D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68444D is #97BBB2. Grayscale: #4F4F4F. Windows color (decimal): -9943987 or 5063784. OLE color: 5063784.
HSL color Cylindrical-coordinate representation of color #68444D: hue angle of 345º 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 #68444D is Cyan = 0, Magento = 0.35, Yellow = 0.26 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 68 | 77 | - |
| CMYK | 0 | 0.35 | 0.26 | 0.59 |
| HSL | 345º | 0.21% | 0.34% | - |
| HSV(B) | 345º | 0.35% | 0.41% | - |
| XYZ | 9.12 | 7.61 | 8.01 | - |
| YUV | 79.79 | 126.43 | 145.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 68 | 77 | 0 | 0.35 | 0.26 | 0.59 | 345 | 0.21 | 0.34 |
| Hex | 68 | 44 | 4D | 0 | 23 | 1A | 3B | 159 | 15 | 22 |
| Octal | 150 | 104 | 115 | 0 | 43 | 32 | 73 | 531 | 25 | 42 |
| Binary | 1101000 | 1000100 | 1001101 | 0 | 100011 | 11010 | 111011 | 101011001 | 10101 | 100010 |
Color Harmonies of #68444D
Complementary color
Monochromatic Colors of #68444D
Black with #68444D
Text Example
Text Example
White with #68444D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68444D; }
p { color: rgb(104,68,77); }
H1.HeaderClassName
{
color: #68444D;
}
.AnyTagClassName
{
color: #68444D;
}
</style>
background-color css
<style>
a { background-color: #68444D; }
a { background-color: rgb(104,68,77); }
div.DivClassName
{
background-color: #68444D;
}
.BgClassName
{
background-color: #68444D;
}
</style>
border-color css
<style>
span { border-color: #68444D; }
span { border-color: rgb(104,68,77); }
td.TdClassName
{
border-color: #68444D;
}
.TagClassName
{
border-color: #68444D;
}
</style>