Shades of Tawny Port #6E3446
Tints of Tawny Port #6E3446
RGB
CMYK
RGB Variations
Color information
#6E3446 (or 0x6E3446) is known color: Tawny Port. HEX triplet: 6E, 34 and 46. RGB value is (110,52,70). Sum of RGB (Red+Green+Blue) = 110+52+70=232 (30% of max value = 765). Red value is 110 (43.36% from 255 or 47.41% from 232); Green value is 52 (20.70% from 255 or 22.41% from 232); Blue value is 70 (27.73% from 255 or 30.17% from 232); Max value from RGB is 110 - color contains mainly: red. Hex color #6E3446 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E3446 is #91CBB9. Grayscale: #474747. Windows color (decimal): -9554874 or 4600942. OLE color: 4600942.
HSL color Cylindrical-coordinate representation of color #6E3446: hue angle of 341.38º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6E3446 is Cyan = 0, Magento = 0.53, Yellow = 0.36 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 52 | 70 | - |
| CMYK | 0 | 0.53 | 0.36 | 0.57 |
| HSL | 341.38º | 0.36% | 0.32% | - |
| HSV(B) | 341.38º | 0.53% | 0.43% | - |
| XYZ | 8.76 | 6.21 | 6.53 | - |
| YUV | 71.39 | 127.22 | 155.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 52 | 70 | 0 | 0.53 | 0.36 | 0.57 | 341.38 | 0.36 | 0.32 |
| Hex | 6E | 34 | 46 | 0 | 35 | 24 | 39 | 155 | 24 | 20 |
| Octal | 156 | 64 | 106 | 0 | 65 | 44 | 71 | 525 | 44 | 40 |
| Binary | 1101110 | 110100 | 1000110 | 0 | 110101 | 100100 | 111001 | 101010101 | 100100 | 100000 |
Color Harmonies of #6E3446
Complementary color
Monochromatic Colors of #6E3446
Black with #6E3446
Text Example
Text Example
White with #6E3446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E3446; }
p { color: rgb(110,52,70); }
H1.HeaderClassName
{
color: #6E3446;
}
.AnyTagClassName
{
color: #6E3446;
}
</style>
background-color css
<style>
a { background-color: #6E3446; }
a { background-color: rgb(110,52,70); }
div.DivClassName
{
background-color: #6E3446;
}
.BgClassName
{
background-color: #6E3446;
}
</style>
border-color css
<style>
span { border-color: #6E3446; }
span { border-color: rgb(110,52,70); }
td.TdClassName
{
border-color: #6E3446;
}
.TagClassName
{
border-color: #6E3446;
}
</style>