Shades of Tawny Port #6D354D
Tints of Tawny Port #6D354D
RGB
CMYK
RGB Variations
Color information
#6D354D (or 0x6D354D) is known color: Tawny Port. HEX triplet: 6D, 35 and 4D. RGB value is (109,53,77). Sum of RGB (Red+Green+Blue) = 109+53+77=239 (31% of max value = 765). Red value is 109 (42.97% from 255 or 45.61% from 239); Green value is 53 (21.09% from 255 or 22.18% from 239); Blue value is 77 (30.47% from 255 or 32.22% from 239); Max value from RGB is 109 - color contains mainly: red. Hex color #6D354D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D354D is #92CAB2. Grayscale: #484848. Windows color (decimal): -9620147 or 5059949. OLE color: 5059949.
HSL color Cylindrical-coordinate representation of color #6D354D: hue angle of 334.29º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6D354D is Cyan = 0, Magento = 0.51, Yellow = 0.29 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 53 | 77 | - |
| CMYK | 0 | 0.51 | 0.29 | 0.57 |
| HSL | 334.29º | 0.35% | 0.32% | - |
| HSV(B) | 334.29º | 0.51% | 0.43% | - |
| XYZ | 8.92 | 6.33 | 7.77 | - |
| YUV | 72.48 | 130.55 | 154.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 53 | 77 | 0 | 0.51 | 0.29 | 0.57 | 334.29 | 0.35 | 0.32 |
| Hex | 6D | 35 | 4D | 0 | 33 | 1D | 39 | 14E | 23 | 20 |
| Octal | 155 | 65 | 115 | 0 | 63 | 35 | 71 | 516 | 43 | 40 |
| Binary | 1101101 | 110101 | 1001101 | 0 | 110011 | 11101 | 111001 | 101001110 | 100011 | 100000 |
Color Harmonies of #6D354D
Complementary color
Monochromatic Colors of #6D354D
Black with #6D354D
Text Example
Text Example
White with #6D354D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D354D; }
p { color: rgb(109,53,77); }
H1.HeaderClassName
{
color: #6D354D;
}
.AnyTagClassName
{
color: #6D354D;
}
</style>
background-color css
<style>
a { background-color: #6D354D; }
a { background-color: rgb(109,53,77); }
div.DivClassName
{
background-color: #6D354D;
}
.BgClassName
{
background-color: #6D354D;
}
</style>
border-color css
<style>
span { border-color: #6D354D; }
span { border-color: rgb(109,53,77); }
td.TdClassName
{
border-color: #6D354D;
}
.TagClassName
{
border-color: #6D354D;
}
</style>