Shades of Tawny Port #6E3945
Tints of Tawny Port #6E3945
RGB
CMYK
RGB Variations
Color information
#6E3945 (or 0x6E3945) is known color: Tawny Port. HEX triplet: 6E, 39 and 45. RGB value is (110,57,69). Sum of RGB (Red+Green+Blue) = 110+57+69=236 (31% of max value = 765). Red value is 110 (43.36% from 255 or 46.61% from 236); Green value is 57 (22.66% from 255 or 24.15% from 236); Blue value is 69 (27.34% from 255 or 29.24% from 236); Max value from RGB is 110 - color contains mainly: red. Hex color #6E3945 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E3945 is #91C6BA. Grayscale: #4A4A4A. Windows color (decimal): -9553595 or 4536686. OLE color: 4536686.
HSL color Cylindrical-coordinate representation of color #6E3945: hue angle of 346.42º degrees, saturation: 0.32, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6E3945 is Cyan = 0, Magento = 0.48, Yellow = 0.37 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 57 | 69 | - |
| CMYK | 0 | 0.48 | 0.37 | 0.57 |
| HSL | 346.42º | 0.32% | 0.33% | - |
| HSV(B) | 346.42º | 0.48% | 0.43% | - |
| XYZ | 8.97 | 6.67 | 6.45 | - |
| YUV | 74.22 | 125.06 | 153.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 57 | 69 | 0 | 0.48 | 0.37 | 0.57 | 346.42 | 0.32 | 0.33 |
| Hex | 6E | 39 | 45 | 0 | 30 | 25 | 39 | 15A | 20 | 21 |
| Octal | 156 | 71 | 105 | 0 | 60 | 45 | 71 | 532 | 40 | 41 |
| Binary | 1101110 | 111001 | 1000101 | 0 | 110000 | 100101 | 111001 | 101011010 | 100000 | 100001 |
Color Harmonies of #6E3945
Complementary color
Monochromatic Colors of #6E3945
Black with #6E3945
Text Example
Text Example
White with #6E3945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E3945; }
p { color: rgb(110,57,69); }
H1.HeaderClassName
{
color: #6E3945;
}
.AnyTagClassName
{
color: #6E3945;
}
</style>
background-color css
<style>
a { background-color: #6E3945; }
a { background-color: rgb(110,57,69); }
div.DivClassName
{
background-color: #6E3945;
}
.BgClassName
{
background-color: #6E3945;
}
</style>
border-color css
<style>
span { border-color: #6E3945; }
span { border-color: rgb(110,57,69); }
td.TdClassName
{
border-color: #6E3945;
}
.TagClassName
{
border-color: #6E3945;
}
</style>