Shades of Tawny Port #6E3845
Tints of Tawny Port #6E3845
RGB
CMYK
RGB Variations
Color information
#6E3845 (or 0x6E3845) is known color: Tawny Port. HEX triplet: 6E, 38 and 45. RGB value is (110,56,69). Sum of RGB (Red+Green+Blue) = 110+56+69=235 (31% of max value = 765). Red value is 110 (43.36% from 255 or 46.81% from 235); Green value is 56 (22.27% from 255 or 23.83% from 235); Blue value is 69 (27.34% from 255 or 29.36% from 235); Max value from RGB is 110 - color contains mainly: red. Hex color #6E3845 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E3845 is #91C7BA. Grayscale: #494949. Windows color (decimal): -9553851 or 4536430. OLE color: 4536430.
HSL color Cylindrical-coordinate representation of color #6E3845: hue angle of 345.56º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6E3845 is Cyan = 0, Magento = 0.49, Yellow = 0.37 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 56 | 69 | - |
| CMYK | 0 | 0.49 | 0.37 | 0.57 |
| HSL | 345.56º | 0.33% | 0.33% | - |
| HSV(B) | 345.56º | 0.49% | 0.43% | - |
| XYZ | 8.92 | 6.57 | 6.43 | - |
| YUV | 73.63 | 125.39 | 153.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 56 | 69 | 0 | 0.49 | 0.37 | 0.57 | 345.56 | 0.33 | 0.33 |
| Hex | 6E | 38 | 45 | 0 | 31 | 25 | 39 | 15A | 21 | 21 |
| Octal | 156 | 70 | 105 | 0 | 61 | 45 | 71 | 532 | 41 | 41 |
| Binary | 1101110 | 111000 | 1000101 | 0 | 110001 | 100101 | 111001 | 101011010 | 100001 | 100001 |
Color Harmonies of #6E3845
Complementary color
Monochromatic Colors of #6E3845
Black with #6E3845
Text Example
Text Example
White with #6E3845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E3845; }
p { color: rgb(110,56,69); }
H1.HeaderClassName
{
color: #6E3845;
}
.AnyTagClassName
{
color: #6E3845;
}
</style>
background-color css
<style>
a { background-color: #6E3845; }
a { background-color: rgb(110,56,69); }
div.DivClassName
{
background-color: #6E3845;
}
.BgClassName
{
background-color: #6E3845;
}
</style>
border-color css
<style>
span { border-color: #6E3845; }
span { border-color: rgb(110,56,69); }
td.TdClassName
{
border-color: #6E3845;
}
.TagClassName
{
border-color: #6E3845;
}
</style>