Shades of Tawny Port #6F3346
Tints of Tawny Port #6F3346
RGB
CMYK
RGB Variations
Color information
#6F3346 (or 0x6F3346) is known color: Tawny Port. HEX triplet: 6F, 33 and 46. RGB value is (111,51,70). Sum of RGB (Red+Green+Blue) = 111+51+70=232 (30% of max value = 765). Red value is 111 (43.75% from 255 or 47.84% from 232); Green value is 51 (20.31% from 255 or 21.98% from 232); Blue value is 70 (27.73% from 255 or 30.17% from 232); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3346 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3346 is #90CCB9. Grayscale: #474747. Windows color (decimal): -9489594 or 4600687. OLE color: 4600687.
HSL color Cylindrical-coordinate representation of color #6F3346: hue angle of 341º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6F3346 is Cyan = 0, Magento = 0.54, Yellow = 0.37 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 51 | 70 | - |
| CMYK | 0 | 0.54 | 0.37 | 0.56 |
| HSL | 341º | 0.37% | 0.32% | - |
| HSV(B) | 341º | 0.54% | 0.44% | - |
| XYZ | 8.84 | 6.19 | 6.52 | - |
| YUV | 71.11 | 127.38 | 156.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 51 | 70 | 0 | 0.54 | 0.37 | 0.56 | 341 | 0.37 | 0.32 |
| Hex | 6F | 33 | 46 | 0 | 36 | 25 | 38 | 155 | 25 | 20 |
| Octal | 157 | 63 | 106 | 0 | 66 | 45 | 70 | 525 | 45 | 40 |
| Binary | 1101111 | 110011 | 1000110 | 0 | 110110 | 100101 | 111000 | 101010101 | 100101 | 100000 |
Color Harmonies of #6F3346
Complementary color
Monochromatic Colors of #6F3346
Black with #6F3346
Text Example
Text Example
White with #6F3346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3346; }
p { color: rgb(111,51,70); }
H1.HeaderClassName
{
color: #6F3346;
}
.AnyTagClassName
{
color: #6F3346;
}
</style>
background-color css
<style>
a { background-color: #6F3346; }
a { background-color: rgb(111,51,70); }
div.DivClassName
{
background-color: #6F3346;
}
.BgClassName
{
background-color: #6F3346;
}
</style>
border-color css
<style>
span { border-color: #6F3346; }
span { border-color: rgb(111,51,70); }
td.TdClassName
{
border-color: #6F3346;
}
.TagClassName
{
border-color: #6F3346;
}
</style>