Shades of Tawny Port #6E3245
Tints of Tawny Port #6E3245
RGB
CMYK
RGB Variations
Color information
#6E3245 (or 0x6E3245) is known color: Tawny Port. HEX triplet: 6E, 32 and 45. RGB value is (110,50,69). Sum of RGB (Red+Green+Blue) = 110+50+69=229 (30% of max value = 765). Red value is 110 (43.36% from 255 or 48.03% from 229); Green value is 50 (19.92% from 255 or 21.83% from 229); Blue value is 69 (27.34% from 255 or 30.13% from 229); Max value from RGB is 110 - color contains mainly: red. Hex color #6E3245 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E3245 is #91CDBA. Grayscale: #464646. Windows color (decimal): -9555387 or 4534894. OLE color: 4534894.
HSL color Cylindrical-coordinate representation of color #6E3245: hue angle of 341º 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 #6E3245 is Cyan = 0, Magento = 0.55, Yellow = 0.37 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 50 | 69 | - |
| CMYK | 0 | 0.55 | 0.37 | 0.57 |
| HSL | 341º | 0.38% | 0.31% | - |
| HSV(B) | 341º | 0.55% | 0.43% | - |
| XYZ | 8.65 | 6.03 | 6.34 | - |
| YUV | 70.11 | 127.38 | 156.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 50 | 69 | 0 | 0.55 | 0.37 | 0.57 | 341 | 0.38 | 0.31 |
| Hex | 6E | 32 | 45 | 0 | 37 | 25 | 39 | 155 | 26 | 1F |
| Octal | 156 | 62 | 105 | 0 | 67 | 45 | 71 | 525 | 46 | 37 |
| Binary | 1101110 | 110010 | 1000101 | 0 | 110111 | 100101 | 111001 | 101010101 | 100110 | 11111 |
Color Harmonies of #6E3245
Complementary color
Monochromatic Colors of #6E3245
Black with #6E3245
Text Example
Text Example
White with #6E3245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E3245; }
p { color: rgb(110,50,69); }
H1.HeaderClassName
{
color: #6E3245;
}
.AnyTagClassName
{
color: #6E3245;
}
</style>
background-color css
<style>
a { background-color: #6E3245; }
a { background-color: rgb(110,50,69); }
div.DivClassName
{
background-color: #6E3245;
}
.BgClassName
{
background-color: #6E3245;
}
</style>
border-color css
<style>
span { border-color: #6E3245; }
span { border-color: rgb(110,50,69); }
td.TdClassName
{
border-color: #6E3245;
}
.TagClassName
{
border-color: #6E3245;
}
</style>