Shades of Tawny Port #6F3F49
Tints of Tawny Port #6F3F49
RGB
CMYK
RGB Variations
Color information
#6F3F49 (or 0x6F3F49) is known color: Tawny Port. HEX triplet: 6F, 3F and 49. RGB value is (111,63,73). Sum of RGB (Red+Green+Blue) = 111+63+73=247 (32% of max value = 765). Red value is 111 (43.75% from 255 or 44.94% from 247); Green value is 63 (25% from 255 or 25.51% from 247); Blue value is 73 (28.91% from 255 or 29.55% from 247); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3F49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3F49 is #90C0B6. Grayscale: #4E4E4E. Windows color (decimal): -9486519 or 4800367. OLE color: 4800367.
HSL color Cylindrical-coordinate representation of color #6F3F49: hue angle of 347.5º degrees, saturation: 0.28, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6F3F49 is Cyan = 0, Magento = 0.43, Yellow = 0.34 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 63 | 73 | - |
| CMYK | 0 | 0.43 | 0.34 | 0.56 |
| HSL | 347.5º | 0.28% | 0.34% | - |
| HSV(B) | 347.5º | 0.43% | 0.44% | - |
| XYZ | 9.54 | 7.42 | 7.23 | - |
| YUV | 78.49 | 124.9 | 151.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 63 | 73 | 0 | 0.43 | 0.34 | 0.56 | 347.5 | 0.28 | 0.34 |
| Hex | 6F | 3F | 49 | 0 | 2B | 22 | 38 | 15C | 1C | 22 |
| Octal | 157 | 77 | 111 | 0 | 53 | 42 | 70 | 534 | 34 | 42 |
| Binary | 1101111 | 111111 | 1001001 | 0 | 101011 | 100010 | 111000 | 101011100 | 11100 | 100010 |
Color Harmonies of #6F3F49
Complementary color
Monochromatic Colors of #6F3F49
Black with #6F3F49
Text Example
Text Example
White with #6F3F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3F49; }
p { color: rgb(111,63,73); }
H1.HeaderClassName
{
color: #6F3F49;
}
.AnyTagClassName
{
color: #6F3F49;
}
</style>
background-color css
<style>
a { background-color: #6F3F49; }
a { background-color: rgb(111,63,73); }
div.DivClassName
{
background-color: #6F3F49;
}
.BgClassName
{
background-color: #6F3F49;
}
</style>
border-color css
<style>
span { border-color: #6F3F49; }
span { border-color: rgb(111,63,73); }
td.TdClassName
{
border-color: #6F3F49;
}
.TagClassName
{
border-color: #6F3F49;
}
</style>