Shades of Pompadour #6D2846
Tints of Pompadour #6D2846
RGB
CMYK
RGB Variations
Color information
#6D2846 (or 0x6D2846) is known color: Pompadour. HEX triplet: 6D, 28 and 46. RGB value is (109,40,70). Sum of RGB (Red+Green+Blue) = 109+40+70=219 (29% of max value = 765). Red value is 109 (42.97% from 255 or 49.77% from 219); Green value is 40 (16.02% from 255 or 18.26% from 219); Blue value is 70 (27.73% from 255 or 31.96% from 219); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2846 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D2846 is #92D7B9. Grayscale: #404040. Windows color (decimal): -9623482 or 4597869. OLE color: 4597869.
HSL color Cylindrical-coordinate representation of color #6D2846: hue angle of 333.91º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6D2846 is Cyan = 0, Magento = 0.63, Yellow = 0.36 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 40 | 70 | - |
| CMYK | 0 | 0.63 | 0.36 | 0.57 |
| HSL | 333.91º | 0.46% | 0.29% | - |
| HSV(B) | 333.91º | 0.63% | 0.43% | - |
| XYZ | 8.17 | 5.21 | 6.37 | - |
| YUV | 64.05 | 131.36 | 160.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 40 | 70 | 0 | 0.63 | 0.36 | 0.57 | 333.91 | 0.46 | 0.29 |
| Hex | 6D | 28 | 46 | 0 | 3F | 24 | 39 | 14E | 2E | 1D |
| Octal | 155 | 50 | 106 | 0 | 77 | 44 | 71 | 516 | 56 | 35 |
| Binary | 1101101 | 101000 | 1000110 | 0 | 111111 | 100100 | 111001 | 101001110 | 101110 | 11101 |
Color Harmonies of #6D2846
Complementary color
Monochromatic Colors of #6D2846
Black with #6D2846
Text Example
Text Example
White with #6D2846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D2846; }
p { color: rgb(109,40,70); }
H1.HeaderClassName
{
color: #6D2846;
}
.AnyTagClassName
{
color: #6D2846;
}
</style>
background-color css
<style>
a { background-color: #6D2846; }
a { background-color: rgb(109,40,70); }
div.DivClassName
{
background-color: #6D2846;
}
.BgClassName
{
background-color: #6D2846;
}
</style>
border-color css
<style>
span { border-color: #6D2846; }
span { border-color: rgb(109,40,70); }
td.TdClassName
{
border-color: #6D2846;
}
.TagClassName
{
border-color: #6D2846;
}
</style>