Shades of Tawny Port #6F3449
Tints of Tawny Port #6F3449
RGB
CMYK
RGB Variations
Color information
#6F3449 (or 0x6F3449) is known color: Tawny Port. HEX triplet: 6F, 34 and 49. RGB value is (111,52,73). Sum of RGB (Red+Green+Blue) = 111+52+73=236 (31% of max value = 765). Red value is 111 (43.75% from 255 or 47.03% from 236); Green value is 52 (20.70% from 255 or 22.03% from 236); Blue value is 73 (28.91% from 255 or 30.93% from 236); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3449 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3449 is #90CBB6. Grayscale: #484848. Windows color (decimal): -9489335 or 4797551. OLE color: 4797551.
HSL color Cylindrical-coordinate representation of color #6F3449: hue angle of 338.64º 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 #6F3449 is Cyan = 0, Magento = 0.53, Yellow = 0.34 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 52 | 73 | - |
| CMYK | 0 | 0.53 | 0.34 | 0.56 |
| HSL | 338.64º | 0.36% | 0.32% | - |
| HSV(B) | 338.64º | 0.53% | 0.44% | - |
| XYZ | 8.99 | 6.32 | 7.05 | - |
| YUV | 72.04 | 128.55 | 155.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 52 | 73 | 0 | 0.53 | 0.34 | 0.56 | 338.64 | 0.36 | 0.32 |
| Hex | 6F | 34 | 49 | 0 | 35 | 22 | 38 | 153 | 24 | 20 |
| Octal | 157 | 64 | 111 | 0 | 65 | 42 | 70 | 523 | 44 | 40 |
| Binary | 1101111 | 110100 | 1001001 | 0 | 110101 | 100010 | 111000 | 101010011 | 100100 | 100000 |
Color Harmonies of #6F3449
Complementary color
Monochromatic Colors of #6F3449
Black with #6F3449
Text Example
Text Example
White with #6F3449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3449; }
p { color: rgb(111,52,73); }
H1.HeaderClassName
{
color: #6F3449;
}
.AnyTagClassName
{
color: #6F3449;
}
</style>
background-color css
<style>
a { background-color: #6F3449; }
a { background-color: rgb(111,52,73); }
div.DivClassName
{
background-color: #6F3449;
}
.BgClassName
{
background-color: #6F3449;
}
</style>
border-color css
<style>
span { border-color: #6F3449; }
span { border-color: rgb(111,52,73); }
td.TdClassName
{
border-color: #6F3449;
}
.TagClassName
{
border-color: #6F3449;
}
</style>