Shades of Tawny Port #68384A
Tints of Tawny Port #68384A
RGB
CMYK
RGB Variations
Color information
#68384A (or 0x68384A) is known color: Tawny Port. HEX triplet: 68, 38 and 4A. RGB value is (104,56,74). Sum of RGB (Red+Green+Blue) = 104+56+74=234 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.44% from 234); Green value is 56 (22.27% from 255 or 23.93% from 234); Blue value is 74 (29.30% from 255 or 31.62% from 234); Max value from RGB is 104 - color contains mainly: red. Hex color #68384A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68384A is #97C7B5. Grayscale: #484848. Windows color (decimal): -9947062 or 4864104. OLE color: 4864104.
HSL color Cylindrical-coordinate representation of color #68384A: hue angle of 337.5º 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 #68384A is Cyan = 0, Magento = 0.46, Yellow = 0.29 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 56 | 74 | - |
| CMYK | 0 | 0.46 | 0.29 | 0.59 |
| HSL | 337.5º | 0.3% | 0.31% | - |
| HSV(B) | 337.5º | 0.46% | 0.41% | - |
| XYZ | 8.36 | 6.27 | 7.25 | - |
| YUV | 72.4 | 128.9 | 150.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 56 | 74 | 0 | 0.46 | 0.29 | 0.59 | 337.5 | 0.3 | 0.31 |
| Hex | 68 | 38 | 4A | 0 | 2E | 1D | 3B | 152 | 1E | 1F |
| Octal | 150 | 70 | 112 | 0 | 56 | 35 | 73 | 522 | 36 | 37 |
| Binary | 1101000 | 111000 | 1001010 | 0 | 101110 | 11101 | 111011 | 101010010 | 11110 | 11111 |
Color Harmonies of #68384A
Complementary color
Monochromatic Colors of #68384A
Black with #68384A
Text Example
Text Example
White with #68384A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68384A; }
p { color: rgb(104,56,74); }
H1.HeaderClassName
{
color: #68384A;
}
.AnyTagClassName
{
color: #68384A;
}
</style>
background-color css
<style>
a { background-color: #68384A; }
a { background-color: rgb(104,56,74); }
div.DivClassName
{
background-color: #68384A;
}
.BgClassName
{
background-color: #68384A;
}
</style>
border-color css
<style>
span { border-color: #68384A; }
span { border-color: rgb(104,56,74); }
td.TdClassName
{
border-color: #68384A;
}
.TagClassName
{
border-color: #68384A;
}
</style>