Shades of Tawny Port #6D3148
Tints of Tawny Port #6D3148
RGB
CMYK
RGB Variations
Color information
#6D3148 (or 0x6D3148) is known color: Tawny Port. HEX triplet: 6D, 31 and 48. RGB value is (109,49,72). Sum of RGB (Red+Green+Blue) = 109+49+72=230 (30% of max value = 765). Red value is 109 (42.97% from 255 or 47.39% from 230); Green value is 49 (19.53% from 255 or 21.30% from 230); Blue value is 72 (28.52% from 255 or 31.30% from 230); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3148 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D3148 is #92CEB7. Grayscale: #454545. Windows color (decimal): -9621176 or 4731245. OLE color: 4731245.
HSL color Cylindrical-coordinate representation of color #6D3148: hue angle of 337º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6D3148 is Cyan = 0, Magento = 0.55, Yellow = 0.34 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 49 | 72 | - |
| CMYK | 0 | 0.55 | 0.34 | 0.57 |
| HSL | 337º | 0.38% | 0.31% | - |
| HSV(B) | 337º | 0.55% | 0.43% | - |
| XYZ | 8.57 | 5.92 | 6.82 | - |
| YUV | 69.56 | 129.38 | 156.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 49 | 72 | 0 | 0.55 | 0.34 | 0.57 | 337 | 0.38 | 0.31 |
| Hex | 6D | 31 | 48 | 0 | 37 | 22 | 39 | 151 | 26 | 1F |
| Octal | 155 | 61 | 110 | 0 | 67 | 42 | 71 | 521 | 46 | 37 |
| Binary | 1101101 | 110001 | 1001000 | 0 | 110111 | 100010 | 111001 | 101010001 | 100110 | 11111 |
Color Harmonies of #6D3148
Complementary color
Monochromatic Colors of #6D3148
Black with #6D3148
Text Example
Text Example
White with #6D3148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D3148; }
p { color: rgb(109,49,72); }
H1.HeaderClassName
{
color: #6D3148;
}
.AnyTagClassName
{
color: #6D3148;
}
</style>
background-color css
<style>
a { background-color: #6D3148; }
a { background-color: rgb(109,49,72); }
div.DivClassName
{
background-color: #6D3148;
}
.BgClassName
{
background-color: #6D3148;
}
</style>
border-color css
<style>
span { border-color: #6D3148; }
span { border-color: rgb(109,49,72); }
td.TdClassName
{
border-color: #6D3148;
}
.TagClassName
{
border-color: #6D3148;
}
</style>