Shades of Tawny Port #68404C
Tints of Tawny Port #68404C
RGB
CMYK
RGB Variations
Color information
#68404C (or 0x68404C) is known color: Tawny Port. HEX triplet: 68, 40 and 4C. RGB value is (104,64,76). Sum of RGB (Red+Green+Blue) = 104+64+76=244 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.62% from 244); Green value is 64 (25.39% from 255 or 26.23% from 244); Blue value is 76 (30.08% from 255 or 31.15% from 244); Max value from RGB is 104 - color contains mainly: red. Hex color #68404C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68404C is #97BFB3. Grayscale: #4D4D4D. Windows color (decimal): -9945012 or 4997224. OLE color: 4997224.
HSL color Cylindrical-coordinate representation of color #68404C: hue angle of 342º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #68404C is Cyan = 0, Magento = 0.38, Yellow = 0.27 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 64 | 76 | - |
| CMYK | 0 | 0.38 | 0.27 | 0.59 |
| HSL | 342º | 0.24% | 0.33% | - |
| HSV(B) | 342º | 0.38% | 0.41% | - |
| XYZ | 8.85 | 7.13 | 7.75 | - |
| YUV | 77.33 | 127.25 | 147.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 64 | 76 | 0 | 0.38 | 0.27 | 0.59 | 342 | 0.24 | 0.33 |
| Hex | 68 | 40 | 4C | 0 | 26 | 1B | 3B | 156 | 18 | 21 |
| Octal | 150 | 100 | 114 | 0 | 46 | 33 | 73 | 526 | 30 | 41 |
| Binary | 1101000 | 1000000 | 1001100 | 0 | 100110 | 11011 | 111011 | 101010110 | 11000 | 100001 |
Color Harmonies of #68404C
Complementary color
Monochromatic Colors of #68404C
Black with #68404C
Text Example
Text Example
White with #68404C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68404C; }
p { color: rgb(104,64,76); }
H1.HeaderClassName
{
color: #68404C;
}
.AnyTagClassName
{
color: #68404C;
}
</style>
background-color css
<style>
a { background-color: #68404C; }
a { background-color: rgb(104,64,76); }
div.DivClassName
{
background-color: #68404C;
}
.BgClassName
{
background-color: #68404C;
}
</style>
border-color css
<style>
span { border-color: #68404C; }
span { border-color: rgb(104,64,76); }
td.TdClassName
{
border-color: #68404C;
}
.TagClassName
{
border-color: #68404C;
}
</style>