Shades of Tawny Port #6D3A4C
Tints of Tawny Port #6D3A4C
RGB
CMYK
RGB Variations
Color information
#6D3A4C (or 0x6D3A4C) is known color: Tawny Port. HEX triplet: 6D, 3A and 4C. RGB value is (109,58,76). Sum of RGB (Red+Green+Blue) = 109+58+76=243 (32% of max value = 765). Red value is 109 (42.97% from 255 or 44.86% from 243); Green value is 58 (23.05% from 255 or 23.87% from 243); Blue value is 76 (30.08% from 255 or 31.28% from 243); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3A4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D3A4C is #92C5B3. Grayscale: #4B4B4B. Windows color (decimal): -9618868 or 4995693. OLE color: 4995693.
HSL color Cylindrical-coordinate representation of color #6D3A4C: hue angle of 338.82º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6D3A4C is Cyan = 0, Magento = 0.47, Yellow = 0.30 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 58 | 76 | - |
| CMYK | 0 | 0.47 | 0.30 | 0.57 |
| HSL | 338.82º | 0.31% | 0.33% | - |
| HSV(B) | 338.82º | 0.47% | 0.43% | - |
| XYZ | 9.12 | 6.8 | 7.67 | - |
| YUV | 75.3 | 128.4 | 152.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 58 | 76 | 0 | 0.47 | 0.30 | 0.57 | 338.82 | 0.31 | 0.33 |
| Hex | 6D | 3A | 4C | 0 | 2F | 1E | 39 | 153 | 1F | 21 |
| Octal | 155 | 72 | 114 | 0 | 57 | 36 | 71 | 523 | 37 | 41 |
| Binary | 1101101 | 111010 | 1001100 | 0 | 101111 | 11110 | 111001 | 101010011 | 11111 | 100001 |
Color Harmonies of #6D3A4C
Complementary color
Monochromatic Colors of #6D3A4C
Black with #6D3A4C
Text Example
Text Example
White with #6D3A4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D3A4C; }
p { color: rgb(109,58,76); }
H1.HeaderClassName
{
color: #6D3A4C;
}
.AnyTagClassName
{
color: #6D3A4C;
}
</style>
background-color css
<style>
a { background-color: #6D3A4C; }
a { background-color: rgb(109,58,76); }
div.DivClassName
{
background-color: #6D3A4C;
}
.BgClassName
{
background-color: #6D3A4C;
}
</style>
border-color css
<style>
span { border-color: #6D3A4C; }
span { border-color: rgb(109,58,76); }
td.TdClassName
{
border-color: #6D3A4C;
}
.TagClassName
{
border-color: #6D3A4C;
}
</style>