Shades of Tawny Port #68444B
Tints of Tawny Port #68444B
RGB
CMYK
RGB Variations
Color information
#68444B (or 0x68444B) is known color: Tawny Port. HEX triplet: 68, 44 and 4B. RGB value is (104,68,75). Sum of RGB (Red+Green+Blue) = 104+68+75=247 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.11% from 247); Green value is 68 (26.95% from 255 or 27.53% from 247); Blue value is 75 (29.69% from 255 or 30.36% from 247); Max value from RGB is 104 - color contains mainly: red. Hex color #68444B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68444B is #97BBB4. Grayscale: #4F4F4F. Windows color (decimal): -9943989 or 4932712. OLE color: 4932712.
HSL color Cylindrical-coordinate representation of color #68444B: hue angle of 348.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 #68444B is Cyan = 0, Magento = 0.35, Yellow = 0.28 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 68 | 75 | - |
| CMYK | 0 | 0.35 | 0.28 | 0.59 |
| HSL | 348.33º | 0.21% | 0.34% | - |
| HSV(B) | 348.33º | 0.35% | 0.41% | - |
| XYZ | 9.05 | 7.59 | 7.64 | - |
| YUV | 79.56 | 125.43 | 145.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 68 | 75 | 0 | 0.35 | 0.28 | 0.59 | 348.33 | 0.21 | 0.34 |
| Hex | 68 | 44 | 4B | 0 | 23 | 1C | 3B | 15C | 15 | 22 |
| Octal | 150 | 104 | 113 | 0 | 43 | 34 | 73 | 534 | 25 | 42 |
| Binary | 1101000 | 1000100 | 1001011 | 0 | 100011 | 11100 | 111011 | 101011100 | 10101 | 100010 |
Color Harmonies of #68444B
Complementary color
Monochromatic Colors of #68444B
Black with #68444B
Text Example
Text Example
White with #68444B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68444B; }
p { color: rgb(104,68,75); }
H1.HeaderClassName
{
color: #68444B;
}
.AnyTagClassName
{
color: #68444B;
}
</style>
background-color css
<style>
a { background-color: #68444B; }
a { background-color: rgb(104,68,75); }
div.DivClassName
{
background-color: #68444B;
}
.BgClassName
{
background-color: #68444B;
}
</style>
border-color css
<style>
span { border-color: #68444B; }
span { border-color: rgb(104,68,75); }
td.TdClassName
{
border-color: #68444B;
}
.TagClassName
{
border-color: #68444B;
}
</style>