Shades of Tawny Port #6D3845
Tints of Tawny Port #6D3845
RGB
CMYK
RGB Variations
Color information
#6D3845 (or 0x6D3845) is known color: Tawny Port. HEX triplet: 6D, 38 and 45. RGB value is (109,56,69). Sum of RGB (Red+Green+Blue) = 109+56+69=234 (30% of max value = 765). Red value is 109 (42.97% from 255 or 46.58% from 234); Green value is 56 (22.27% from 255 or 23.93% from 234); Blue value is 69 (27.34% from 255 or 29.49% from 234); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3845 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D3845 is #92C7BA. Grayscale: #494949. Windows color (decimal): -9619387 or 4536429. OLE color: 4536429.
HSL color Cylindrical-coordinate representation of color #6D3845: hue angle of 345.28º degrees, saturation: 0.32, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6D3845 is Cyan = 0, Magento = 0.49, Yellow = 0.37 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 56 | 69 | - |
| CMYK | 0 | 0.49 | 0.37 | 0.57 |
| HSL | 345.28º | 0.32% | 0.32% | - |
| HSV(B) | 345.28º | 0.49% | 0.43% | - |
| XYZ | 8.8 | 6.51 | 6.42 | - |
| YUV | 73.33 | 125.56 | 153.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 56 | 69 | 0 | 0.49 | 0.37 | 0.57 | 345.28 | 0.32 | 0.32 |
| Hex | 6D | 38 | 45 | 0 | 31 | 25 | 39 | 159 | 20 | 20 |
| Octal | 155 | 70 | 105 | 0 | 61 | 45 | 71 | 531 | 40 | 40 |
| Binary | 1101101 | 111000 | 1000101 | 0 | 110001 | 100101 | 111001 | 101011001 | 100000 | 100000 |
Color Harmonies of #6D3845
Complementary color
Monochromatic Colors of #6D3845
Black with #6D3845
Text Example
Text Example
White with #6D3845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D3845; }
p { color: rgb(109,56,69); }
H1.HeaderClassName
{
color: #6D3845;
}
.AnyTagClassName
{
color: #6D3845;
}
</style>
background-color css
<style>
a { background-color: #6D3845; }
a { background-color: rgb(109,56,69); }
div.DivClassName
{
background-color: #6D3845;
}
.BgClassName
{
background-color: #6D3845;
}
</style>
border-color css
<style>
span { border-color: #6D3845; }
span { border-color: rgb(109,56,69); }
td.TdClassName
{
border-color: #6D3845;
}
.TagClassName
{
border-color: #6D3845;
}
</style>