Shades of Tawny Port #6B3C49
Tints of Tawny Port #6B3C49
RGB
CMYK
RGB Variations
Color information
#6B3C49 (or 0x6B3C49) is known color: Tawny Port. HEX triplet: 6B, 3C and 49. RGB value is (107,60,73). Sum of RGB (Red+Green+Blue) = 107+60+73=240 (31% of max value = 765). Red value is 107 (42.19% from 255 or 44.58% from 240); Green value is 60 (23.83% from 255 or 25% from 240); Blue value is 73 (28.91% from 255 or 30.42% from 240); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3C49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B3C49 is #94C3B6. Grayscale: #4B4B4B. Windows color (decimal): -9749431 or 4799595. OLE color: 4799595.
HSL color Cylindrical-coordinate representation of color #6B3C49: hue angle of 343.4º degrees, saturation: 0.28, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6B3C49 is Cyan = 0, Magento = 0.44, Yellow = 0.32 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 60 | 73 | - |
| CMYK | 0 | 0.44 | 0.32 | 0.58 |
| HSL | 343.4º | 0.28% | 0.33% | - |
| HSV(B) | 343.4º | 0.44% | 0.42% | - |
| XYZ | 8.88 | 6.84 | 7.16 | - |
| YUV | 75.54 | 126.57 | 150.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 60 | 73 | 0 | 0.44 | 0.32 | 0.58 | 343.4 | 0.28 | 0.33 |
| Hex | 6B | 3C | 49 | 0 | 2C | 20 | 3A | 157 | 1C | 21 |
| Octal | 153 | 74 | 111 | 0 | 54 | 40 | 72 | 527 | 34 | 41 |
| Binary | 1101011 | 111100 | 1001001 | 0 | 101100 | 100000 | 111010 | 101010111 | 11100 | 100001 |
Color Harmonies of #6B3C49
Complementary color
Monochromatic Colors of #6B3C49
Black with #6B3C49
Text Example
Text Example
White with #6B3C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B3C49; }
p { color: rgb(107,60,73); }
H1.HeaderClassName
{
color: #6B3C49;
}
.AnyTagClassName
{
color: #6B3C49;
}
</style>
background-color css
<style>
a { background-color: #6B3C49; }
a { background-color: rgb(107,60,73); }
div.DivClassName
{
background-color: #6B3C49;
}
.BgClassName
{
background-color: #6B3C49;
}
</style>
border-color css
<style>
span { border-color: #6B3C49; }
span { border-color: rgb(107,60,73); }
td.TdClassName
{
border-color: #6B3C49;
}
.TagClassName
{
border-color: #6B3C49;
}
</style>