Shades of Tawny Port #6F3849
Tints of Tawny Port #6F3849
RGB
CMYK
RGB Variations
Color information
#6F3849 (or 0x6F3849) is known color: Tawny Port. HEX triplet: 6F, 38 and 49. RGB value is (111,56,73). Sum of RGB (Red+Green+Blue) = 111+56+73=240 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.25% from 240); Green value is 56 (22.27% from 255 or 23.33% from 240); Blue value is 73 (28.91% from 255 or 30.42% from 240); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3849 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3849 is #90C7B6. Grayscale: #4A4A4A. Windows color (decimal): -9488311 or 4798575. OLE color: 4798575.
HSL color Cylindrical-coordinate representation of color #6F3849: hue angle of 341.45º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6F3849 is Cyan = 0, Magento = 0.50, Yellow = 0.34 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 56 | 73 | - |
| CMYK | 0 | 0.50 | 0.34 | 0.56 |
| HSL | 341.45º | 0.33% | 0.33% | - |
| HSV(B) | 341.45º | 0.5% | 0.44% | - |
| XYZ | 9.17 | 6.69 | 7.11 | - |
| YUV | 74.38 | 127.22 | 154.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 56 | 73 | 0 | 0.50 | 0.34 | 0.56 | 341.45 | 0.33 | 0.33 |
| Hex | 6F | 38 | 49 | 0 | 32 | 22 | 38 | 155 | 21 | 21 |
| Octal | 157 | 70 | 111 | 0 | 62 | 42 | 70 | 525 | 41 | 41 |
| Binary | 1101111 | 111000 | 1001001 | 0 | 110010 | 100010 | 111000 | 101010101 | 100001 | 100001 |
Color Harmonies of #6F3849
Complementary color
Monochromatic Colors of #6F3849
Black with #6F3849
Text Example
Text Example
White with #6F3849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3849; }
p { color: rgb(111,56,73); }
H1.HeaderClassName
{
color: #6F3849;
}
.AnyTagClassName
{
color: #6F3849;
}
</style>
background-color css
<style>
a { background-color: #6F3849; }
a { background-color: rgb(111,56,73); }
div.DivClassName
{
background-color: #6F3849;
}
.BgClassName
{
background-color: #6F3849;
}
</style>
border-color css
<style>
span { border-color: #6F3849; }
span { border-color: rgb(111,56,73); }
td.TdClassName
{
border-color: #6F3849;
}
.TagClassName
{
border-color: #6F3849;
}
</style>