Shades of Tawny Port #68444A
Tints of Tawny Port #68444A
RGB
CMYK
RGB Variations
Color information
#68444A (or 0x68444A) is known color: Tawny Port. HEX triplet: 68, 44 and 4A. RGB value is (104,68,74). Sum of RGB (Red+Green+Blue) = 104+68+74=246 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.28% from 246); Green value is 68 (26.95% from 255 or 27.64% from 246); Blue value is 74 (29.30% from 255 or 30.08% from 246); Max value from RGB is 104 - color contains mainly: red. Hex color #68444A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68444A is #97BBB5. Grayscale: #4F4F4F. Windows color (decimal): -9943990 or 4867176. OLE color: 4867176.
HSL color Cylindrical-coordinate representation of color #68444A: hue angle of 350º 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 #68444A is Cyan = 0, Magento = 0.35, Yellow = 0.29 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 68 | 74 | - |
| CMYK | 0 | 0.35 | 0.29 | 0.59 |
| HSL | 350º | 0.21% | 0.34% | - |
| HSV(B) | 350º | 0.35% | 0.41% | - |
| XYZ | 9.01 | 7.57 | 7.47 | - |
| YUV | 79.45 | 124.93 | 145.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 68 | 74 | 0 | 0.35 | 0.29 | 0.59 | 350 | 0.21 | 0.34 |
| Hex | 68 | 44 | 4A | 0 | 23 | 1D | 3B | 15E | 15 | 22 |
| Octal | 150 | 104 | 112 | 0 | 43 | 35 | 73 | 536 | 25 | 42 |
| Binary | 1101000 | 1000100 | 1001010 | 0 | 100011 | 11101 | 111011 | 101011110 | 10101 | 100010 |
Color Harmonies of #68444A
Complementary color
Monochromatic Colors of #68444A
Black with #68444A
Text Example
Text Example
White with #68444A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68444A; }
p { color: rgb(104,68,74); }
H1.HeaderClassName
{
color: #68444A;
}
.AnyTagClassName
{
color: #68444A;
}
</style>
background-color css
<style>
a { background-color: #68444A; }
a { background-color: rgb(104,68,74); }
div.DivClassName
{
background-color: #68444A;
}
.BgClassName
{
background-color: #68444A;
}
</style>
border-color css
<style>
span { border-color: #68444A; }
span { border-color: rgb(104,68,74); }
td.TdClassName
{
border-color: #68444A;
}
.TagClassName
{
border-color: #68444A;
}
</style>