Shades of Tawny Port #68364B
Tints of Tawny Port #68364B
RGB
CMYK
RGB Variations
Color information
#68364B (or 0x68364B) is known color: Tawny Port. HEX triplet: 68, 36 and 4B. RGB value is (104,54,75). Sum of RGB (Red+Green+Blue) = 104+54+75=233 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.64% from 233); Green value is 54 (21.48% from 255 or 23.18% from 233); Blue value is 75 (29.69% from 255 or 32.19% from 233); Max value from RGB is 104 - color contains mainly: red. Hex color #68364B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68364B is #97C9B4. Grayscale: #474747. Windows color (decimal): -9947573 or 4929128. OLE color: 4929128.
HSL color Cylindrical-coordinate representation of color #68364B: hue angle of 334.8º 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 #68364B is Cyan = 0, Magento = 0.48, Yellow = 0.28 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 54 | 75 | - |
| CMYK | 0 | 0.48 | 0.28 | 0.59 |
| HSL | 334.8º | 0.32% | 0.31% | - |
| HSV(B) | 334.8º | 0.48% | 0.41% | - |
| XYZ | 8.3 | 6.09 | 7.39 | - |
| YUV | 71.34 | 130.07 | 151.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 54 | 75 | 0 | 0.48 | 0.28 | 0.59 | 334.8 | 0.32 | 0.31 |
| Hex | 68 | 36 | 4B | 0 | 30 | 1C | 3B | 14F | 20 | 1F |
| Octal | 150 | 66 | 113 | 0 | 60 | 34 | 73 | 517 | 40 | 37 |
| Binary | 1101000 | 110110 | 1001011 | 0 | 110000 | 11100 | 111011 | 101001111 | 100000 | 11111 |
Color Harmonies of #68364B
Complementary color
Monochromatic Colors of #68364B
Black with #68364B
Text Example
Text Example
White with #68364B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68364B; }
p { color: rgb(104,54,75); }
H1.HeaderClassName
{
color: #68364B;
}
.AnyTagClassName
{
color: #68364B;
}
</style>
background-color css
<style>
a { background-color: #68364B; }
a { background-color: rgb(104,54,75); }
div.DivClassName
{
background-color: #68364B;
}
.BgClassName
{
background-color: #68364B;
}
</style>
border-color css
<style>
span { border-color: #68364B; }
span { border-color: rgb(104,54,75); }
td.TdClassName
{
border-color: #68364B;
}
.TagClassName
{
border-color: #68364B;
}
</style>