Shades of Tawny Port #6F3B49
Tints of Tawny Port #6F3B49
RGB
CMYK
RGB Variations
Color information
#6F3B49 (or 0x6F3B49) is known color: Tawny Port. HEX triplet: 6F, 3B and 49. RGB value is (111,59,73). Sum of RGB (Red+Green+Blue) = 111+59+73=243 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.68% from 243); Green value is 59 (23.44% from 255 or 24.28% from 243); Blue value is 73 (28.91% from 255 or 30.04% from 243); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3B49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3B49 is #90C4B6. Grayscale: #4C4C4C. Windows color (decimal): -9487543 or 4799343. OLE color: 4799343.
HSL color Cylindrical-coordinate representation of color #6F3B49: hue angle of 343.85º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6F3B49 is Cyan = 0, Magento = 0.47, Yellow = 0.34 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 59 | 73 | - |
| CMYK | 0 | 0.47 | 0.34 | 0.56 |
| HSL | 343.85º | 0.31% | 0.33% | - |
| HSV(B) | 343.85º | 0.47% | 0.44% | - |
| XYZ | 9.32 | 6.99 | 7.16 | - |
| YUV | 76.14 | 126.23 | 152.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 59 | 73 | 0 | 0.47 | 0.34 | 0.56 | 343.85 | 0.31 | 0.33 |
| Hex | 6F | 3B | 49 | 0 | 2F | 22 | 38 | 158 | 1F | 21 |
| Octal | 157 | 73 | 111 | 0 | 57 | 42 | 70 | 530 | 37 | 41 |
| Binary | 1101111 | 111011 | 1001001 | 0 | 101111 | 100010 | 111000 | 101011000 | 11111 | 100001 |
Color Harmonies of #6F3B49
Complementary color
Monochromatic Colors of #6F3B49
Black with #6F3B49
Text Example
Text Example
White with #6F3B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3B49; }
p { color: rgb(111,59,73); }
H1.HeaderClassName
{
color: #6F3B49;
}
.AnyTagClassName
{
color: #6F3B49;
}
</style>
background-color css
<style>
a { background-color: #6F3B49; }
a { background-color: rgb(111,59,73); }
div.DivClassName
{
background-color: #6F3B49;
}
.BgClassName
{
background-color: #6F3B49;
}
</style>
border-color css
<style>
span { border-color: #6F3B49; }
span { border-color: rgb(111,59,73); }
td.TdClassName
{
border-color: #6F3B49;
}
.TagClassName
{
border-color: #6F3B49;
}
</style>