Shades of Tawny Port #68354B
Tints of Tawny Port #68354B
RGB
CMYK
RGB Variations
Color information
#68354B (or 0x68354B) is known color: Tawny Port. HEX triplet: 68, 35 and 4B. RGB value is (104,53,75). Sum of RGB (Red+Green+Blue) = 104+53+75=232 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.83% from 232); Green value is 53 (21.09% from 255 or 22.84% from 232); Blue value is 75 (29.69% from 255 or 32.33% from 232); Max value from RGB is 104 - color contains mainly: red. Hex color #68354B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68354B is #97CAB4. Grayscale: #464646. Windows color (decimal): -9947829 or 4928872. OLE color: 4928872.
HSL color Cylindrical-coordinate representation of color #68354B: hue angle of 334.12º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #68354B is Cyan = 0, Magento = 0.49, Yellow = 0.28 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 53 | 75 | - |
| CMYK | 0 | 0.49 | 0.28 | 0.59 |
| HSL | 334.12º | 0.32% | 0.31% | - |
| HSV(B) | 334.12º | 0.49% | 0.41% | - |
| XYZ | 8.25 | 6 | 7.38 | - |
| YUV | 70.76 | 130.4 | 151.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 53 | 75 | 0 | 0.49 | 0.28 | 0.59 | 334.12 | 0.32 | 0.31 |
| Hex | 68 | 35 | 4B | 0 | 31 | 1C | 3B | 14E | 20 | 1F |
| Octal | 150 | 65 | 113 | 0 | 61 | 34 | 73 | 516 | 40 | 37 |
| Binary | 1101000 | 110101 | 1001011 | 0 | 110001 | 11100 | 111011 | 101001110 | 100000 | 11111 |
Color Harmonies of #68354B
Complementary color
Monochromatic Colors of #68354B
Black with #68354B
Text Example
Text Example
White with #68354B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68354B; }
p { color: rgb(104,53,75); }
H1.HeaderClassName
{
color: #68354B;
}
.AnyTagClassName
{
color: #68354B;
}
</style>
background-color css
<style>
a { background-color: #68354B; }
a { background-color: rgb(104,53,75); }
div.DivClassName
{
background-color: #68354B;
}
.BgClassName
{
background-color: #68354B;
}
</style>
border-color css
<style>
span { border-color: #68354B; }
span { border-color: rgb(104,53,75); }
td.TdClassName
{
border-color: #68354B;
}
.TagClassName
{
border-color: #68354B;
}
</style>