Shades of Pompadour #661E3C
Tints of Pompadour #661E3C
RGB
CMYK
RGB Variations
Color information
#661E3C (or 0x661E3C) is known color: Pompadour. HEX triplet: 66, 1E and 3C. RGB value is (102,30,60). Sum of RGB (Red+Green+Blue) = 102+30+60=192 (25% of max value = 765). Red value is 102 (40.23% from 255 or 53.12% from 192); Green value is 30 (12.11% from 255 or 15.62% from 192); Blue value is 60 (23.83% from 255 or 31.25% from 192); Max value from RGB is 102 - color contains mainly: red. Hex color #661E3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #661E3C is #99E1C3. Grayscale: #363636. Windows color (decimal): -10084804 or 3939942. OLE color: 3939942.
HSL color Cylindrical-coordinate representation of color #661E3C: hue angle of 335º degrees, saturation: 0.55, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #661E3C is Cyan = 0, Magento = 0.71, Yellow = 0.41 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 30 | 60 | - |
| CMYK | 0 | 0.71 | 0.41 | 0.6 |
| HSL | 335º | 0.55% | 0.26% | - |
| HSV(B) | 335º | 0.71% | 0.4% | - |
| XYZ | 6.76 | 4.08 | 4.71 | - |
| YUV | 54.95 | 130.85 | 161.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 30 | 60 | 0 | 0.71 | 0.41 | 0.6 | 335 | 0.55 | 0.26 |
| Hex | 66 | 1E | 3C | 0 | 47 | 29 | 3C | 14F | 37 | 1A |
| Octal | 146 | 36 | 74 | 0 | 107 | 51 | 74 | 517 | 67 | 32 |
| Binary | 1100110 | 11110 | 111100 | 0 | 1000111 | 101001 | 111100 | 101001111 | 110111 | 11010 |
Color Harmonies of #661E3C
Complementary color
Monochromatic Colors of #661E3C
Black with #661E3C
Text Example
Text Example
White with #661E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661E3C; }
p { color: rgb(102,30,60); }
H1.HeaderClassName
{
color: #661E3C;
}
.AnyTagClassName
{
color: #661E3C;
}
</style>
background-color css
<style>
a { background-color: #661E3C; }
a { background-color: rgb(102,30,60); }
div.DivClassName
{
background-color: #661E3C;
}
.BgClassName
{
background-color: #661E3C;
}
</style>
border-color css
<style>
span { border-color: #661E3C; }
span { border-color: rgb(102,30,60); }
td.TdClassName
{
border-color: #661E3C;
}
.TagClassName
{
border-color: #661E3C;
}
</style>