Shades of Tawny Port #68314C
Tints of Tawny Port #68314C
RGB
CMYK
RGB Variations
Color information
#68314C (or 0x68314C) is known color: Tawny Port. HEX triplet: 68, 31 and 4C. RGB value is (104,49,76). Sum of RGB (Red+Green+Blue) = 104+49+76=229 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.41% from 229); Green value is 49 (19.53% from 255 or 21.40% from 229); Blue value is 76 (30.08% from 255 or 33.19% from 229); Max value from RGB is 104 - color contains mainly: red. Hex color #68314C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68314C is #97CEB3. Grayscale: #444444. Windows color (decimal): -9948852 or 4993384. OLE color: 4993384.
HSL color Cylindrical-coordinate representation of color #68314C: hue angle of 330.55º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #68314C is Cyan = 0, Magento = 0.53, Yellow = 0.27 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 49 | 76 | - |
| CMYK | 0 | 0.53 | 0.27 | 0.59 |
| HSL | 330.55º | 0.36% | 0.3% | - |
| HSV(B) | 330.55º | 0.53% | 0.41% | - |
| XYZ | 8.11 | 5.66 | 7.5 | - |
| YUV | 68.52 | 132.22 | 153.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 49 | 76 | 0 | 0.53 | 0.27 | 0.59 | 330.55 | 0.36 | 0.3 |
| Hex | 68 | 31 | 4C | 0 | 35 | 1B | 3B | 14B | 24 | 1E |
| Octal | 150 | 61 | 114 | 0 | 65 | 33 | 73 | 513 | 44 | 36 |
| Binary | 1101000 | 110001 | 1001100 | 0 | 110101 | 11011 | 111011 | 101001011 | 100100 | 11110 |
Color Harmonies of #68314C
Complementary color
Monochromatic Colors of #68314C
Black with #68314C
Text Example
Text Example
White with #68314C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68314C; }
p { color: rgb(104,49,76); }
H1.HeaderClassName
{
color: #68314C;
}
.AnyTagClassName
{
color: #68314C;
}
</style>
background-color css
<style>
a { background-color: #68314C; }
a { background-color: rgb(104,49,76); }
div.DivClassName
{
background-color: #68314C;
}
.BgClassName
{
background-color: #68314C;
}
</style>
border-color css
<style>
span { border-color: #68314C; }
span { border-color: rgb(104,49,76); }
td.TdClassName
{
border-color: #68314C;
}
.TagClassName
{
border-color: #68314C;
}
</style>