Shades of Pompadour #6B2340
Tints of Pompadour #6B2340
RGB
CMYK
RGB Variations
Color information
#6B2340 (or 0x6B2340) is known color: Pompadour. HEX triplet: 6B, 23 and 40. RGB value is (107,35,64). Sum of RGB (Red+Green+Blue) = 107+35+64=206 (27% of max value = 765). Red value is 107 (42.19% from 255 or 51.94% from 206); Green value is 35 (14.06% from 255 or 16.99% from 206); Blue value is 64 (25.39% from 255 or 31.07% from 206); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2340 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B2340 is #94DCBF. Grayscale: #3B3B3B. Windows color (decimal): -9755840 or 4203371. OLE color: 4203371.
HSL color Cylindrical-coordinate representation of color #6B2340: hue angle of 335.83º degrees, saturation: 0.51, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6B2340 is Cyan = 0, Magento = 0.67, Yellow = 0.40 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 35 | 64 | - |
| CMYK | 0 | 0.67 | 0.40 | 0.58 |
| HSL | 335.83º | 0.51% | 0.28% | - |
| HSV(B) | 335.83º | 0.67% | 0.42% | - |
| XYZ | 7.59 | 4.7 | 5.36 | - |
| YUV | 59.83 | 130.35 | 161.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 35 | 64 | 0 | 0.67 | 0.40 | 0.58 | 335.83 | 0.51 | 0.28 |
| Hex | 6B | 23 | 40 | 0 | 43 | 28 | 3A | 150 | 33 | 1C |
| Octal | 153 | 43 | 100 | 0 | 103 | 50 | 72 | 520 | 63 | 34 |
| Binary | 1101011 | 100011 | 1000000 | 0 | 1000011 | 101000 | 111010 | 101010000 | 110011 | 11100 |
Color Harmonies of #6B2340
Complementary color
Monochromatic Colors of #6B2340
Black with #6B2340
Text Example
Text Example
White with #6B2340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B2340; }
p { color: rgb(107,35,64); }
H1.HeaderClassName
{
color: #6B2340;
}
.AnyTagClassName
{
color: #6B2340;
}
</style>
background-color css
<style>
a { background-color: #6B2340; }
a { background-color: rgb(107,35,64); }
div.DivClassName
{
background-color: #6B2340;
}
.BgClassName
{
background-color: #6B2340;
}
</style>
border-color css
<style>
span { border-color: #6B2340; }
span { border-color: rgb(107,35,64); }
td.TdClassName
{
border-color: #6B2340;
}
.TagClassName
{
border-color: #6B2340;
}
</style>