Shades of Pompadour #6C2344
Tints of Pompadour #6C2344
RGB
CMYK
RGB Variations
Color information
#6C2344 (or 0x6C2344) is known color: Pompadour. HEX triplet: 6C, 23 and 44. RGB value is (108,35,68). Sum of RGB (Red+Green+Blue) = 108+35+68=211 (27% of max value = 765). Red value is 108 (42.58% from 255 or 51.18% from 211); Green value is 35 (14.06% from 255 or 16.59% from 211); Blue value is 68 (26.95% from 255 or 32.23% from 211); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2344 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C2344 is #93DCBB. Grayscale: #3C3C3C. Windows color (decimal): -9690300 or 4465516. OLE color: 4465516.
HSL color Cylindrical-coordinate representation of color #6C2344: hue angle of 332.88º degrees, saturation: 0.51, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6C2344 is Cyan = 0, Magento = 0.68, Yellow = 0.37 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 35 | 68 | - |
| CMYK | 0 | 0.68 | 0.37 | 0.58 |
| HSL | 332.88º | 0.51% | 0.28% | - |
| HSV(B) | 332.88º | 0.68% | 0.42% | - |
| XYZ | 7.83 | 4.81 | 5.98 | - |
| YUV | 60.59 | 132.18 | 161.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 35 | 68 | 0 | 0.68 | 0.37 | 0.58 | 332.88 | 0.51 | 0.28 |
| Hex | 6C | 23 | 44 | 0 | 44 | 25 | 3A | 14D | 33 | 1C |
| Octal | 154 | 43 | 104 | 0 | 104 | 45 | 72 | 515 | 63 | 34 |
| Binary | 1101100 | 100011 | 1000100 | 0 | 1000100 | 100101 | 111010 | 101001101 | 110011 | 11100 |
Color Harmonies of #6C2344
Complementary color
Monochromatic Colors of #6C2344
Black with #6C2344
Text Example
Text Example
White with #6C2344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C2344; }
p { color: rgb(108,35,68); }
H1.HeaderClassName
{
color: #6C2344;
}
.AnyTagClassName
{
color: #6C2344;
}
</style>
background-color css
<style>
a { background-color: #6C2344; }
a { background-color: rgb(108,35,68); }
div.DivClassName
{
background-color: #6C2344;
}
.BgClassName
{
background-color: #6C2344;
}
</style>
border-color css
<style>
span { border-color: #6C2344; }
span { border-color: rgb(108,35,68); }
td.TdClassName
{
border-color: #6C2344;
}
.TagClassName
{
border-color: #6C2344;
}
</style>