Shades of Tawny Port #68364A
Tints of Tawny Port #68364A
RGB
CMYK
RGB Variations
Color information
#68364A (or 0x68364A) is known color: Tawny Port. HEX triplet: 68, 36 and 4A. RGB value is (104,54,74). Sum of RGB (Red+Green+Blue) = 104+54+74=232 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.83% from 232); Green value is 54 (21.48% from 255 or 23.28% from 232); Blue value is 74 (29.30% from 255 or 31.90% from 232); Max value from RGB is 104 - color contains mainly: red. Hex color #68364A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68364A is #97C9B5. Grayscale: #474747. Windows color (decimal): -9947574 or 4863592. OLE color: 4863592.
HSL color Cylindrical-coordinate representation of color #68364A: hue angle of 336º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #68364A is Cyan = 0, Magento = 0.48, Yellow = 0.29 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 54 | 74 | - |
| CMYK | 0 | 0.48 | 0.29 | 0.59 |
| HSL | 336º | 0.32% | 0.31% | - |
| HSV(B) | 336º | 0.48% | 0.41% | - |
| XYZ | 8.26 | 6.08 | 7.22 | - |
| YUV | 71.23 | 129.57 | 151.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 54 | 74 | 0 | 0.48 | 0.29 | 0.59 | 336 | 0.32 | 0.31 |
| Hex | 68 | 36 | 4A | 0 | 30 | 1D | 3B | 150 | 20 | 1F |
| Octal | 150 | 66 | 112 | 0 | 60 | 35 | 73 | 520 | 40 | 37 |
| Binary | 1101000 | 110110 | 1001010 | 0 | 110000 | 11101 | 111011 | 101010000 | 100000 | 11111 |
Color Harmonies of #68364A
Complementary color
Monochromatic Colors of #68364A
Black with #68364A
Text Example
Text Example
White with #68364A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68364A; }
p { color: rgb(104,54,74); }
H1.HeaderClassName
{
color: #68364A;
}
.AnyTagClassName
{
color: #68364A;
}
</style>
background-color css
<style>
a { background-color: #68364A; }
a { background-color: rgb(104,54,74); }
div.DivClassName
{
background-color: #68364A;
}
.BgClassName
{
background-color: #68364A;
}
</style>
border-color css
<style>
span { border-color: #68364A; }
span { border-color: rgb(104,54,74); }
td.TdClassName
{
border-color: #68364A;
}
.TagClassName
{
border-color: #68364A;
}
</style>