Shades of Tawny Port #6A3546
Tints of Tawny Port #6A3546
RGB
CMYK
RGB Variations
Color information
#6A3546 (or 0x6A3546) is known color: Tawny Port. HEX triplet: 6A, 35 and 46. RGB value is (106,53,70). Sum of RGB (Red+Green+Blue) = 106+53+70=229 (30% of max value = 765). Red value is 106 (41.80% from 255 or 46.29% from 229); Green value is 53 (21.09% from 255 or 23.14% from 229); Blue value is 70 (27.73% from 255 or 30.57% from 229); Max value from RGB is 106 - color contains mainly: red. Hex color #6A3546 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A3546 is #95CAB9. Grayscale: #464646. Windows color (decimal): -9816762 or 4601194. OLE color: 4601194.
HSL color Cylindrical-coordinate representation of color #6A3546: hue angle of 340.75º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6A3546 is Cyan = 0, Magento = 0.5, Yellow = 0.34 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 53 | 70 | - |
| CMYK | 0 | 0.5 | 0.34 | 0.58 |
| HSL | 340.75º | 0.33% | 0.31% | - |
| HSV(B) | 340.75º | 0.5% | 0.42% | - |
| XYZ | 8.32 | 6.05 | 6.52 | - |
| YUV | 70.79 | 127.56 | 153.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 53 | 70 | 0 | 0.5 | 0.34 | 0.58 | 340.75 | 0.33 | 0.31 |
| Hex | 6A | 35 | 46 | 0 | 32 | 22 | 3A | 155 | 21 | 1F |
| Octal | 152 | 65 | 106 | 0 | 62 | 42 | 72 | 525 | 41 | 37 |
| Binary | 1101010 | 110101 | 1000110 | 0 | 110010 | 100010 | 111010 | 101010101 | 100001 | 11111 |
Color Harmonies of #6A3546
Complementary color
Monochromatic Colors of #6A3546
Black with #6A3546
Text Example
Text Example
White with #6A3546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A3546; }
p { color: rgb(106,53,70); }
H1.HeaderClassName
{
color: #6A3546;
}
.AnyTagClassName
{
color: #6A3546;
}
</style>
background-color css
<style>
a { background-color: #6A3546; }
a { background-color: rgb(106,53,70); }
div.DivClassName
{
background-color: #6A3546;
}
.BgClassName
{
background-color: #6A3546;
}
</style>
border-color css
<style>
span { border-color: #6A3546; }
span { border-color: rgb(106,53,70); }
td.TdClassName
{
border-color: #6A3546;
}
.TagClassName
{
border-color: #6A3546;
}
</style>