Shades of Pompadour #6D2346
Tints of Pompadour #6D2346
RGB
CMYK
RGB Variations
Color information
#6D2346 (or 0x6D2346) is known color: Pompadour. HEX triplet: 6D, 23 and 46. RGB value is (109,35,70). Sum of RGB (Red+Green+Blue) = 109+35+70=214 (28% of max value = 765). Red value is 109 (42.97% from 255 or 50.93% from 214); Green value is 35 (14.06% from 255 or 16.36% from 214); Blue value is 70 (27.73% from 255 or 32.71% from 214); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2346 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D2346 is #92DCB9. Grayscale: #3D3D3D. Windows color (decimal): -9624762 or 4596589. OLE color: 4596589.
HSL color Cylindrical-coordinate representation of color #6D2346: hue angle of 331.62º degrees, saturation: 0.51, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6D2346 is Cyan = 0, Magento = 0.68, Yellow = 0.36 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 35 | 70 | - |
| CMYK | 0 | 0.68 | 0.36 | 0.57 |
| HSL | 331.62º | 0.51% | 0.28% | - |
| HSV(B) | 331.62º | 0.68% | 0.43% | - |
| XYZ | 8.01 | 4.9 | 6.32 | - |
| YUV | 61.12 | 133.02 | 162.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 35 | 70 | 0 | 0.68 | 0.36 | 0.57 | 331.62 | 0.51 | 0.28 |
| Hex | 6D | 23 | 46 | 0 | 44 | 24 | 39 | 14C | 33 | 1C |
| Octal | 155 | 43 | 106 | 0 | 104 | 44 | 71 | 514 | 63 | 34 |
| Binary | 1101101 | 100011 | 1000110 | 0 | 1000100 | 100100 | 111001 | 101001100 | 110011 | 11100 |
Color Harmonies of #6D2346
Complementary color
Monochromatic Colors of #6D2346
Black with #6D2346
Text Example
Text Example
White with #6D2346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D2346; }
p { color: rgb(109,35,70); }
H1.HeaderClassName
{
color: #6D2346;
}
.AnyTagClassName
{
color: #6D2346;
}
</style>
background-color css
<style>
a { background-color: #6D2346; }
a { background-color: rgb(109,35,70); }
div.DivClassName
{
background-color: #6D2346;
}
.BgClassName
{
background-color: #6D2346;
}
</style>
border-color css
<style>
span { border-color: #6D2346; }
span { border-color: rgb(109,35,70); }
td.TdClassName
{
border-color: #6D2346;
}
.TagClassName
{
border-color: #6D2346;
}
</style>