Shades of Tawny Port #6D3045
Tints of Tawny Port #6D3045
RGB
CMYK
RGB Variations
Color information
#6D3045 (or 0x6D3045) is known color: Tawny Port. HEX triplet: 6D, 30 and 45. RGB value is (109,48,69). Sum of RGB (Red+Green+Blue) = 109+48+69=226 (29% of max value = 765). Red value is 109 (42.97% from 255 or 48.23% from 226); Green value is 48 (19.14% from 255 or 21.24% from 226); Blue value is 69 (27.34% from 255 or 30.53% from 226); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3045 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D3045 is #92CFBA. Grayscale: #444444. Windows color (decimal): -9621435 or 4534381. OLE color: 4534381.
HSL color Cylindrical-coordinate representation of color #6D3045: hue angle of 339.34º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6D3045 is Cyan = 0, Magento = 0.56, Yellow = 0.37 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 48 | 69 | - |
| CMYK | 0 | 0.56 | 0.37 | 0.57 |
| HSL | 339.34º | 0.39% | 0.31% | - |
| HSV(B) | 339.34º | 0.56% | 0.43% | - |
| XYZ | 8.44 | 5.79 | 6.3 | - |
| YUV | 68.63 | 128.21 | 156.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 48 | 69 | 0 | 0.56 | 0.37 | 0.57 | 339.34 | 0.39 | 0.31 |
| Hex | 6D | 30 | 45 | 0 | 38 | 25 | 39 | 153 | 27 | 1F |
| Octal | 155 | 60 | 105 | 0 | 70 | 45 | 71 | 523 | 47 | 37 |
| Binary | 1101101 | 110000 | 1000101 | 0 | 111000 | 100101 | 111001 | 101010011 | 100111 | 11111 |
Color Harmonies of #6D3045
Complementary color
Monochromatic Colors of #6D3045
Black with #6D3045
Text Example
Text Example
White with #6D3045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D3045; }
p { color: rgb(109,48,69); }
H1.HeaderClassName
{
color: #6D3045;
}
.AnyTagClassName
{
color: #6D3045;
}
</style>
background-color css
<style>
a { background-color: #6D3045; }
a { background-color: rgb(109,48,69); }
div.DivClassName
{
background-color: #6D3045;
}
.BgClassName
{
background-color: #6D3045;
}
</style>
border-color css
<style>
span { border-color: #6D3045; }
span { border-color: rgb(109,48,69); }
td.TdClassName
{
border-color: #6D3045;
}
.TagClassName
{
border-color: #6D3045;
}
</style>