Shades of Tawny Port #68384F
Tints of Tawny Port #68384F
RGB
CMYK
RGB Variations
Color information
#68384F (or 0x68384F) is known color: Tawny Port. HEX triplet: 68, 38 and 4F. RGB value is (104,56,79). Sum of RGB (Red+Green+Blue) = 104+56+79=239 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.51% from 239); Green value is 56 (22.27% from 255 or 23.43% from 239); Blue value is 79 (31.25% from 255 or 33.05% from 239); Max value from RGB is 104 - color contains mainly: red. Hex color #68384F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68384F is #97C7B0. Grayscale: #484848. Windows color (decimal): -9947057 or 5191784. OLE color: 5191784.
HSL color Cylindrical-coordinate representation of color #68384F: hue angle of 331.25º degrees, saturation: 0.3, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #68384F is Cyan = 0, Magento = 0.46, Yellow = 0.24 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 56 | 79 | - |
| CMYK | 0 | 0.46 | 0.24 | 0.59 |
| HSL | 331.25º | 0.3% | 0.31% | - |
| HSV(B) | 331.25º | 0.46% | 0.41% | - |
| XYZ | 8.53 | 6.34 | 8.17 | - |
| YUV | 72.97 | 131.4 | 150.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 56 | 79 | 0 | 0.46 | 0.24 | 0.59 | 331.25 | 0.3 | 0.31 |
| Hex | 68 | 38 | 4F | 0 | 2E | 18 | 3B | 14B | 1E | 1F |
| Octal | 150 | 70 | 117 | 0 | 56 | 30 | 73 | 513 | 36 | 37 |
| Binary | 1101000 | 111000 | 1001111 | 0 | 101110 | 11000 | 111011 | 101001011 | 11110 | 11111 |
Color Harmonies of #68384F
Complementary color
Monochromatic Colors of #68384F
Black with #68384F
Text Example
Text Example
White with #68384F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68384F; }
p { color: rgb(104,56,79); }
H1.HeaderClassName
{
color: #68384F;
}
.AnyTagClassName
{
color: #68384F;
}
</style>
background-color css
<style>
a { background-color: #68384F; }
a { background-color: rgb(104,56,79); }
div.DivClassName
{
background-color: #68384F;
}
.BgClassName
{
background-color: #68384F;
}
</style>
border-color css
<style>
span { border-color: #68384F; }
span { border-color: rgb(104,56,79); }
td.TdClassName
{
border-color: #68384F;
}
.TagClassName
{
border-color: #68384F;
}
</style>