Shades of Tawny Port #6D404E
Tints of Tawny Port #6D404E
RGB
CMYK
RGB Variations
Color information
#6D404E (or 0x6D404E) is known color: Tawny Port. HEX triplet: 6D, 40 and 4E. RGB value is (109,64,78). Sum of RGB (Red+Green+Blue) = 109+64+78=251 (33% of max value = 765). Red value is 109 (42.97% from 255 or 43.43% from 251); Green value is 64 (25.39% from 255 or 25.50% from 251); Blue value is 78 (30.86% from 255 or 31.08% from 251); Max value from RGB is 109 - color contains mainly: red. Hex color #6D404E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D404E is #92BFB1. Grayscale: #4F4F4F. Windows color (decimal): -9617330 or 5128301. OLE color: 5128301.
HSL color Cylindrical-coordinate representation of color #6D404E: hue angle of 341.33º degrees, saturation: 0.26, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6D404E is Cyan = 0, Magento = 0.41, Yellow = 0.28 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 64 | 78 | - |
| CMYK | 0 | 0.41 | 0.28 | 0.57 |
| HSL | 341.33º | 0.26% | 0.34% | - |
| HSV(B) | 341.33º | 0.41% | 0.43% | - |
| XYZ | 9.52 | 7.47 | 8.15 | - |
| YUV | 79.05 | 127.41 | 149.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 64 | 78 | 0 | 0.41 | 0.28 | 0.57 | 341.33 | 0.26 | 0.34 |
| Hex | 6D | 40 | 4E | 0 | 29 | 1C | 39 | 155 | 1A | 22 |
| Octal | 155 | 100 | 116 | 0 | 51 | 34 | 71 | 525 | 32 | 42 |
| Binary | 1101101 | 1000000 | 1001110 | 0 | 101001 | 11100 | 111001 | 101010101 | 11010 | 100010 |
Color Harmonies of #6D404E
Complementary color
Monochromatic Colors of #6D404E
Black with #6D404E
Text Example
Text Example
White with #6D404E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D404E; }
p { color: rgb(109,64,78); }
H1.HeaderClassName
{
color: #6D404E;
}
.AnyTagClassName
{
color: #6D404E;
}
</style>
background-color css
<style>
a { background-color: #6D404E; }
a { background-color: rgb(109,64,78); }
div.DivClassName
{
background-color: #6D404E;
}
.BgClassName
{
background-color: #6D404E;
}
</style>
border-color css
<style>
span { border-color: #6D404E; }
span { border-color: rgb(109,64,78); }
td.TdClassName
{
border-color: #6D404E;
}
.TagClassName
{
border-color: #6D404E;
}
</style>