Shades of Tawny Port #68344B
Tints of Tawny Port #68344B
RGB
CMYK
RGB Variations
Color information
#68344B (or 0x68344B) is known color: Tawny Port. HEX triplet: 68, 34 and 4B. RGB value is (104,52,75). Sum of RGB (Red+Green+Blue) = 104+52+75=231 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.02% from 231); Green value is 52 (20.70% from 255 or 22.51% from 231); Blue value is 75 (29.69% from 255 or 32.47% from 231); Max value from RGB is 104 - color contains mainly: red. Hex color #68344B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68344B is #97CBB4. Grayscale: #464646. Windows color (decimal): -9948085 or 4928616. OLE color: 4928616.
HSL color Cylindrical-coordinate representation of color #68344B: hue angle of 333.46º 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 #68344B is Cyan = 0, Magento = 0.50, Yellow = 0.28 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 52 | 75 | - |
| CMYK | 0 | 0.50 | 0.28 | 0.59 |
| HSL | 333.46º | 0.33% | 0.31% | - |
| HSV(B) | 333.46º | 0.5% | 0.41% | - |
| XYZ | 8.21 | 5.91 | 7.36 | - |
| YUV | 70.17 | 130.73 | 152.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 52 | 75 | 0 | 0.50 | 0.28 | 0.59 | 333.46 | 0.33 | 0.31 |
| Hex | 68 | 34 | 4B | 0 | 32 | 1C | 3B | 14D | 21 | 1F |
| Octal | 150 | 64 | 113 | 0 | 62 | 34 | 73 | 515 | 41 | 37 |
| Binary | 1101000 | 110100 | 1001011 | 0 | 110010 | 11100 | 111011 | 101001101 | 100001 | 11111 |
Color Harmonies of #68344B
Complementary color
Monochromatic Colors of #68344B
Black with #68344B
Text Example
Text Example
White with #68344B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68344B; }
p { color: rgb(104,52,75); }
H1.HeaderClassName
{
color: #68344B;
}
.AnyTagClassName
{
color: #68344B;
}
</style>
background-color css
<style>
a { background-color: #68344B; }
a { background-color: rgb(104,52,75); }
div.DivClassName
{
background-color: #68344B;
}
.BgClassName
{
background-color: #68344B;
}
</style>
border-color css
<style>
span { border-color: #68344B; }
span { border-color: rgb(104,52,75); }
td.TdClassName
{
border-color: #68344B;
}
.TagClassName
{
border-color: #68344B;
}
</style>