Shades of Tawny Port #6B3A4D
Tints of Tawny Port #6B3A4D
RGB
CMYK
RGB Variations
Color information
#6B3A4D (or 0x6B3A4D) is known color: Tawny Port. HEX triplet: 6B, 3A and 4D. RGB value is (107,58,77). Sum of RGB (Red+Green+Blue) = 107+58+77=242 (32% of max value = 765). Red value is 107 (42.19% from 255 or 44.21% from 242); Green value is 58 (23.05% from 255 or 23.97% from 242); Blue value is 77 (30.47% from 255 or 31.82% from 242); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3A4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B3A4D is #94C5B2. Grayscale: #4A4A4A. Windows color (decimal): -9749939 or 5061227. OLE color: 5061227.
HSL color Cylindrical-coordinate representation of color #6B3A4D: hue angle of 336.73º 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 #6B3A4D is Cyan = 0, Magento = 0.46, Yellow = 0.28 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 58 | 77 | - |
| CMYK | 0 | 0.46 | 0.28 | 0.58 |
| HSL | 336.73º | 0.3% | 0.32% | - |
| HSV(B) | 336.73º | 0.46% | 0.42% | - |
| XYZ | 8.92 | 6.69 | 7.84 | - |
| YUV | 74.82 | 129.23 | 150.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 58 | 77 | 0 | 0.46 | 0.28 | 0.58 | 336.73 | 0.3 | 0.32 |
| Hex | 6B | 3A | 4D | 0 | 2E | 1C | 3A | 151 | 1E | 20 |
| Octal | 153 | 72 | 115 | 0 | 56 | 34 | 72 | 521 | 36 | 40 |
| Binary | 1101011 | 111010 | 1001101 | 0 | 101110 | 11100 | 111010 | 101010001 | 11110 | 100000 |
Color Harmonies of #6B3A4D
Complementary color
Monochromatic Colors of #6B3A4D
Black with #6B3A4D
Text Example
Text Example
White with #6B3A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B3A4D; }
p { color: rgb(107,58,77); }
H1.HeaderClassName
{
color: #6B3A4D;
}
.AnyTagClassName
{
color: #6B3A4D;
}
</style>
background-color css
<style>
a { background-color: #6B3A4D; }
a { background-color: rgb(107,58,77); }
div.DivClassName
{
background-color: #6B3A4D;
}
.BgClassName
{
background-color: #6B3A4D;
}
</style>
border-color css
<style>
span { border-color: #6B3A4D; }
span { border-color: rgb(107,58,77); }
td.TdClassName
{
border-color: #6B3A4D;
}
.TagClassName
{
border-color: #6B3A4D;
}
</style>