Shades of Tawny Port #6A394D
Tints of Tawny Port #6A394D
RGB
CMYK
RGB Variations
Color information
#6A394D (or 0x6A394D) is known color: Tawny Port. HEX triplet: 6A, 39 and 4D. RGB value is (106,57,77). Sum of RGB (Red+Green+Blue) = 106+57+77=240 (31% of max value = 765). Red value is 106 (41.80% from 255 or 44.17% from 240); Green value is 57 (22.66% from 255 or 23.75% from 240); Blue value is 77 (30.47% from 255 or 32.08% from 240); Max value from RGB is 106 - color contains mainly: red. Hex color #6A394D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A394D is #95C6B2. Grayscale: #494949. Windows color (decimal): -9815731 or 5060970. OLE color: 5060970.
HSL color Cylindrical-coordinate representation of color #6A394D: hue angle of 335.51º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6A394D is Cyan = 0, Magento = 0.46, Yellow = 0.27 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 57 | 77 | - |
| CMYK | 0 | 0.46 | 0.27 | 0.58 |
| HSL | 335.51º | 0.3% | 0.32% | - |
| HSV(B) | 335.51º | 0.46% | 0.42% | - |
| XYZ | 8.75 | 6.53 | 7.82 | - |
| YUV | 73.93 | 129.73 | 150.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 57 | 77 | 0 | 0.46 | 0.27 | 0.58 | 335.51 | 0.3 | 0.32 |
| Hex | 6A | 39 | 4D | 0 | 2E | 1B | 3A | 150 | 1E | 20 |
| Octal | 152 | 71 | 115 | 0 | 56 | 33 | 72 | 520 | 36 | 40 |
| Binary | 1101010 | 111001 | 1001101 | 0 | 101110 | 11011 | 111010 | 101010000 | 11110 | 100000 |
Color Harmonies of #6A394D
Complementary color
Monochromatic Colors of #6A394D
Black with #6A394D
Text Example
Text Example
White with #6A394D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A394D; }
p { color: rgb(106,57,77); }
H1.HeaderClassName
{
color: #6A394D;
}
.AnyTagClassName
{
color: #6A394D;
}
</style>
background-color css
<style>
a { background-color: #6A394D; }
a { background-color: rgb(106,57,77); }
div.DivClassName
{
background-color: #6A394D;
}
.BgClassName
{
background-color: #6A394D;
}
</style>
border-color css
<style>
span { border-color: #6A394D; }
span { border-color: rgb(106,57,77); }
td.TdClassName
{
border-color: #6A394D;
}
.TagClassName
{
border-color: #6A394D;
}
</style>