Shades of Tawny Port #67364D
Tints of Tawny Port #67364D
RGB
CMYK
RGB Variations
Color information
#67364D (or 0x67364D) is known color: Tawny Port. HEX triplet: 67, 36 and 4D. RGB value is (103,54,77). Sum of RGB (Red+Green+Blue) = 103+54+77=234 (30% of max value = 765). Red value is 103 (40.62% from 255 or 44.02% from 234); Green value is 54 (21.48% from 255 or 23.08% from 234); Blue value is 77 (30.47% from 255 or 32.91% from 234); Max value from RGB is 103 - color contains mainly: red. Hex color #67364D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #67364D is #98C9B2. Grayscale: #474747. Windows color (decimal): -10013107 or 5060199. OLE color: 5060199.
HSL color Cylindrical-coordinate representation of color #67364D: hue angle of 331.84º degrees, saturation: 0.31, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #67364D is Cyan = 0, Magento = 0.48, Yellow = 0.25 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 54 | 77 | - |
| CMYK | 0 | 0.48 | 0.25 | 0.60 |
| HSL | 331.84º | 0.31% | 0.31% | - |
| HSV(B) | 331.84º | 0.48% | 0.4% | - |
| XYZ | 8.25 | 6.06 | 7.76 | - |
| YUV | 71.27 | 131.23 | 150.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 54 | 77 | 0 | 0.48 | 0.25 | 0.60 | 331.84 | 0.31 | 0.31 |
| Hex | 67 | 36 | 4D | 0 | 30 | 19 | 3C | 14C | 1F | 1F |
| Octal | 147 | 66 | 115 | 0 | 60 | 31 | 74 | 514 | 37 | 37 |
| Binary | 1100111 | 110110 | 1001101 | 0 | 110000 | 11001 | 111100 | 101001100 | 11111 | 11111 |
Color Harmonies of #67364D
Complementary color
Monochromatic Colors of #67364D
Black with #67364D
Text Example
Text Example
White with #67364D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67364D; }
p { color: rgb(103,54,77); }
H1.HeaderClassName
{
color: #67364D;
}
.AnyTagClassName
{
color: #67364D;
}
</style>
background-color css
<style>
a { background-color: #67364D; }
a { background-color: rgb(103,54,77); }
div.DivClassName
{
background-color: #67364D;
}
.BgClassName
{
background-color: #67364D;
}
</style>
border-color css
<style>
span { border-color: #67364D; }
span { border-color: rgb(103,54,77); }
td.TdClassName
{
border-color: #67364D;
}
.TagClassName
{
border-color: #67364D;
}
</style>