Shades of Tawny Port #6B3A4C
Tints of Tawny Port #6B3A4C
RGB
CMYK
RGB Variations
Color information
#6B3A4C (or 0x6B3A4C) is known color: Tawny Port. HEX triplet: 6B, 3A and 4C. RGB value is (107,58,76). Sum of RGB (Red+Green+Blue) = 107+58+76=241 (31% of max value = 765). Red value is 107 (42.19% from 255 or 44.40% from 241); Green value is 58 (23.05% from 255 or 24.07% from 241); Blue value is 76 (30.08% from 255 or 31.54% from 241); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3A4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B3A4C is #94C5B3. Grayscale: #4A4A4A. Windows color (decimal): -9749940 or 4995691. OLE color: 4995691.
HSL color Cylindrical-coordinate representation of color #6B3A4C: 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 #6B3A4C is Cyan = 0, Magento = 0.46, Yellow = 0.29 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 58 | 76 | - |
| 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.88 | 6.67 | 7.66 | - |
| YUV | 74.7 | 128.73 | 151.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 58 | 76 | 0 | 0.46 | 0.29 | 0.58 | 337.96 | 0.3 | 0.32 |
| Hex | 6B | 3A | 4C | 0 | 2E | 1D | 3A | 152 | 1E | 20 |
| Octal | 153 | 72 | 114 | 0 | 56 | 35 | 72 | 522 | 36 | 40 |
| Binary | 1101011 | 111010 | 1001100 | 0 | 101110 | 11101 | 111010 | 101010010 | 11110 | 100000 |
Color Harmonies of #6B3A4C
Complementary color
Monochromatic Colors of #6B3A4C
Black with #6B3A4C
Text Example
Text Example
White with #6B3A4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B3A4C; }
p { color: rgb(107,58,76); }
H1.HeaderClassName
{
color: #6B3A4C;
}
.AnyTagClassName
{
color: #6B3A4C;
}
</style>
background-color css
<style>
a { background-color: #6B3A4C; }
a { background-color: rgb(107,58,76); }
div.DivClassName
{
background-color: #6B3A4C;
}
.BgClassName
{
background-color: #6B3A4C;
}
</style>
border-color css
<style>
span { border-color: #6B3A4C; }
span { border-color: rgb(107,58,76); }
td.TdClassName
{
border-color: #6B3A4C;
}
.TagClassName
{
border-color: #6B3A4C;
}
</style>