Shades of Tawny Port #6B3346
Tints of Tawny Port #6B3346
RGB
CMYK
RGB Variations
Color information
#6B3346 (or 0x6B3346) is known color: Tawny Port. HEX triplet: 6B, 33 and 46. RGB value is (107,51,70). Sum of RGB (Red+Green+Blue) = 107+51+70=228 (30% of max value = 765). Red value is 107 (42.19% from 255 or 46.93% from 228); Green value is 51 (20.31% from 255 or 22.37% from 228); Blue value is 70 (27.73% from 255 or 30.70% from 228); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3346 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B3346 is #94CCB9. Grayscale: #454545. Windows color (decimal): -9751738 or 4600683. OLE color: 4600683.
HSL color Cylindrical-coordinate representation of color #6B3346: hue angle of 339.64º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6B3346 is Cyan = 0, Magento = 0.52, Yellow = 0.35 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 51 | 70 | - |
| CMYK | 0 | 0.52 | 0.35 | 0.58 |
| HSL | 339.64º | 0.35% | 0.31% | - |
| HSV(B) | 339.64º | 0.52% | 0.42% | - |
| XYZ | 8.35 | 5.94 | 6.5 | - |
| YUV | 69.91 | 128.05 | 154.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 51 | 70 | 0 | 0.52 | 0.35 | 0.58 | 339.64 | 0.35 | 0.31 |
| Hex | 6B | 33 | 46 | 0 | 34 | 23 | 3A | 154 | 23 | 1F |
| Octal | 153 | 63 | 106 | 0 | 64 | 43 | 72 | 524 | 43 | 37 |
| Binary | 1101011 | 110011 | 1000110 | 0 | 110100 | 100011 | 111010 | 101010100 | 100011 | 11111 |
Color Harmonies of #6B3346
Complementary color
Monochromatic Colors of #6B3346
Black with #6B3346
Text Example
Text Example
White with #6B3346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B3346; }
p { color: rgb(107,51,70); }
H1.HeaderClassName
{
color: #6B3346;
}
.AnyTagClassName
{
color: #6B3346;
}
</style>
background-color css
<style>
a { background-color: #6B3346; }
a { background-color: rgb(107,51,70); }
div.DivClassName
{
background-color: #6B3346;
}
.BgClassName
{
background-color: #6B3346;
}
</style>
border-color css
<style>
span { border-color: #6B3346; }
span { border-color: rgb(107,51,70); }
td.TdClassName
{
border-color: #6B3346;
}
.TagClassName
{
border-color: #6B3346;
}
</style>