Shades of Tawny Port #6B3B49
Tints of Tawny Port #6B3B49
RGB
CMYK
RGB Variations
Color information
#6B3B49 (or 0x6B3B49) is known color: Tawny Port. HEX triplet: 6B, 3B and 49. RGB value is (107,59,73). Sum of RGB (Red+Green+Blue) = 107+59+73=239 (31% of max value = 765). Red value is 107 (42.19% from 255 or 44.77% from 239); Green value is 59 (23.44% from 255 or 24.69% from 239); Blue value is 73 (28.91% from 255 or 30.54% from 239); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3B49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B3B49 is #94C4B6. Grayscale: #4A4A4A. Windows color (decimal): -9749687 or 4799339. OLE color: 4799339.
HSL color Cylindrical-coordinate representation of color #6B3B49: hue angle of 342.5º degrees, saturation: 0.29, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6B3B49 is Cyan = 0, Magento = 0.45, Yellow = 0.32 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 59 | 73 | - |
| CMYK | 0 | 0.45 | 0.32 | 0.58 |
| HSL | 342.5º | 0.29% | 0.33% | - |
| HSV(B) | 342.5º | 0.45% | 0.42% | - |
| XYZ | 8.83 | 6.73 | 7.14 | - |
| YUV | 74.95 | 126.9 | 150.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 59 | 73 | 0 | 0.45 | 0.32 | 0.58 | 342.5 | 0.29 | 0.33 |
| Hex | 6B | 3B | 49 | 0 | 2D | 20 | 3A | 156 | 1D | 21 |
| Octal | 153 | 73 | 111 | 0 | 55 | 40 | 72 | 526 | 35 | 41 |
| Binary | 1101011 | 111011 | 1001001 | 0 | 101101 | 100000 | 111010 | 101010110 | 11101 | 100001 |
Color Harmonies of #6B3B49
Complementary color
Monochromatic Colors of #6B3B49
Black with #6B3B49
Text Example
Text Example
White with #6B3B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B3B49; }
p { color: rgb(107,59,73); }
H1.HeaderClassName
{
color: #6B3B49;
}
.AnyTagClassName
{
color: #6B3B49;
}
</style>
background-color css
<style>
a { background-color: #6B3B49; }
a { background-color: rgb(107,59,73); }
div.DivClassName
{
background-color: #6B3B49;
}
.BgClassName
{
background-color: #6B3B49;
}
</style>
border-color css
<style>
span { border-color: #6B3B49; }
span { border-color: rgb(107,59,73); }
td.TdClassName
{
border-color: #6B3B49;
}
.TagClassName
{
border-color: #6B3B49;
}
</style>