Shades of Tawny Port #6C3547
Tints of Tawny Port #6C3547
RGB
CMYK
RGB Variations
Color information
#6C3547 (or 0x6C3547) is known color: Tawny Port. HEX triplet: 6C, 35 and 47. RGB value is (108,53,71). Sum of RGB (Red+Green+Blue) = 108+53+71=232 (30% of max value = 765). Red value is 108 (42.58% from 255 or 46.55% from 232); Green value is 53 (21.09% from 255 or 22.84% from 232); Blue value is 71 (28.12% from 255 or 30.60% from 232); Max value from RGB is 108 - color contains mainly: red. Hex color #6C3547 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C3547 is #93CAB8. Grayscale: #474747. Windows color (decimal): -9685689 or 4666732. OLE color: 4666732.
HSL color Cylindrical-coordinate representation of color #6C3547: hue angle of 340.36º degrees, saturation: 0.34, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6C3547 is Cyan = 0, Magento = 0.51, Yellow = 0.34 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 53 | 71 | - |
| CMYK | 0 | 0.51 | 0.34 | 0.58 |
| HSL | 340.36º | 0.34% | 0.32% | - |
| HSV(B) | 340.36º | 0.51% | 0.42% | - |
| XYZ | 8.59 | 6.19 | 6.7 | - |
| YUV | 71.5 | 127.72 | 154.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 53 | 71 | 0 | 0.51 | 0.34 | 0.58 | 340.36 | 0.34 | 0.32 |
| Hex | 6C | 35 | 47 | 0 | 33 | 22 | 3A | 154 | 22 | 20 |
| Octal | 154 | 65 | 107 | 0 | 63 | 42 | 72 | 524 | 42 | 40 |
| Binary | 1101100 | 110101 | 1000111 | 0 | 110011 | 100010 | 111010 | 101010100 | 100010 | 100000 |
Color Harmonies of #6C3547
Complementary color
Monochromatic Colors of #6C3547
Black with #6C3547
Text Example
Text Example
White with #6C3547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C3547; }
p { color: rgb(108,53,71); }
H1.HeaderClassName
{
color: #6C3547;
}
.AnyTagClassName
{
color: #6C3547;
}
</style>
background-color css
<style>
a { background-color: #6C3547; }
a { background-color: rgb(108,53,71); }
div.DivClassName
{
background-color: #6C3547;
}
.BgClassName
{
background-color: #6C3547;
}
</style>
border-color css
<style>
span { border-color: #6C3547; }
span { border-color: rgb(108,53,71); }
td.TdClassName
{
border-color: #6C3547;
}
.TagClassName
{
border-color: #6C3547;
}
</style>