Shades of Tawny Port #68354C
Tints of Tawny Port #68354C
RGB
CMYK
RGB Variations
Color information
#68354C (or 0x68354C) is known color: Tawny Port. HEX triplet: 68, 35 and 4C. RGB value is (104,53,76). Sum of RGB (Red+Green+Blue) = 104+53+76=233 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.64% from 233); Green value is 53 (21.09% from 255 or 22.75% from 233); Blue value is 76 (30.08% from 255 or 32.62% from 233); Max value from RGB is 104 - color contains mainly: red. Hex color #68354C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68354C is #97CAB3. Grayscale: #464646. Windows color (decimal): -9947828 or 4994408. OLE color: 4994408.
HSL color Cylindrical-coordinate representation of color #68354C: hue angle of 332.94º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #68354C is Cyan = 0, Magento = 0.49, Yellow = 0.27 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 53 | 76 | - |
| CMYK | 0 | 0.49 | 0.27 | 0.59 |
| HSL | 332.94º | 0.32% | 0.31% | - |
| HSV(B) | 332.94º | 0.49% | 0.41% | - |
| XYZ | 8.29 | 6.01 | 7.56 | - |
| YUV | 70.87 | 130.9 | 151.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 53 | 76 | 0 | 0.49 | 0.27 | 0.59 | 332.94 | 0.32 | 0.31 |
| Hex | 68 | 35 | 4C | 0 | 31 | 1B | 3B | 14D | 20 | 1F |
| Octal | 150 | 65 | 114 | 0 | 61 | 33 | 73 | 515 | 40 | 37 |
| Binary | 1101000 | 110101 | 1001100 | 0 | 110001 | 11011 | 111011 | 101001101 | 100000 | 11111 |
Color Harmonies of #68354C
Complementary color
Monochromatic Colors of #68354C
Black with #68354C
Text Example
Text Example
White with #68354C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68354C; }
p { color: rgb(104,53,76); }
H1.HeaderClassName
{
color: #68354C;
}
.AnyTagClassName
{
color: #68354C;
}
</style>
background-color css
<style>
a { background-color: #68354C; }
a { background-color: rgb(104,53,76); }
div.DivClassName
{
background-color: #68354C;
}
.BgClassName
{
background-color: #68354C;
}
</style>
border-color css
<style>
span { border-color: #68354C; }
span { border-color: rgb(104,53,76); }
td.TdClassName
{
border-color: #68354C;
}
.TagClassName
{
border-color: #68354C;
}
</style>