Shades of Pompadour #681D3C
Tints of Pompadour #681D3C
RGB
CMYK
RGB Variations
Color information
#681D3C (or 0x681D3C) is known color: Pompadour. HEX triplet: 68, 1D and 3C. RGB value is (104,29,60). Sum of RGB (Red+Green+Blue) = 104+29+60=193 (25% of max value = 765). Red value is 104 (41.02% from 255 or 53.89% from 193); Green value is 29 (11.72% from 255 or 15.03% from 193); Blue value is 60 (23.83% from 255 or 31.09% from 193); Max value from RGB is 104 - color contains mainly: red. Hex color #681D3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #681D3C is #97E2C3. Grayscale: #363636. Windows color (decimal): -9953988 or 3939688. OLE color: 3939688.
HSL color Cylindrical-coordinate representation of color #681D3C: hue angle of 335.2º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #681D3C is Cyan = 0, Magento = 0.72, Yellow = 0.42 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 29 | 60 | - |
| CMYK | 0 | 0.72 | 0.42 | 0.59 |
| HSL | 335.2º | 0.56% | 0.26% | - |
| HSV(B) | 335.2º | 0.72% | 0.41% | - |
| XYZ | 6.96 | 4.15 | 4.71 | - |
| YUV | 54.96 | 130.85 | 162.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 29 | 60 | 0 | 0.72 | 0.42 | 0.59 | 335.2 | 0.56 | 0.26 |
| Hex | 68 | 1D | 3C | 0 | 48 | 2A | 3B | 14F | 38 | 1A |
| Octal | 150 | 35 | 74 | 0 | 110 | 52 | 73 | 517 | 70 | 32 |
| Binary | 1101000 | 11101 | 111100 | 0 | 1001000 | 101010 | 111011 | 101001111 | 111000 | 11010 |
Color Harmonies of #681D3C
Complementary color
Monochromatic Colors of #681D3C
Black with #681D3C
Text Example
Text Example
White with #681D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #681D3C; }
p { color: rgb(104,29,60); }
H1.HeaderClassName
{
color: #681D3C;
}
.AnyTagClassName
{
color: #681D3C;
}
</style>
background-color css
<style>
a { background-color: #681D3C; }
a { background-color: rgb(104,29,60); }
div.DivClassName
{
background-color: #681D3C;
}
.BgClassName
{
background-color: #681D3C;
}
</style>
border-color css
<style>
span { border-color: #681D3C; }
span { border-color: rgb(104,29,60); }
td.TdClassName
{
border-color: #681D3C;
}
.TagClassName
{
border-color: #681D3C;
}
</style>