Shades of Pompadour #662C46
Tints of Pompadour #662C46
RGB
CMYK
RGB Variations
Color information
#662C46 (or 0x662C46) is known color: Pompadour. HEX triplet: 66, 2C and 46. RGB value is (102,44,70). Sum of RGB (Red+Green+Blue) = 102+44+70=216 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.22% from 216); Green value is 44 (17.58% from 255 or 20.37% from 216); Blue value is 70 (27.73% from 255 or 32.41% from 216); Max value from RGB is 102 - color contains mainly: red. Hex color #662C46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662C46 is #99D3B9. Grayscale: #404040. Windows color (decimal): -10081210 or 4598886. OLE color: 4598886.
HSL color Cylindrical-coordinate representation of color #662C46: hue angle of 333.1º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #662C46 is Cyan = 0, Magento = 0.57, Yellow = 0.31 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 44 | 70 | - |
| CMYK | 0 | 0.57 | 0.31 | 0.6 |
| HSL | 333.1º | 0.4% | 0.29% | - |
| HSV(B) | 333.1º | 0.57% | 0.4% | - |
| XYZ | 7.49 | 5.07 | 6.38 | - |
| YUV | 64.31 | 131.22 | 154.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 44 | 70 | 0 | 0.57 | 0.31 | 0.6 | 333.1 | 0.4 | 0.29 |
| Hex | 66 | 2C | 46 | 0 | 39 | 1F | 3C | 14D | 28 | 1D |
| Octal | 146 | 54 | 106 | 0 | 71 | 37 | 74 | 515 | 50 | 35 |
| Binary | 1100110 | 101100 | 1000110 | 0 | 111001 | 11111 | 111100 | 101001101 | 101000 | 11101 |
Color Harmonies of #662C46
Complementary color
Monochromatic Colors of #662C46
Black with #662C46
Text Example
Text Example
White with #662C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662C46; }
p { color: rgb(102,44,70); }
H1.HeaderClassName
{
color: #662C46;
}
.AnyTagClassName
{
color: #662C46;
}
</style>
background-color css
<style>
a { background-color: #662C46; }
a { background-color: rgb(102,44,70); }
div.DivClassName
{
background-color: #662C46;
}
.BgClassName
{
background-color: #662C46;
}
</style>
border-color css
<style>
span { border-color: #662C46; }
span { border-color: rgb(102,44,70); }
td.TdClassName
{
border-color: #662C46;
}
.TagClassName
{
border-color: #662C46;
}
</style>