Shades of Pompadour #6C2345
Tints of Pompadour #6C2345
RGB
CMYK
RGB Variations
Color information
#6C2345 (or 0x6C2345) is known color: Pompadour. HEX triplet: 6C, 23 and 45. RGB value is (108,35,69). Sum of RGB (Red+Green+Blue) = 108+35+69=212 (28% of max value = 765). Red value is 108 (42.58% from 255 or 50.94% from 212); Green value is 35 (14.06% from 255 or 16.51% from 212); Blue value is 69 (27.34% from 255 or 32.55% from 212); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2345 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C2345 is #93DCBA. Grayscale: #3C3C3C. Windows color (decimal): -9690299 or 4531052. OLE color: 4531052.
HSL color Cylindrical-coordinate representation of color #6C2345: hue angle of 332.05º 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 #6C2345 is Cyan = 0, Magento = 0.68, Yellow = 0.36 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 35 | 69 | - |
| CMYK | 0 | 0.68 | 0.36 | 0.58 |
| HSL | 332.05º | 0.51% | 0.28% | - |
| HSV(B) | 332.05º | 0.68% | 0.42% | - |
| XYZ | 7.86 | 4.82 | 6.15 | - |
| YUV | 60.7 | 132.68 | 161.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 35 | 69 | 0 | 0.68 | 0.36 | 0.58 | 332.05 | 0.51 | 0.28 |
| Hex | 6C | 23 | 45 | 0 | 44 | 24 | 3A | 14C | 33 | 1C |
| Octal | 154 | 43 | 105 | 0 | 104 | 44 | 72 | 514 | 63 | 34 |
| Binary | 1101100 | 100011 | 1000101 | 0 | 1000100 | 100100 | 111010 | 101001100 | 110011 | 11100 |
Color Harmonies of #6C2345
Complementary color
Monochromatic Colors of #6C2345
Black with #6C2345
Text Example
Text Example
White with #6C2345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C2345; }
p { color: rgb(108,35,69); }
H1.HeaderClassName
{
color: #6C2345;
}
.AnyTagClassName
{
color: #6C2345;
}
</style>
background-color css
<style>
a { background-color: #6C2345; }
a { background-color: rgb(108,35,69); }
div.DivClassName
{
background-color: #6C2345;
}
.BgClassName
{
background-color: #6C2345;
}
</style>
border-color css
<style>
span { border-color: #6C2345; }
span { border-color: rgb(108,35,69); }
td.TdClassName
{
border-color: #6C2345;
}
.TagClassName
{
border-color: #6C2345;
}
</style>