Shades of Tawny Port #6D3B48
Tints of Tawny Port #6D3B48
RGB
CMYK
RGB Variations
Color information
#6D3B48 (or 0x6D3B48) is known color: Tawny Port. HEX triplet: 6D, 3B and 48. RGB value is (109,59,72). Sum of RGB (Red+Green+Blue) = 109+59+72=240 (31% of max value = 765). Red value is 109 (42.97% from 255 or 45.42% from 240); Green value is 59 (23.44% from 255 or 24.58% from 240); Blue value is 72 (28.52% from 255 or 30% from 240); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3B48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D3B48 is #92C4B7. Grayscale: #4B4B4B. Windows color (decimal): -9618616 or 4733805. OLE color: 4733805.
HSL color Cylindrical-coordinate representation of color #6D3B48: hue angle of 344.4º degrees, saturation: 0.3, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6D3B48 is Cyan = 0, Magento = 0.46, Yellow = 0.34 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 59 | 72 | - |
| CMYK | 0 | 0.46 | 0.34 | 0.57 |
| HSL | 344.4º | 0.3% | 0.33% | - |
| HSV(B) | 344.4º | 0.46% | 0.43% | - |
| XYZ | 9.04 | 6.85 | 6.98 | - |
| YUV | 75.43 | 126.07 | 151.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 59 | 72 | 0 | 0.46 | 0.34 | 0.57 | 344.4 | 0.3 | 0.33 |
| Hex | 6D | 3B | 48 | 0 | 2E | 22 | 39 | 158 | 1E | 21 |
| Octal | 155 | 73 | 110 | 0 | 56 | 42 | 71 | 530 | 36 | 41 |
| Binary | 1101101 | 111011 | 1001000 | 0 | 101110 | 100010 | 111001 | 101011000 | 11110 | 100001 |
Color Harmonies of #6D3B48
Complementary color
Monochromatic Colors of #6D3B48
Black with #6D3B48
Text Example
Text Example
White with #6D3B48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D3B48; }
p { color: rgb(109,59,72); }
H1.HeaderClassName
{
color: #6D3B48;
}
.AnyTagClassName
{
color: #6D3B48;
}
</style>
background-color css
<style>
a { background-color: #6D3B48; }
a { background-color: rgb(109,59,72); }
div.DivClassName
{
background-color: #6D3B48;
}
.BgClassName
{
background-color: #6D3B48;
}
</style>
border-color css
<style>
span { border-color: #6D3B48; }
span { border-color: rgb(109,59,72); }
td.TdClassName
{
border-color: #6D3B48;
}
.TagClassName
{
border-color: #6D3B48;
}
</style>