Shades of Tawny Port #6A374E
Tints of Tawny Port #6A374E
RGB
CMYK
RGB Variations
Color information
#6A374E (or 0x6A374E) is known color: Tawny Port. HEX triplet: 6A, 37 and 4E. RGB value is (106,55,78). Sum of RGB (Red+Green+Blue) = 106+55+78=239 (31% of max value = 765). Red value is 106 (41.80% from 255 or 44.35% from 239); Green value is 55 (21.88% from 255 or 23.01% from 239); Blue value is 78 (30.86% from 255 or 32.64% from 239); Max value from RGB is 106 - color contains mainly: red. Hex color #6A374E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A374E is #95C8B1. Grayscale: #484848. Windows color (decimal): -9816242 or 5125994. OLE color: 5125994.
HSL color Cylindrical-coordinate representation of color #6A374E: hue angle of 332.94º degrees, saturation: 0.32, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6A374E is Cyan = 0, Magento = 0.48, Yellow = 0.26 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 55 | 78 | - |
| CMYK | 0 | 0.48 | 0.26 | 0.58 |
| HSL | 332.94º | 0.32% | 0.32% | - |
| HSV(B) | 332.94º | 0.48% | 0.42% | - |
| XYZ | 8.69 | 6.35 | 7.97 | - |
| YUV | 72.87 | 130.9 | 151.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 55 | 78 | 0 | 0.48 | 0.26 | 0.58 | 332.94 | 0.32 | 0.32 |
| Hex | 6A | 37 | 4E | 0 | 30 | 1A | 3A | 14D | 20 | 20 |
| Octal | 152 | 67 | 116 | 0 | 60 | 32 | 72 | 515 | 40 | 40 |
| Binary | 1101010 | 110111 | 1001110 | 0 | 110000 | 11010 | 111010 | 101001101 | 100000 | 100000 |
Color Harmonies of #6A374E
Complementary color
Monochromatic Colors of #6A374E
Black with #6A374E
Text Example
Text Example
White with #6A374E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A374E; }
p { color: rgb(106,55,78); }
H1.HeaderClassName
{
color: #6A374E;
}
.AnyTagClassName
{
color: #6A374E;
}
</style>
background-color css
<style>
a { background-color: #6A374E; }
a { background-color: rgb(106,55,78); }
div.DivClassName
{
background-color: #6A374E;
}
.BgClassName
{
background-color: #6A374E;
}
</style>
border-color css
<style>
span { border-color: #6A374E; }
span { border-color: rgb(106,55,78); }
td.TdClassName
{
border-color: #6A374E;
}
.TagClassName
{
border-color: #6A374E;
}
</style>