Shades of Pompadour #682643
Tints of Pompadour #682643
RGB
CMYK
RGB Variations
Color information
#682643 (or 0x682643) is known color: Pompadour. HEX triplet: 68, 26 and 43. RGB value is (104,38,67). Sum of RGB (Red+Green+Blue) = 104+38+67=209 (27% of max value = 765). Red value is 104 (41.02% from 255 or 49.76% from 209); Green value is 38 (15.23% from 255 or 18.18% from 209); Blue value is 67 (26.56% from 255 or 32.06% from 209); Max value from RGB is 104 - color contains mainly: red. Hex color #682643 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682643 is #97D9BC. Grayscale: #3C3C3C. Windows color (decimal): -9951677 or 4400744. OLE color: 4400744.
HSL color Cylindrical-coordinate representation of color #682643: hue angle of 333.64º degrees, saturation: 0.46, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #682643 is Cyan = 0, Magento = 0.63, Yellow = 0.36 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 38 | 67 | - |
| CMYK | 0 | 0.63 | 0.36 | 0.59 |
| HSL | 333.64º | 0.46% | 0.28% | - |
| HSV(B) | 333.64º | 0.63% | 0.41% | - |
| XYZ | 7.42 | 4.73 | 5.83 | - |
| YUV | 61.04 | 131.37 | 158.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 38 | 67 | 0 | 0.63 | 0.36 | 0.59 | 333.64 | 0.46 | 0.28 |
| Hex | 68 | 26 | 43 | 0 | 3F | 24 | 3B | 14E | 2E | 1C |
| Octal | 150 | 46 | 103 | 0 | 77 | 44 | 73 | 516 | 56 | 34 |
| Binary | 1101000 | 100110 | 1000011 | 0 | 111111 | 100100 | 111011 | 101001110 | 101110 | 11100 |
Color Harmonies of #682643
Complementary color
Monochromatic Colors of #682643
Black with #682643
Text Example
Text Example
White with #682643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682643; }
p { color: rgb(104,38,67); }
H1.HeaderClassName
{
color: #682643;
}
.AnyTagClassName
{
color: #682643;
}
</style>
background-color css
<style>
a { background-color: #682643; }
a { background-color: rgb(104,38,67); }
div.DivClassName
{
background-color: #682643;
}
.BgClassName
{
background-color: #682643;
}
</style>
border-color css
<style>
span { border-color: #682643; }
span { border-color: rgb(104,38,67); }
td.TdClassName
{
border-color: #682643;
}
.TagClassName
{
border-color: #682643;
}
</style>