Shades of Tawny Port #6E3A48
Tints of Tawny Port #6E3A48
RGB
CMYK
RGB Variations
Color information
#6E3A48 (or 0x6E3A48) is known color: Tawny Port. HEX triplet: 6E, 3A and 48. RGB value is (110,58,72). Sum of RGB (Red+Green+Blue) = 110+58+72=240 (31% of max value = 765). Red value is 110 (43.36% from 255 or 45.83% from 240); Green value is 58 (23.05% from 255 or 24.17% from 240); Blue value is 72 (28.52% from 255 or 30% from 240); Max value from RGB is 110 - color contains mainly: red. Hex color #6E3A48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E3A48 is #91C5B7. Grayscale: #4B4B4B. Windows color (decimal): -9553336 or 4733550. OLE color: 4733550.
HSL color Cylindrical-coordinate representation of color #6E3A48: hue angle of 343.85º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6E3A48 is Cyan = 0, Magento = 0.47, Yellow = 0.35 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 58 | 72 | - |
| CMYK | 0 | 0.47 | 0.35 | 0.57 |
| HSL | 343.85º | 0.31% | 0.33% | - |
| HSV(B) | 343.85º | 0.47% | 0.43% | - |
| XYZ | 9.11 | 6.81 | 6.96 | - |
| YUV | 75.14 | 126.23 | 152.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 58 | 72 | 0 | 0.47 | 0.35 | 0.57 | 343.85 | 0.31 | 0.33 |
| Hex | 6E | 3A | 48 | 0 | 2F | 23 | 39 | 158 | 1F | 21 |
| Octal | 156 | 72 | 110 | 0 | 57 | 43 | 71 | 530 | 37 | 41 |
| Binary | 1101110 | 111010 | 1001000 | 0 | 101111 | 100011 | 111001 | 101011000 | 11111 | 100001 |
Color Harmonies of #6E3A48
Complementary color
Monochromatic Colors of #6E3A48
Black with #6E3A48
Text Example
Text Example
White with #6E3A48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E3A48; }
p { color: rgb(110,58,72); }
H1.HeaderClassName
{
color: #6E3A48;
}
.AnyTagClassName
{
color: #6E3A48;
}
</style>
background-color css
<style>
a { background-color: #6E3A48; }
a { background-color: rgb(110,58,72); }
div.DivClassName
{
background-color: #6E3A48;
}
.BgClassName
{
background-color: #6E3A48;
}
</style>
border-color css
<style>
span { border-color: #6E3A48; }
span { border-color: rgb(110,58,72); }
td.TdClassName
{
border-color: #6E3A48;
}
.TagClassName
{
border-color: #6E3A48;
}
</style>