Shades of Tawny Port #6A3646
Tints of Tawny Port #6A3646
RGB
CMYK
RGB Variations
Color information
#6A3646 (or 0x6A3646) is known color: Tawny Port. HEX triplet: 6A, 36 and 46. RGB value is (106,54,70). Sum of RGB (Red+Green+Blue) = 106+54+70=230 (30% of max value = 765). Red value is 106 (41.80% from 255 or 46.09% from 230); Green value is 54 (21.48% from 255 or 23.48% from 230); Blue value is 70 (27.73% from 255 or 30.43% from 230); Max value from RGB is 106 - color contains mainly: red. Hex color #6A3646 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A3646 is #95C9B9. Grayscale: #474747. Windows color (decimal): -9816506 or 4601450. OLE color: 4601450.
HSL color Cylindrical-coordinate representation of color #6A3646: hue angle of 341.54º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6A3646 is Cyan = 0, Magento = 0.49, Yellow = 0.34 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 54 | 70 | - |
| CMYK | 0 | 0.49 | 0.34 | 0.58 |
| HSL | 341.54º | 0.33% | 0.31% | - |
| HSV(B) | 341.54º | 0.49% | 0.42% | - |
| XYZ | 8.37 | 6.14 | 6.54 | - |
| YUV | 71.37 | 127.23 | 152.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 54 | 70 | 0 | 0.49 | 0.34 | 0.58 | 341.54 | 0.33 | 0.31 |
| Hex | 6A | 36 | 46 | 0 | 31 | 22 | 3A | 156 | 20 | 1F |
| Octal | 152 | 66 | 106 | 0 | 61 | 42 | 72 | 526 | 40 | 37 |
| Binary | 1101010 | 110110 | 1000110 | 0 | 110001 | 100010 | 111010 | 101010110 | 100000 | 11111 |
Color Harmonies of #6A3646
Complementary color
Monochromatic Colors of #6A3646
Black with #6A3646
Text Example
Text Example
White with #6A3646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A3646; }
p { color: rgb(106,54,70); }
H1.HeaderClassName
{
color: #6A3646;
}
.AnyTagClassName
{
color: #6A3646;
}
</style>
background-color css
<style>
a { background-color: #6A3646; }
a { background-color: rgb(106,54,70); }
div.DivClassName
{
background-color: #6A3646;
}
.BgClassName
{
background-color: #6A3646;
}
</style>
border-color css
<style>
span { border-color: #6A3646; }
span { border-color: rgb(106,54,70); }
td.TdClassName
{
border-color: #6A3646;
}
.TagClassName
{
border-color: #6A3646;
}
</style>