Shades of Pompadour #6A2843
Tints of Pompadour #6A2843
RGB
CMYK
RGB Variations
Color information
#6A2843 (or 0x6A2843) is known color: Pompadour. HEX triplet: 6A, 28 and 43. RGB value is (106,40,67). Sum of RGB (Red+Green+Blue) = 106+40+67=213 (28% of max value = 765). Red value is 106 (41.80% from 255 or 49.77% from 213); Green value is 40 (16.02% from 255 or 18.78% from 213); Blue value is 67 (26.56% from 255 or 31.46% from 213); Max value from RGB is 106 - color contains mainly: red. Hex color #6A2843 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A2843 is #95D7BC. Grayscale: #3E3E3E. Windows color (decimal): -9820093 or 4401258. OLE color: 4401258.
HSL color Cylindrical-coordinate representation of color #6A2843: hue angle of 335.45º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6A2843 is Cyan = 0, Magento = 0.62, Yellow = 0.37 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 40 | 67 | - |
| CMYK | 0 | 0.62 | 0.37 | 0.58 |
| HSL | 335.45º | 0.45% | 0.29% | - |
| HSV(B) | 335.45º | 0.62% | 0.42% | - |
| XYZ | 7.72 | 4.99 | 5.87 | - |
| YUV | 62.81 | 130.37 | 158.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 40 | 67 | 0 | 0.62 | 0.37 | 0.58 | 335.45 | 0.45 | 0.29 |
| Hex | 6A | 28 | 43 | 0 | 3E | 25 | 3A | 14F | 2D | 1D |
| Octal | 152 | 50 | 103 | 0 | 76 | 45 | 72 | 517 | 55 | 35 |
| Binary | 1101010 | 101000 | 1000011 | 0 | 111110 | 100101 | 111010 | 101001111 | 101101 | 11101 |
Color Harmonies of #6A2843
Complementary color
Monochromatic Colors of #6A2843
Black with #6A2843
Text Example
Text Example
White with #6A2843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A2843; }
p { color: rgb(106,40,67); }
H1.HeaderClassName
{
color: #6A2843;
}
.AnyTagClassName
{
color: #6A2843;
}
</style>
background-color css
<style>
a { background-color: #6A2843; }
a { background-color: rgb(106,40,67); }
div.DivClassName
{
background-color: #6A2843;
}
.BgClassName
{
background-color: #6A2843;
}
</style>
border-color css
<style>
span { border-color: #6A2843; }
span { border-color: rgb(106,40,67); }
td.TdClassName
{
border-color: #6A2843;
}
.TagClassName
{
border-color: #6A2843;
}
</style>