Shades of Tawny Port #68344A
Tints of Tawny Port #68344A
RGB
CMYK
RGB Variations
Color information
#68344A (or 0x68344A) is known color: Tawny Port. HEX triplet: 68, 34 and 4A. RGB value is (104,52,74). Sum of RGB (Red+Green+Blue) = 104+52+74=230 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.22% from 230); Green value is 52 (20.70% from 255 or 22.61% from 230); Blue value is 74 (29.30% from 255 or 32.17% from 230); Max value from RGB is 104 - color contains mainly: red. Hex color #68344A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68344A is #97CBB5. Grayscale: #464646. Windows color (decimal): -9948086 or 4863080. OLE color: 4863080.
HSL color Cylindrical-coordinate representation of color #68344A: hue angle of 334.62º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #68344A is Cyan = 0, Magento = 0.50, Yellow = 0.29 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 52 | 74 | - |
| CMYK | 0 | 0.50 | 0.29 | 0.59 |
| HSL | 334.62º | 0.33% | 0.31% | - |
| HSV(B) | 334.62º | 0.5% | 0.41% | - |
| XYZ | 8.17 | 5.89 | 7.19 | - |
| YUV | 70.06 | 130.23 | 152.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 52 | 74 | 0 | 0.50 | 0.29 | 0.59 | 334.62 | 0.33 | 0.31 |
| Hex | 68 | 34 | 4A | 0 | 32 | 1D | 3B | 14F | 21 | 1F |
| Octal | 150 | 64 | 112 | 0 | 62 | 35 | 73 | 517 | 41 | 37 |
| Binary | 1101000 | 110100 | 1001010 | 0 | 110010 | 11101 | 111011 | 101001111 | 100001 | 11111 |
Color Harmonies of #68344A
Complementary color
Monochromatic Colors of #68344A
Black with #68344A
Text Example
Text Example
White with #68344A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68344A; }
p { color: rgb(104,52,74); }
H1.HeaderClassName
{
color: #68344A;
}
.AnyTagClassName
{
color: #68344A;
}
</style>
background-color css
<style>
a { background-color: #68344A; }
a { background-color: rgb(104,52,74); }
div.DivClassName
{
background-color: #68344A;
}
.BgClassName
{
background-color: #68344A;
}
</style>
border-color css
<style>
span { border-color: #68344A; }
span { border-color: rgb(104,52,74); }
td.TdClassName
{
border-color: #68344A;
}
.TagClassName
{
border-color: #68344A;
}
</style>