Shades of Tawny Port #6F3546
Tints of Tawny Port #6F3546
RGB
CMYK
RGB Variations
Color information
#6F3546 (or 0x6F3546) is known color: Tawny Port. HEX triplet: 6F, 35 and 46. RGB value is (111,53,70). Sum of RGB (Red+Green+Blue) = 111+53+70=234 (30% of max value = 765). Red value is 111 (43.75% from 255 or 47.44% from 234); Green value is 53 (21.09% from 255 or 22.65% from 234); Blue value is 70 (27.73% from 255 or 29.91% from 234); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3546 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3546 is #90CAB9. Grayscale: #484848. Windows color (decimal): -9489082 or 4601199. OLE color: 4601199.
HSL color Cylindrical-coordinate representation of color #6F3546: hue angle of 342.41º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6F3546 is Cyan = 0, Magento = 0.52, Yellow = 0.37 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 53 | 70 | - |
| CMYK | 0 | 0.52 | 0.37 | 0.56 |
| HSL | 342.41º | 0.35% | 0.32% | - |
| HSV(B) | 342.41º | 0.52% | 0.44% | - |
| XYZ | 8.93 | 6.37 | 6.55 | - |
| YUV | 72.28 | 126.72 | 155.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 53 | 70 | 0 | 0.52 | 0.37 | 0.56 | 342.41 | 0.35 | 0.32 |
| Hex | 6F | 35 | 46 | 0 | 34 | 25 | 38 | 156 | 23 | 20 |
| Octal | 157 | 65 | 106 | 0 | 64 | 45 | 70 | 526 | 43 | 40 |
| Binary | 1101111 | 110101 | 1000110 | 0 | 110100 | 100101 | 111000 | 101010110 | 100011 | 100000 |
Color Harmonies of #6F3546
Complementary color
Monochromatic Colors of #6F3546
Black with #6F3546
Text Example
Text Example
White with #6F3546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3546; }
p { color: rgb(111,53,70); }
H1.HeaderClassName
{
color: #6F3546;
}
.AnyTagClassName
{
color: #6F3546;
}
</style>
background-color css
<style>
a { background-color: #6F3546; }
a { background-color: rgb(111,53,70); }
div.DivClassName
{
background-color: #6F3546;
}
.BgClassName
{
background-color: #6F3546;
}
</style>
border-color css
<style>
span { border-color: #6F3546; }
span { border-color: rgb(111,53,70); }
td.TdClassName
{
border-color: #6F3546;
}
.TagClassName
{
border-color: #6F3546;
}
</style>