Shades of Tawny Port #6D374D
Tints of Tawny Port #6D374D
RGB
CMYK
RGB Variations
Color information
#6D374D (or 0x6D374D) is known color: Tawny Port. HEX triplet: 6D, 37 and 4D. RGB value is (109,55,77). Sum of RGB (Red+Green+Blue) = 109+55+77=241 (31% of max value = 765). Red value is 109 (42.97% from 255 or 45.23% from 241); Green value is 55 (21.88% from 255 or 22.82% from 241); Blue value is 77 (30.47% from 255 or 31.95% from 241); Max value from RGB is 109 - color contains mainly: red. Hex color #6D374D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D374D is #92C8B2. Grayscale: #494949. Windows color (decimal): -9619635 or 5060461. OLE color: 5060461.
HSL color Cylindrical-coordinate representation of color #6D374D: hue angle of 335.56º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6D374D is Cyan = 0, Magento = 0.50, Yellow = 0.29 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 55 | 77 | - |
| CMYK | 0 | 0.50 | 0.29 | 0.57 |
| HSL | 335.56º | 0.33% | 0.32% | - |
| HSV(B) | 335.56º | 0.5% | 0.43% | - |
| XYZ | 9.01 | 6.52 | 7.8 | - |
| YUV | 73.65 | 129.89 | 153.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 55 | 77 | 0 | 0.50 | 0.29 | 0.57 | 335.56 | 0.33 | 0.32 |
| Hex | 6D | 37 | 4D | 0 | 32 | 1D | 39 | 150 | 21 | 20 |
| Octal | 155 | 67 | 115 | 0 | 62 | 35 | 71 | 520 | 41 | 40 |
| Binary | 1101101 | 110111 | 1001101 | 0 | 110010 | 11101 | 111001 | 101010000 | 100001 | 100000 |
Color Harmonies of #6D374D
Complementary color
Monochromatic Colors of #6D374D
Black with #6D374D
Text Example
Text Example
White with #6D374D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D374D; }
p { color: rgb(109,55,77); }
H1.HeaderClassName
{
color: #6D374D;
}
.AnyTagClassName
{
color: #6D374D;
}
</style>
background-color css
<style>
a { background-color: #6D374D; }
a { background-color: rgb(109,55,77); }
div.DivClassName
{
background-color: #6D374D;
}
.BgClassName
{
background-color: #6D374D;
}
</style>
border-color css
<style>
span { border-color: #6D374D; }
span { border-color: rgb(109,55,77); }
td.TdClassName
{
border-color: #6D374D;
}
.TagClassName
{
border-color: #6D374D;
}
</style>