Shades of Pompadour #691A3E
Tints of Pompadour #691A3E
RGB
CMYK
RGB Variations
Color information
#691A3E (or 0x691A3E) is known color: Pompadour. HEX triplet: 69, 1A and 3E. RGB value is (105,26,62). Sum of RGB (Red+Green+Blue) = 105+26+62=193 (25% of max value = 765). Red value is 105 (41.41% from 255 or 54.40% from 193); Green value is 26 (10.55% from 255 or 13.47% from 193); Blue value is 62 (24.61% from 255 or 32.12% from 193); Max value from RGB is 105 - color contains mainly: red. Hex color #691A3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #691A3E is #96E5C1. Grayscale: #353535. Windows color (decimal): -9889218 or 4069993. OLE color: 4069993.
HSL color Cylindrical-coordinate representation of color #691A3E: hue angle of 332.66º degrees, saturation: 0.6, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #691A3E is Cyan = 0, Magento = 0.75, Yellow = 0.41 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 26 | 62 | - |
| CMYK | 0 | 0.75 | 0.41 | 0.59 |
| HSL | 332.66º | 0.6% | 0.26% | - |
| HSV(B) | 332.66º | 0.75% | 0.41% | - |
| XYZ | 7.06 | 4.09 | 4.97 | - |
| YUV | 53.73 | 132.67 | 164.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 26 | 62 | 0 | 0.75 | 0.41 | 0.59 | 332.66 | 0.6 | 0.26 |
| Hex | 69 | 1A | 3E | 0 | 4B | 29 | 3B | 14D | 3C | 1A |
| Octal | 151 | 32 | 76 | 0 | 113 | 51 | 73 | 515 | 74 | 32 |
| Binary | 1101001 | 11010 | 111110 | 0 | 1001011 | 101001 | 111011 | 101001101 | 111100 | 11010 |
Color Harmonies of #691A3E
Complementary color
Monochromatic Colors of #691A3E
Black with #691A3E
Text Example
Text Example
White with #691A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #691A3E; }
p { color: rgb(105,26,62); }
H1.HeaderClassName
{
color: #691A3E;
}
.AnyTagClassName
{
color: #691A3E;
}
</style>
background-color css
<style>
a { background-color: #691A3E; }
a { background-color: rgb(105,26,62); }
div.DivClassName
{
background-color: #691A3E;
}
.BgClassName
{
background-color: #691A3E;
}
</style>
border-color css
<style>
span { border-color: #691A3E; }
span { border-color: rgb(105,26,62); }
td.TdClassName
{
border-color: #691A3E;
}
.TagClassName
{
border-color: #691A3E;
}
</style>