Shades of Tawny Port #6B3A4E
Tints of Tawny Port #6B3A4E
RGB
CMYK
RGB Variations
Color information
#6B3A4E (or 0x6B3A4E) is known color: Tawny Port. HEX triplet: 6B, 3A and 4E. RGB value is (107,58,78). Sum of RGB (Red+Green+Blue) = 107+58+78=243 (32% of max value = 765). Red value is 107 (42.19% from 255 or 44.03% from 243); Green value is 58 (23.05% from 255 or 23.87% from 243); Blue value is 78 (30.86% from 255 or 32.10% from 243); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3A4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B3A4E is #94C5B1. Grayscale: #4A4A4A. Windows color (decimal): -9749938 or 5126763. OLE color: 5126763.
HSL color Cylindrical-coordinate representation of color #6B3A4E: hue angle of 335.51º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6B3A4E is Cyan = 0, Magento = 0.46, Yellow = 0.27 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 58 | 78 | - |
| CMYK | 0 | 0.46 | 0.27 | 0.58 |
| HSL | 335.51º | 0.3% | 0.32% | - |
| HSV(B) | 335.51º | 0.46% | 0.42% | - |
| XYZ | 8.95 | 6.7 | 8.03 | - |
| YUV | 74.93 | 129.73 | 150.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 58 | 78 | 0 | 0.46 | 0.27 | 0.58 | 335.51 | 0.3 | 0.32 |
| Hex | 6B | 3A | 4E | 0 | 2E | 1B | 3A | 150 | 1E | 20 |
| Octal | 153 | 72 | 116 | 0 | 56 | 33 | 72 | 520 | 36 | 40 |
| Binary | 1101011 | 111010 | 1001110 | 0 | 101110 | 11011 | 111010 | 101010000 | 11110 | 100000 |
Color Harmonies of #6B3A4E
Complementary color
Monochromatic Colors of #6B3A4E
Black with #6B3A4E
Text Example
Text Example
White with #6B3A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B3A4E; }
p { color: rgb(107,58,78); }
H1.HeaderClassName
{
color: #6B3A4E;
}
.AnyTagClassName
{
color: #6B3A4E;
}
</style>
background-color css
<style>
a { background-color: #6B3A4E; }
a { background-color: rgb(107,58,78); }
div.DivClassName
{
background-color: #6B3A4E;
}
.BgClassName
{
background-color: #6B3A4E;
}
</style>
border-color css
<style>
span { border-color: #6B3A4E; }
span { border-color: rgb(107,58,78); }
td.TdClassName
{
border-color: #6B3A4E;
}
.TagClassName
{
border-color: #6B3A4E;
}
</style>