Shades of Pompadour #6C2843
Tints of Pompadour #6C2843
RGB
CMYK
RGB Variations
Color information
#6C2843 (or 0x6C2843) is known color: Pompadour. HEX triplet: 6C, 28 and 43. RGB value is (108,40,67). Sum of RGB (Red+Green+Blue) = 108+40+67=215 (28% of max value = 765). Red value is 108 (42.58% from 255 or 50.23% from 215); Green value is 40 (16.02% from 255 or 18.60% from 215); Blue value is 67 (26.56% from 255 or 31.16% from 215); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2843 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C2843 is #93D7BC. Grayscale: #3F3F3F. Windows color (decimal): -9689021 or 4401260. OLE color: 4401260.
HSL color Cylindrical-coordinate representation of color #6C2843: hue angle of 336.18º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6C2843 is Cyan = 0, Magento = 0.63, Yellow = 0.38 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 40 | 67 | - |
| CMYK | 0 | 0.63 | 0.38 | 0.58 |
| HSL | 336.18º | 0.46% | 0.29% | - |
| HSV(B) | 336.18º | 0.63% | 0.42% | - |
| XYZ | 7.96 | 5.11 | 5.88 | - |
| YUV | 63.41 | 130.03 | 159.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 40 | 67 | 0 | 0.63 | 0.38 | 0.58 | 336.18 | 0.46 | 0.29 |
| Hex | 6C | 28 | 43 | 0 | 3F | 26 | 3A | 150 | 2E | 1D |
| Octal | 154 | 50 | 103 | 0 | 77 | 46 | 72 | 520 | 56 | 35 |
| Binary | 1101100 | 101000 | 1000011 | 0 | 111111 | 100110 | 111010 | 101010000 | 101110 | 11101 |
Color Harmonies of #6C2843
Complementary color
Monochromatic Colors of #6C2843
Black with #6C2843
Text Example
Text Example
White with #6C2843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C2843; }
p { color: rgb(108,40,67); }
H1.HeaderClassName
{
color: #6C2843;
}
.AnyTagClassName
{
color: #6C2843;
}
</style>
background-color css
<style>
a { background-color: #6C2843; }
a { background-color: rgb(108,40,67); }
div.DivClassName
{
background-color: #6C2843;
}
.BgClassName
{
background-color: #6C2843;
}
</style>
border-color css
<style>
span { border-color: #6C2843; }
span { border-color: rgb(108,40,67); }
td.TdClassName
{
border-color: #6C2843;
}
.TagClassName
{
border-color: #6C2843;
}
</style>