Shades of Tawny Port #6C3049
Tints of Tawny Port #6C3049
RGB
CMYK
RGB Variations
Color information
#6C3049 (or 0x6C3049) is known color: Tawny Port. HEX triplet: 6C, 30 and 49. RGB value is (108,48,73). Sum of RGB (Red+Green+Blue) = 108+48+73=229 (30% of max value = 765). Red value is 108 (42.58% from 255 or 47.16% from 229); Green value is 48 (19.14% from 255 or 20.96% from 229); Blue value is 73 (28.91% from 255 or 31.88% from 229); Max value from RGB is 108 - color contains mainly: red. Hex color #6C3049 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C3049 is #93CFB6. Grayscale: #444444. Windows color (decimal): -9686967 or 4796524. OLE color: 4796524.
HSL color Cylindrical-coordinate representation of color #6C3049: hue angle of 335º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6C3049 is Cyan = 0, Magento = 0.56, Yellow = 0.32 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 48 | 73 | - |
| CMYK | 0 | 0.56 | 0.32 | 0.58 |
| HSL | 335º | 0.38% | 0.31% | - |
| HSV(B) | 335º | 0.56% | 0.42% | - |
| XYZ | 8.44 | 5.78 | 6.97 | - |
| YUV | 68.79 | 130.38 | 155.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 48 | 73 | 0 | 0.56 | 0.32 | 0.58 | 335 | 0.38 | 0.31 |
| Hex | 6C | 30 | 49 | 0 | 38 | 20 | 3A | 14F | 26 | 1F |
| Octal | 154 | 60 | 111 | 0 | 70 | 40 | 72 | 517 | 46 | 37 |
| Binary | 1101100 | 110000 | 1001001 | 0 | 111000 | 100000 | 111010 | 101001111 | 100110 | 11111 |
Color Harmonies of #6C3049
Complementary color
Monochromatic Colors of #6C3049
Black with #6C3049
Text Example
Text Example
White with #6C3049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C3049; }
p { color: rgb(108,48,73); }
H1.HeaderClassName
{
color: #6C3049;
}
.AnyTagClassName
{
color: #6C3049;
}
</style>
background-color css
<style>
a { background-color: #6C3049; }
a { background-color: rgb(108,48,73); }
div.DivClassName
{
background-color: #6C3049;
}
.BgClassName
{
background-color: #6C3049;
}
</style>
border-color css
<style>
span { border-color: #6C3049; }
span { border-color: rgb(108,48,73); }
td.TdClassName
{
border-color: #6C3049;
}
.TagClassName
{
border-color: #6C3049;
}
</style>