Shades of Tawny Port #6E3445
Tints of Tawny Port #6E3445
RGB
CMYK
RGB Variations
Color information
#6E3445 (or 0x6E3445) is known color: Tawny Port. HEX triplet: 6E, 34 and 45. RGB value is (110,52,69). Sum of RGB (Red+Green+Blue) = 110+52+69=231 (30% of max value = 765). Red value is 110 (43.36% from 255 or 47.62% from 231); Green value is 52 (20.70% from 255 or 22.51% from 231); Blue value is 69 (27.34% from 255 or 29.87% from 231); Max value from RGB is 110 - color contains mainly: red. Hex color #6E3445 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E3445 is #91CBBA. Grayscale: #474747. Windows color (decimal): -9554875 or 4535406. OLE color: 4535406.
HSL color Cylindrical-coordinate representation of color #6E3445: hue angle of 342.41º 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 #6E3445 is Cyan = 0, Magento = 0.53, Yellow = 0.37 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 52 | 69 | - |
| CMYK | 0 | 0.53 | 0.37 | 0.57 |
| HSL | 342.41º | 0.36% | 0.32% | - |
| HSV(B) | 342.41º | 0.53% | 0.43% | - |
| XYZ | 8.73 | 6.2 | 6.37 | - |
| YUV | 71.28 | 126.72 | 155.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 52 | 69 | 0 | 0.53 | 0.37 | 0.57 | 342.41 | 0.36 | 0.32 |
| Hex | 6E | 34 | 45 | 0 | 35 | 25 | 39 | 156 | 24 | 20 |
| Octal | 156 | 64 | 105 | 0 | 65 | 45 | 71 | 526 | 44 | 40 |
| Binary | 1101110 | 110100 | 1000101 | 0 | 110101 | 100101 | 111001 | 101010110 | 100100 | 100000 |
Color Harmonies of #6E3445
Complementary color
Monochromatic Colors of #6E3445
Black with #6E3445
Text Example
Text Example
White with #6E3445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E3445; }
p { color: rgb(110,52,69); }
H1.HeaderClassName
{
color: #6E3445;
}
.AnyTagClassName
{
color: #6E3445;
}
</style>
background-color css
<style>
a { background-color: #6E3445; }
a { background-color: rgb(110,52,69); }
div.DivClassName
{
background-color: #6E3445;
}
.BgClassName
{
background-color: #6E3445;
}
</style>
border-color css
<style>
span { border-color: #6E3445; }
span { border-color: rgb(110,52,69); }
td.TdClassName
{
border-color: #6E3445;
}
.TagClassName
{
border-color: #6E3445;
}
</style>