Shades of Tawny Port #6E3246
Tints of Tawny Port #6E3246
RGB
CMYK
RGB Variations
Color information
#6E3246 (or 0x6E3246) is known color: Tawny Port. HEX triplet: 6E, 32 and 46. RGB value is (110,50,70). Sum of RGB (Red+Green+Blue) = 110+50+70=230 (30% of max value = 765). Red value is 110 (43.36% from 255 or 47.83% from 230); Green value is 50 (19.92% from 255 or 21.74% from 230); Blue value is 70 (27.73% from 255 or 30.43% from 230); Max value from RGB is 110 - color contains mainly: red. Hex color #6E3246 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E3246 is #91CDB9. Grayscale: #464646. Windows color (decimal): -9555386 or 4600430. OLE color: 4600430.
HSL color Cylindrical-coordinate representation of color #6E3246: hue angle of 340º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6E3246 is Cyan = 0, Magento = 0.55, Yellow = 0.36 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 50 | 70 | - |
| CMYK | 0 | 0.55 | 0.36 | 0.57 |
| HSL | 340º | 0.38% | 0.31% | - |
| HSV(B) | 340º | 0.55% | 0.43% | - |
| XYZ | 8.68 | 6.04 | 6.5 | - |
| YUV | 70.22 | 127.88 | 156.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 50 | 70 | 0 | 0.55 | 0.36 | 0.57 | 340 | 0.38 | 0.31 |
| Hex | 6E | 32 | 46 | 0 | 37 | 24 | 39 | 154 | 26 | 1F |
| Octal | 156 | 62 | 106 | 0 | 67 | 44 | 71 | 524 | 46 | 37 |
| Binary | 1101110 | 110010 | 1000110 | 0 | 110111 | 100100 | 111001 | 101010100 | 100110 | 11111 |
Color Harmonies of #6E3246
Complementary color
Monochromatic Colors of #6E3246
Black with #6E3246
Text Example
Text Example
White with #6E3246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E3246; }
p { color: rgb(110,50,70); }
H1.HeaderClassName
{
color: #6E3246;
}
.AnyTagClassName
{
color: #6E3246;
}
</style>
background-color css
<style>
a { background-color: #6E3246; }
a { background-color: rgb(110,50,70); }
div.DivClassName
{
background-color: #6E3246;
}
.BgClassName
{
background-color: #6E3246;
}
</style>
border-color css
<style>
span { border-color: #6E3246; }
span { border-color: rgb(110,50,70); }
td.TdClassName
{
border-color: #6E3246;
}
.TagClassName
{
border-color: #6E3246;
}
</style>