Shades of Tawny Port #6D3448
Tints of Tawny Port #6D3448
RGB
CMYK
RGB Variations
Color information
#6D3448 (or 0x6D3448) is known color: Tawny Port. HEX triplet: 6D, 34 and 48. RGB value is (109,52,72). Sum of RGB (Red+Green+Blue) = 109+52+72=233 (30% of max value = 765). Red value is 109 (42.97% from 255 or 46.78% from 233); Green value is 52 (20.70% from 255 or 22.32% from 233); Blue value is 72 (28.52% from 255 or 30.90% from 233); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3448 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D3448 is #92CBB7. Grayscale: #474747. Windows color (decimal): -9620408 or 4732013. OLE color: 4732013.
HSL color Cylindrical-coordinate representation of color #6D3448: hue angle of 338.95º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6D3448 is Cyan = 0, Magento = 0.52, Yellow = 0.34 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 52 | 72 | - |
| CMYK | 0 | 0.52 | 0.34 | 0.57 |
| HSL | 338.95º | 0.35% | 0.32% | - |
| HSV(B) | 338.95º | 0.52% | 0.43% | - |
| XYZ | 8.7 | 6.18 | 6.86 | - |
| YUV | 71.32 | 128.38 | 154.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 52 | 72 | 0 | 0.52 | 0.34 | 0.57 | 338.95 | 0.35 | 0.32 |
| Hex | 6D | 34 | 48 | 0 | 34 | 22 | 39 | 153 | 23 | 20 |
| Octal | 155 | 64 | 110 | 0 | 64 | 42 | 71 | 523 | 43 | 40 |
| Binary | 1101101 | 110100 | 1001000 | 0 | 110100 | 100010 | 111001 | 101010011 | 100011 | 100000 |
Color Harmonies of #6D3448
Complementary color
Monochromatic Colors of #6D3448
Black with #6D3448
Text Example
Text Example
White with #6D3448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D3448; }
p { color: rgb(109,52,72); }
H1.HeaderClassName
{
color: #6D3448;
}
.AnyTagClassName
{
color: #6D3448;
}
</style>
background-color css
<style>
a { background-color: #6D3448; }
a { background-color: rgb(109,52,72); }
div.DivClassName
{
background-color: #6D3448;
}
.BgClassName
{
background-color: #6D3448;
}
</style>
border-color css
<style>
span { border-color: #6D3448; }
span { border-color: rgb(109,52,72); }
td.TdClassName
{
border-color: #6D3448;
}
.TagClassName
{
border-color: #6D3448;
}
</style>