Shades of Pompadour #6B1646
Tints of Pompadour #6B1646
RGB
CMYK
RGB Variations
Color information
#6B1646 (or 0x6B1646) is known color: Pompadour. HEX triplet: 6B, 16 and 46. RGB value is (107,22,70). Sum of RGB (Red+Green+Blue) = 107+22+70=199 (26% of max value = 765). Red value is 107 (42.19% from 255 or 53.77% from 199); Green value is 22 (8.98% from 255 or 11.06% from 199); Blue value is 70 (27.73% from 255 or 35.18% from 199); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1646 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B1646 is #94E9B9. Grayscale: #343434. Windows color (decimal): -9759162 or 4593259. OLE color: 4593259.
HSL color Cylindrical-coordinate representation of color #6B1646: hue angle of 326.12º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6B1646 is Cyan = 0, Magento = 0.79, Yellow = 0.35 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 22 | 70 | - |
| CMYK | 0 | 0.79 | 0.35 | 0.58 |
| HSL | 326.12º | 0.66% | 0.25% | - |
| HSV(B) | 326.12º | 0.79% | 0.42% | - |
| XYZ | 7.46 | 4.14 | 6.2 | - |
| YUV | 52.89 | 137.66 | 166.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 22 | 70 | 0 | 0.79 | 0.35 | 0.58 | 326.12 | 0.66 | 0.25 |
| Hex | 6B | 16 | 46 | 0 | 4F | 23 | 3A | 146 | 42 | 19 |
| Octal | 153 | 26 | 106 | 0 | 117 | 43 | 72 | 506 | 102 | 31 |
| Binary | 1101011 | 10110 | 1000110 | 0 | 1001111 | 100011 | 111010 | 101000110 | 1000010 | 11001 |
Color Harmonies of #6B1646
Complementary color
Monochromatic Colors of #6B1646
Black with #6B1646
Text Example
Text Example
White with #6B1646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B1646; }
p { color: rgb(107,22,70); }
H1.HeaderClassName
{
color: #6B1646;
}
.AnyTagClassName
{
color: #6B1646;
}
</style>
background-color css
<style>
a { background-color: #6B1646; }
a { background-color: rgb(107,22,70); }
div.DivClassName
{
background-color: #6B1646;
}
.BgClassName
{
background-color: #6B1646;
}
</style>
border-color css
<style>
span { border-color: #6B1646; }
span { border-color: rgb(107,22,70); }
td.TdClassName
{
border-color: #6B1646;
}
.TagClassName
{
border-color: #6B1646;
}
</style>