Shades of Pompadour #6D173E
Tints of Pompadour #6D173E
RGB
CMYK
RGB Variations
Color information
#6D173E (or 0x6D173E) is known color: Pompadour. HEX triplet: 6D, 17 and 3E. RGB value is (109,23,62). Sum of RGB (Red+Green+Blue) = 109+23+62=194 (25% of max value = 765). Red value is 109 (42.97% from 255 or 56.19% from 194); Green value is 23 (9.38% from 255 or 11.86% from 194); Blue value is 62 (24.61% from 255 or 31.96% from 194); Max value from RGB is 109 - color contains mainly: red. Hex color #6D173E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D173E is #92E8C1. Grayscale: #353535. Windows color (decimal): -9627842 or 4069229. OLE color: 4069229.
HSL color Cylindrical-coordinate representation of color #6D173E: hue angle of 332.79º degrees, saturation: 0.65, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6D173E is Cyan = 0, Magento = 0.79, Yellow = 0.43 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 23 | 62 | - |
| CMYK | 0 | 0.79 | 0.43 | 0.57 |
| HSL | 332.79º | 0.65% | 0.26% | - |
| HSV(B) | 332.79º | 0.79% | 0.43% | - |
| XYZ | 7.48 | 4.21 | 4.98 | - |
| YUV | 53.16 | 132.99 | 167.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 23 | 62 | 0 | 0.79 | 0.43 | 0.57 | 332.79 | 0.65 | 0.26 |
| Hex | 6D | 17 | 3E | 0 | 4F | 2B | 39 | 14D | 41 | 1A |
| Octal | 155 | 27 | 76 | 0 | 117 | 53 | 71 | 515 | 101 | 32 |
| Binary | 1101101 | 10111 | 111110 | 0 | 1001111 | 101011 | 111001 | 101001101 | 1000001 | 11010 |
Color Harmonies of #6D173E
Complementary color
Monochromatic Colors of #6D173E
Black with #6D173E
Text Example
Text Example
White with #6D173E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D173E; }
p { color: rgb(109,23,62); }
H1.HeaderClassName
{
color: #6D173E;
}
.AnyTagClassName
{
color: #6D173E;
}
</style>
background-color css
<style>
a { background-color: #6D173E; }
a { background-color: rgb(109,23,62); }
div.DivClassName
{
background-color: #6D173E;
}
.BgClassName
{
background-color: #6D173E;
}
</style>
border-color css
<style>
span { border-color: #6D173E; }
span { border-color: rgb(109,23,62); }
td.TdClassName
{
border-color: #6D173E;
}
.TagClassName
{
border-color: #6D173E;
}
</style>