Shades of Tawny Port #6A394B
Tints of Tawny Port #6A394B
RGB
CMYK
RGB Variations
Color information
#6A394B (or 0x6A394B) is known color: Tawny Port. HEX triplet: 6A, 39 and 4B. RGB value is (106,57,75). Sum of RGB (Red+Green+Blue) = 106+57+75=238 (31% of max value = 765). Red value is 106 (41.80% from 255 or 44.54% from 238); Green value is 57 (22.66% from 255 or 23.95% from 238); Blue value is 75 (29.69% from 255 or 31.51% from 238); Max value from RGB is 106 - color contains mainly: red. Hex color #6A394B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A394B is #95C6B4. Grayscale: #494949. Windows color (decimal): -9815733 or 4929898. OLE color: 4929898.
HSL color Cylindrical-coordinate representation of color #6A394B: hue angle of 337.96º 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 #6A394B is Cyan = 0, Magento = 0.46, Yellow = 0.29 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 57 | 75 | - |
| CMYK | 0 | 0.46 | 0.29 | 0.58 |
| HSL | 337.96º | 0.3% | 0.32% | - |
| HSV(B) | 337.96º | 0.46% | 0.42% | - |
| XYZ | 8.68 | 6.5 | 7.45 | - |
| YUV | 73.7 | 128.73 | 151.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 57 | 75 | 0 | 0.46 | 0.29 | 0.58 | 337.96 | 0.3 | 0.32 |
| Hex | 6A | 39 | 4B | 0 | 2E | 1D | 3A | 152 | 1E | 20 |
| Octal | 152 | 71 | 113 | 0 | 56 | 35 | 72 | 522 | 36 | 40 |
| Binary | 1101010 | 111001 | 1001011 | 0 | 101110 | 11101 | 111010 | 101010010 | 11110 | 100000 |
Color Harmonies of #6A394B
Complementary color
Monochromatic Colors of #6A394B
Black with #6A394B
Text Example
Text Example
White with #6A394B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A394B; }
p { color: rgb(106,57,75); }
H1.HeaderClassName
{
color: #6A394B;
}
.AnyTagClassName
{
color: #6A394B;
}
</style>
background-color css
<style>
a { background-color: #6A394B; }
a { background-color: rgb(106,57,75); }
div.DivClassName
{
background-color: #6A394B;
}
.BgClassName
{
background-color: #6A394B;
}
</style>
border-color css
<style>
span { border-color: #6A394B; }
span { border-color: rgb(106,57,75); }
td.TdClassName
{
border-color: #6A394B;
}
.TagClassName
{
border-color: #6A394B;
}
</style>