Shades of Tawny Port #6A4049
Tints of Tawny Port #6A4049
RGB
CMYK
RGB Variations
Color information
#6A4049 (or 0x6A4049) is known color: Tawny Port. HEX triplet: 6A, 40 and 49. RGB value is (106,64,73). Sum of RGB (Red+Green+Blue) = 106+64+73=243 (32% of max value = 765). Red value is 106 (41.80% from 255 or 43.62% from 243); Green value is 64 (25.39% from 255 or 26.34% from 243); Blue value is 73 (28.91% from 255 or 30.04% from 243); Max value from RGB is 106 - color contains mainly: red. Hex color #6A4049 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A4049 is #95BFB6. Grayscale: #4D4D4D. Windows color (decimal): -9813943 or 4800618. OLE color: 4800618.
HSL color Cylindrical-coordinate representation of color #6A4049: hue angle of 347.14º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6A4049 is Cyan = 0, Magento = 0.40, Yellow = 0.31 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 64 | 73 | - |
| CMYK | 0 | 0.40 | 0.31 | 0.58 |
| HSL | 347.14º | 0.25% | 0.33% | - |
| HSV(B) | 347.14º | 0.4% | 0.42% | - |
| XYZ | 8.98 | 7.21 | 7.22 | - |
| YUV | 77.58 | 125.41 | 148.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 64 | 73 | 0 | 0.40 | 0.31 | 0.58 | 347.14 | 0.25 | 0.33 |
| Hex | 6A | 40 | 49 | 0 | 28 | 1F | 3A | 15B | 19 | 21 |
| Octal | 152 | 100 | 111 | 0 | 50 | 37 | 72 | 533 | 31 | 41 |
| Binary | 1101010 | 1000000 | 1001001 | 0 | 101000 | 11111 | 111010 | 101011011 | 11001 | 100001 |
Color Harmonies of #6A4049
Complementary color
Monochromatic Colors of #6A4049
Black with #6A4049
Text Example
Text Example
White with #6A4049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A4049; }
p { color: rgb(106,64,73); }
H1.HeaderClassName
{
color: #6A4049;
}
.AnyTagClassName
{
color: #6A4049;
}
</style>
background-color css
<style>
a { background-color: #6A4049; }
a { background-color: rgb(106,64,73); }
div.DivClassName
{
background-color: #6A4049;
}
.BgClassName
{
background-color: #6A4049;
}
</style>
border-color css
<style>
span { border-color: #6A4049; }
span { border-color: rgb(106,64,73); }
td.TdClassName
{
border-color: #6A4049;
}
.TagClassName
{
border-color: #6A4049;
}
</style>