Shades of Tawny Port #6F3446
Tints of Tawny Port #6F3446
RGB
CMYK
RGB Variations
Color information
#6F3446 (or 0x6F3446) is known color: Tawny Port. HEX triplet: 6F, 34 and 46. RGB value is (111,52,70). Sum of RGB (Red+Green+Blue) = 111+52+70=233 (30% of max value = 765). Red value is 111 (43.75% from 255 or 47.64% from 233); Green value is 52 (20.70% from 255 or 22.32% from 233); Blue value is 70 (27.73% from 255 or 30.04% from 233); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3446 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3446 is #90CBB9. Grayscale: #474747. Windows color (decimal): -9489338 or 4600943. OLE color: 4600943.
HSL color Cylindrical-coordinate representation of color #6F3446: hue angle of 341.69º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6F3446 is Cyan = 0, Magento = 0.53, Yellow = 0.37 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 52 | 70 | - |
| CMYK | 0 | 0.53 | 0.37 | 0.56 |
| HSL | 341.69º | 0.36% | 0.32% | - |
| HSV(B) | 341.69º | 0.53% | 0.44% | - |
| XYZ | 8.89 | 6.28 | 6.54 | - |
| YUV | 71.69 | 127.05 | 156.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 52 | 70 | 0 | 0.53 | 0.37 | 0.56 | 341.69 | 0.36 | 0.32 |
| Hex | 6F | 34 | 46 | 0 | 35 | 25 | 38 | 156 | 24 | 20 |
| Octal | 157 | 64 | 106 | 0 | 65 | 45 | 70 | 526 | 44 | 40 |
| Binary | 1101111 | 110100 | 1000110 | 0 | 110101 | 100101 | 111000 | 101010110 | 100100 | 100000 |
Color Harmonies of #6F3446
Complementary color
Monochromatic Colors of #6F3446
Black with #6F3446
Text Example
Text Example
White with #6F3446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3446; }
p { color: rgb(111,52,70); }
H1.HeaderClassName
{
color: #6F3446;
}
.AnyTagClassName
{
color: #6F3446;
}
</style>
background-color css
<style>
a { background-color: #6F3446; }
a { background-color: rgb(111,52,70); }
div.DivClassName
{
background-color: #6F3446;
}
.BgClassName
{
background-color: #6F3446;
}
</style>
border-color css
<style>
span { border-color: #6F3446; }
span { border-color: rgb(111,52,70); }
td.TdClassName
{
border-color: #6F3446;
}
.TagClassName
{
border-color: #6F3446;
}
</style>