Shades of Flirt #6D344D
Tints of Flirt #6D344D
RGB
CMYK
RGB Variations
Color information
#6D344D (or 0x6D344D) is known color: Flirt. HEX triplet: 6D, 34 and 4D. RGB value is (109,52,77). Sum of RGB (Red+Green+Blue) = 109+52+77=238 (31% of max value = 765). Red value is 109 (42.97% from 255 or 45.80% from 238); Green value is 52 (20.70% from 255 or 21.85% from 238); Blue value is 77 (30.47% from 255 or 32.35% from 238); Max value from RGB is 109 - color contains mainly: red. Hex color #6D344D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D344D is #92CBB2. Grayscale: #474747. Windows color (decimal): -9620403 or 5059693. OLE color: 5059693.
HSL color Cylindrical-coordinate representation of color #6D344D: hue angle of 333.68º 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 #6D344D is Cyan = 0, Magento = 0.52, Yellow = 0.29 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 52 | 77 | - |
| CMYK | 0 | 0.52 | 0.29 | 0.57 |
| HSL | 333.68º | 0.35% | 0.32% | - |
| HSV(B) | 333.68º | 0.52% | 0.43% | - |
| XYZ | 8.87 | 6.24 | 7.76 | - |
| YUV | 71.89 | 130.88 | 154.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 52 | 77 | 0 | 0.52 | 0.29 | 0.57 | 333.68 | 0.35 | 0.32 |
| Hex | 6D | 34 | 4D | 0 | 34 | 1D | 39 | 14E | 23 | 20 |
| Octal | 155 | 64 | 115 | 0 | 64 | 35 | 71 | 516 | 43 | 40 |
| Binary | 1101101 | 110100 | 1001101 | 0 | 110100 | 11101 | 111001 | 101001110 | 100011 | 100000 |
Color Harmonies of #6D344D
Complementary color
Monochromatic Colors of #6D344D
Black with #6D344D
Text Example
Text Example
White with #6D344D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D344D; }
p { color: rgb(109,52,77); }
H1.HeaderClassName
{
color: #6D344D;
}
.AnyTagClassName
{
color: #6D344D;
}
</style>
background-color css
<style>
a { background-color: #6D344D; }
a { background-color: rgb(109,52,77); }
div.DivClassName
{
background-color: #6D344D;
}
.BgClassName
{
background-color: #6D344D;
}
</style>
border-color css
<style>
span { border-color: #6D344D; }
span { border-color: rgb(109,52,77); }
td.TdClassName
{
border-color: #6D344D;
}
.TagClassName
{
border-color: #6D344D;
}
</style>