Shades of Pompadour #6C2745
Tints of Pompadour #6C2745
RGB
CMYK
RGB Variations
Color information
#6C2745 (or 0x6C2745) is known color: Pompadour. HEX triplet: 6C, 27 and 45. RGB value is (108,39,69). Sum of RGB (Red+Green+Blue) = 108+39+69=216 (28% of max value = 765). Red value is 108 (42.58% from 255 or 50% from 216); Green value is 39 (15.62% from 255 or 18.06% from 216); Blue value is 69 (27.34% from 255 or 31.94% from 216); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2745 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C2745 is #93D8BA. Grayscale: #3F3F3F. Windows color (decimal): -9689275 or 4532076. OLE color: 4532076.
HSL color Cylindrical-coordinate representation of color #6C2745: hue angle of 333.91º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6C2745 is Cyan = 0, Magento = 0.64, Yellow = 0.36 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 39 | 69 | - |
| CMYK | 0 | 0.64 | 0.36 | 0.58 |
| HSL | 333.91º | 0.47% | 0.29% | - |
| HSV(B) | 333.91º | 0.64% | 0.42% | - |
| XYZ | 7.98 | 5.07 | 6.19 | - |
| YUV | 63.05 | 131.36 | 160.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 39 | 69 | 0 | 0.64 | 0.36 | 0.58 | 333.91 | 0.47 | 0.29 |
| Hex | 6C | 27 | 45 | 0 | 40 | 24 | 3A | 14E | 2F | 1D |
| Octal | 154 | 47 | 105 | 0 | 100 | 44 | 72 | 516 | 57 | 35 |
| Binary | 1101100 | 100111 | 1000101 | 0 | 1000000 | 100100 | 111010 | 101001110 | 101111 | 11101 |
Color Harmonies of #6C2745
Complementary color
Monochromatic Colors of #6C2745
Black with #6C2745
Text Example
Text Example
White with #6C2745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C2745; }
p { color: rgb(108,39,69); }
H1.HeaderClassName
{
color: #6C2745;
}
.AnyTagClassName
{
color: #6C2745;
}
</style>
background-color css
<style>
a { background-color: #6C2745; }
a { background-color: rgb(108,39,69); }
div.DivClassName
{
background-color: #6C2745;
}
.BgClassName
{
background-color: #6C2745;
}
</style>
border-color css
<style>
span { border-color: #6C2745; }
span { border-color: rgb(108,39,69); }
td.TdClassName
{
border-color: #6C2745;
}
.TagClassName
{
border-color: #6C2745;
}
</style>