Shades of Pompadour #68173E
Tints of Pompadour #68173E
RGB
CMYK
RGB Variations
Color information
#68173E (or 0x68173E) is known color: Pompadour. HEX triplet: 68, 17 and 3E. RGB value is (104,23,62). Sum of RGB (Red+Green+Blue) = 104+23+62=189 (25% of max value = 765). Red value is 104 (41.02% from 255 or 55.03% from 189); Green value is 23 (9.38% from 255 or 12.17% from 189); Blue value is 62 (24.61% from 255 or 32.80% from 189); Max value from RGB is 104 - color contains mainly: red. Hex color #68173E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68173E is #97E8C1. Grayscale: #333333. Windows color (decimal): -9955522 or 4069224. OLE color: 4069224.
HSL color Cylindrical-coordinate representation of color #68173E: hue angle of 331.11º degrees, saturation: 0.64, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #68173E is Cyan = 0, Magento = 0.78, Yellow = 0.40 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 23 | 62 | - |
| CMYK | 0 | 0.78 | 0.40 | 0.59 |
| HSL | 331.11º | 0.64% | 0.25% | - |
| HSV(B) | 331.11º | 0.78% | 0.41% | - |
| XYZ | 6.88 | 3.9 | 4.95 | - |
| YUV | 51.67 | 133.84 | 165.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 23 | 62 | 0 | 0.78 | 0.40 | 0.59 | 331.11 | 0.64 | 0.25 |
| Hex | 68 | 17 | 3E | 0 | 4E | 28 | 3B | 14B | 40 | 19 |
| Octal | 150 | 27 | 76 | 0 | 116 | 50 | 73 | 513 | 100 | 31 |
| Binary | 1101000 | 10111 | 111110 | 0 | 1001110 | 101000 | 111011 | 101001011 | 1000000 | 11001 |
Color Harmonies of #68173E
Complementary color
Monochromatic Colors of #68173E
Black with #68173E
Text Example
Text Example
White with #68173E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68173E; }
p { color: rgb(104,23,62); }
H1.HeaderClassName
{
color: #68173E;
}
.AnyTagClassName
{
color: #68173E;
}
</style>
background-color css
<style>
a { background-color: #68173E; }
a { background-color: rgb(104,23,62); }
div.DivClassName
{
background-color: #68173E;
}
.BgClassName
{
background-color: #68173E;
}
</style>
border-color css
<style>
span { border-color: #68173E; }
span { border-color: rgb(104,23,62); }
td.TdClassName
{
border-color: #68173E;
}
.TagClassName
{
border-color: #68173E;
}
</style>