Shades of Tawny Port #6D354C
Tints of Tawny Port #6D354C
RGB
CMYK
RGB Variations
Color information
#6D354C (or 0x6D354C) is known color: Tawny Port. HEX triplet: 6D, 35 and 4C. RGB value is (109,53,76). Sum of RGB (Red+Green+Blue) = 109+53+76=238 (31% of max value = 765). Red value is 109 (42.97% from 255 or 45.80% from 238); Green value is 53 (21.09% from 255 or 22.27% from 238); Blue value is 76 (30.08% from 255 or 31.93% from 238); Max value from RGB is 109 - color contains mainly: red. Hex color #6D354C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D354C is #92CAB3. Grayscale: #484848. Windows color (decimal): -9620148 or 4994413. OLE color: 4994413.
HSL color Cylindrical-coordinate representation of color #6D354C: hue angle of 335.36º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6D354C is Cyan = 0, Magento = 0.51, Yellow = 0.30 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 53 | 76 | - |
| CMYK | 0 | 0.51 | 0.30 | 0.57 |
| HSL | 335.36º | 0.35% | 0.32% | - |
| HSV(B) | 335.36º | 0.51% | 0.43% | - |
| XYZ | 8.88 | 6.32 | 7.59 | - |
| YUV | 72.37 | 130.05 | 154.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 53 | 76 | 0 | 0.51 | 0.30 | 0.57 | 335.36 | 0.35 | 0.32 |
| Hex | 6D | 35 | 4C | 0 | 33 | 1E | 39 | 14F | 23 | 20 |
| Octal | 155 | 65 | 114 | 0 | 63 | 36 | 71 | 517 | 43 | 40 |
| Binary | 1101101 | 110101 | 1001100 | 0 | 110011 | 11110 | 111001 | 101001111 | 100011 | 100000 |
Color Harmonies of #6D354C
Complementary color
Monochromatic Colors of #6D354C
Black with #6D354C
Text Example
Text Example
White with #6D354C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D354C; }
p { color: rgb(109,53,76); }
H1.HeaderClassName
{
color: #6D354C;
}
.AnyTagClassName
{
color: #6D354C;
}
</style>
background-color css
<style>
a { background-color: #6D354C; }
a { background-color: rgb(109,53,76); }
div.DivClassName
{
background-color: #6D354C;
}
.BgClassName
{
background-color: #6D354C;
}
</style>
border-color css
<style>
span { border-color: #6D354C; }
span { border-color: rgb(109,53,76); }
td.TdClassName
{
border-color: #6D354C;
}
.TagClassName
{
border-color: #6D354C;
}
</style>