Shades of Tawny Port #6E3D49
Tints of Tawny Port #6E3D49
RGB
CMYK
RGB Variations
Color information
#6E3D49 (or 0x6E3D49) is known color: Tawny Port. HEX triplet: 6E, 3D and 49. RGB value is (110,61,73). Sum of RGB (Red+Green+Blue) = 110+61+73=244 (32% of max value = 765). Red value is 110 (43.36% from 255 or 45.08% from 244); Green value is 61 (24.22% from 255 or 25% from 244); Blue value is 73 (28.91% from 255 or 29.92% from 244); Max value from RGB is 110 - color contains mainly: red. Hex color #6E3D49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E3D49 is #91C2B6. Grayscale: #4D4D4D. Windows color (decimal): -9552567 or 4799854. OLE color: 4799854.
HSL color Cylindrical-coordinate representation of color #6E3D49: hue angle of 345.31º degrees, saturation: 0.29, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6E3D49 is Cyan = 0, Magento = 0.45, Yellow = 0.34 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 61 | 73 | - |
| CMYK | 0 | 0.45 | 0.34 | 0.57 |
| HSL | 345.31º | 0.29% | 0.34% | - |
| HSV(B) | 345.31º | 0.45% | 0.43% | - |
| XYZ | 9.3 | 7.13 | 7.19 | - |
| YUV | 77.02 | 125.73 | 151.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 61 | 73 | 0 | 0.45 | 0.34 | 0.57 | 345.31 | 0.29 | 0.34 |
| Hex | 6E | 3D | 49 | 0 | 2D | 22 | 39 | 159 | 1D | 22 |
| Octal | 156 | 75 | 111 | 0 | 55 | 42 | 71 | 531 | 35 | 42 |
| Binary | 1101110 | 111101 | 1001001 | 0 | 101101 | 100010 | 111001 | 101011001 | 11101 | 100010 |
Color Harmonies of #6E3D49
Complementary color
Monochromatic Colors of #6E3D49
Black with #6E3D49
Text Example
Text Example
White with #6E3D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E3D49; }
p { color: rgb(110,61,73); }
H1.HeaderClassName
{
color: #6E3D49;
}
.AnyTagClassName
{
color: #6E3D49;
}
</style>
background-color css
<style>
a { background-color: #6E3D49; }
a { background-color: rgb(110,61,73); }
div.DivClassName
{
background-color: #6E3D49;
}
.BgClassName
{
background-color: #6E3D49;
}
</style>
border-color css
<style>
span { border-color: #6E3D49; }
span { border-color: rgb(110,61,73); }
td.TdClassName
{
border-color: #6E3D49;
}
.TagClassName
{
border-color: #6E3D49;
}
</style>