Shades of Pompadour #682846
Tints of Pompadour #682846
RGB
CMYK
RGB Variations
Color information
#682846 (or 0x682846) is known color: Pompadour. HEX triplet: 68, 28 and 46. RGB value is (104,40,70). Sum of RGB (Red+Green+Blue) = 104+40+70=214 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.60% from 214); Green value is 40 (16.02% from 255 or 18.69% from 214); Blue value is 70 (27.73% from 255 or 32.71% from 214); Max value from RGB is 104 - color contains mainly: red. Hex color #682846 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682846 is #97D7B9. Grayscale: #3E3E3E. Windows color (decimal): -9951162 or 4597864. OLE color: 4597864.
HSL color Cylindrical-coordinate representation of color #682846: hue angle of 331.88º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #682846 is Cyan = 0, Magento = 0.62, Yellow = 0.33 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 40 | 70 | - |
| CMYK | 0 | 0.62 | 0.33 | 0.59 |
| HSL | 331.88º | 0.44% | 0.28% | - |
| HSV(B) | 331.88º | 0.62% | 0.41% | - |
| XYZ | 7.57 | 4.9 | 6.34 | - |
| YUV | 62.56 | 132.2 | 157.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 40 | 70 | 0 | 0.62 | 0.33 | 0.59 | 331.88 | 0.44 | 0.28 |
| Hex | 68 | 28 | 46 | 0 | 3E | 21 | 3B | 14C | 2C | 1C |
| Octal | 150 | 50 | 106 | 0 | 76 | 41 | 73 | 514 | 54 | 34 |
| Binary | 1101000 | 101000 | 1000110 | 0 | 111110 | 100001 | 111011 | 101001100 | 101100 | 11100 |
Color Harmonies of #682846
Complementary color
Monochromatic Colors of #682846
Black with #682846
Text Example
Text Example
White with #682846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682846; }
p { color: rgb(104,40,70); }
H1.HeaderClassName
{
color: #682846;
}
.AnyTagClassName
{
color: #682846;
}
</style>
background-color css
<style>
a { background-color: #682846; }
a { background-color: rgb(104,40,70); }
div.DivClassName
{
background-color: #682846;
}
.BgClassName
{
background-color: #682846;
}
</style>
border-color css
<style>
span { border-color: #682846; }
span { border-color: rgb(104,40,70); }
td.TdClassName
{
border-color: #682846;
}
.TagClassName
{
border-color: #682846;
}
</style>