Shades of Pompadour #681E3C
Tints of Pompadour #681E3C
RGB
CMYK
RGB Variations
Color information
#681E3C (or 0x681E3C) is known color: Pompadour. HEX triplet: 68, 1E and 3C. RGB value is (104,30,60). Sum of RGB (Red+Green+Blue) = 104+30+60=194 (25% of max value = 765). Red value is 104 (41.02% from 255 or 53.61% from 194); Green value is 30 (12.11% from 255 or 15.46% from 194); Blue value is 60 (23.83% from 255 or 30.93% from 194); Max value from RGB is 104 - color contains mainly: red. Hex color #681E3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #681E3C is #97E1C3. Grayscale: #373737. Windows color (decimal): -9953732 or 3939944. OLE color: 3939944.
HSL color Cylindrical-coordinate representation of color #681E3C: hue angle of 335.68º degrees, saturation: 0.55, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #681E3C is Cyan = 0, Magento = 0.71, Yellow = 0.42 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 30 | 60 | - |
| CMYK | 0 | 0.71 | 0.42 | 0.59 |
| HSL | 335.68º | 0.55% | 0.26% | - |
| HSV(B) | 335.68º | 0.71% | 0.41% | - |
| XYZ | 6.99 | 4.2 | 4.72 | - |
| YUV | 55.55 | 130.52 | 162.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 30 | 60 | 0 | 0.71 | 0.42 | 0.59 | 335.68 | 0.55 | 0.26 |
| Hex | 68 | 1E | 3C | 0 | 47 | 2A | 3B | 150 | 37 | 1A |
| Octal | 150 | 36 | 74 | 0 | 107 | 52 | 73 | 520 | 67 | 32 |
| Binary | 1101000 | 11110 | 111100 | 0 | 1000111 | 101010 | 111011 | 101010000 | 110111 | 11010 |
Color Harmonies of #681E3C
Complementary color
Monochromatic Colors of #681E3C
Black with #681E3C
Text Example
Text Example
White with #681E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #681E3C; }
p { color: rgb(104,30,60); }
H1.HeaderClassName
{
color: #681E3C;
}
.AnyTagClassName
{
color: #681E3C;
}
</style>
background-color css
<style>
a { background-color: #681E3C; }
a { background-color: rgb(104,30,60); }
div.DivClassName
{
background-color: #681E3C;
}
.BgClassName
{
background-color: #681E3C;
}
</style>
border-color css
<style>
span { border-color: #681E3C; }
span { border-color: rgb(104,30,60); }
td.TdClassName
{
border-color: #681E3C;
}
.TagClassName
{
border-color: #681E3C;
}
</style>