Shades of Tawny Port #6A3A49
Tints of Tawny Port #6A3A49
RGB
CMYK
RGB Variations
Color information
#6A3A49 (or 0x6A3A49) is known color: Tawny Port. HEX triplet: 6A, 3A and 49. RGB value is (106,58,73). Sum of RGB (Red+Green+Blue) = 106+58+73=237 (31% of max value = 765). Red value is 106 (41.80% from 255 or 44.73% from 237); Green value is 58 (23.05% from 255 or 24.47% from 237); Blue value is 73 (28.91% from 255 or 30.80% from 237); Max value from RGB is 106 - color contains mainly: red. Hex color #6A3A49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A3A49 is #95C5B6. Grayscale: #4A4A4A. Windows color (decimal): -9815479 or 4799082. OLE color: 4799082.
HSL color Cylindrical-coordinate representation of color #6A3A49: hue angle of 341.25º degrees, saturation: 0.29, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6A3A49 is Cyan = 0, Magento = 0.45, Yellow = 0.31 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 58 | 73 | - |
| CMYK | 0 | 0.45 | 0.31 | 0.58 |
| HSL | 341.25º | 0.29% | 0.32% | - |
| HSV(B) | 341.25º | 0.45% | 0.42% | - |
| XYZ | 8.66 | 6.57 | 7.12 | - |
| YUV | 74.06 | 127.4 | 150.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 58 | 73 | 0 | 0.45 | 0.31 | 0.58 | 341.25 | 0.29 | 0.32 |
| Hex | 6A | 3A | 49 | 0 | 2D | 1F | 3A | 155 | 1D | 20 |
| Octal | 152 | 72 | 111 | 0 | 55 | 37 | 72 | 525 | 35 | 40 |
| Binary | 1101010 | 111010 | 1001001 | 0 | 101101 | 11111 | 111010 | 101010101 | 11101 | 100000 |
Color Harmonies of #6A3A49
Complementary color
Monochromatic Colors of #6A3A49
Black with #6A3A49
Text Example
Text Example
White with #6A3A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A3A49; }
p { color: rgb(106,58,73); }
H1.HeaderClassName
{
color: #6A3A49;
}
.AnyTagClassName
{
color: #6A3A49;
}
</style>
background-color css
<style>
a { background-color: #6A3A49; }
a { background-color: rgb(106,58,73); }
div.DivClassName
{
background-color: #6A3A49;
}
.BgClassName
{
background-color: #6A3A49;
}
</style>
border-color css
<style>
span { border-color: #6A3A49; }
span { border-color: rgb(106,58,73); }
td.TdClassName
{
border-color: #6A3A49;
}
.TagClassName
{
border-color: #6A3A49;
}
</style>