Shades of Pompadour #6D1646
Tints of Pompadour #6D1646
RGB
CMYK
RGB Variations
Color information
#6D1646 (or 0x6D1646) is known color: Pompadour. HEX triplet: 6D, 16 and 46. RGB value is (109,22,70). Sum of RGB (Red+Green+Blue) = 109+22+70=201 (26% of max value = 765). Red value is 109 (42.97% from 255 or 54.23% from 201); Green value is 22 (8.98% from 255 or 10.95% from 201); Blue value is 70 (27.73% from 255 or 34.83% from 201); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1646 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D1646 is #92E9B9. Grayscale: #353535. Windows color (decimal): -9628090 or 4593261. OLE color: 4593261.
HSL color Cylindrical-coordinate representation of color #6D1646: hue angle of 326.9º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6D1646 is Cyan = 0, Magento = 0.80, Yellow = 0.36 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 22 | 70 | - |
| CMYK | 0 | 0.80 | 0.36 | 0.57 |
| HSL | 326.9º | 0.66% | 0.26% | - |
| HSV(B) | 326.9º | 0.8% | 0.43% | - |
| XYZ | 7.7 | 4.27 | 6.21 | - |
| YUV | 53.49 | 137.32 | 167.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 22 | 70 | 0 | 0.80 | 0.36 | 0.57 | 326.9 | 0.66 | 0.26 |
| Hex | 6D | 16 | 46 | 0 | 50 | 24 | 39 | 147 | 42 | 1A |
| Octal | 155 | 26 | 106 | 0 | 120 | 44 | 71 | 507 | 102 | 32 |
| Binary | 1101101 | 10110 | 1000110 | 0 | 1010000 | 100100 | 111001 | 101000111 | 1000010 | 11010 |
Color Harmonies of #6D1646
Complementary color
Monochromatic Colors of #6D1646
Black with #6D1646
Text Example
Text Example
White with #6D1646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1646; }
p { color: rgb(109,22,70); }
H1.HeaderClassName
{
color: #6D1646;
}
.AnyTagClassName
{
color: #6D1646;
}
</style>
background-color css
<style>
a { background-color: #6D1646; }
a { background-color: rgb(109,22,70); }
div.DivClassName
{
background-color: #6D1646;
}
.BgClassName
{
background-color: #6D1646;
}
</style>
border-color css
<style>
span { border-color: #6D1646; }
span { border-color: rgb(109,22,70); }
td.TdClassName
{
border-color: #6D1646;
}
.TagClassName
{
border-color: #6D1646;
}
</style>