Shades of Pompadour #6B2345
Tints of Pompadour #6B2345
RGB
CMYK
RGB Variations
Color information
#6B2345 (or 0x6B2345) is known color: Pompadour. HEX triplet: 6B, 23 and 45. RGB value is (107,35,69). Sum of RGB (Red+Green+Blue) = 107+35+69=211 (27% of max value = 765). Red value is 107 (42.19% from 255 or 50.71% from 211); Green value is 35 (14.06% from 255 or 16.59% from 211); Blue value is 69 (27.34% from 255 or 32.70% from 211); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2345 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B2345 is #94DCBA. Grayscale: #3C3C3C. Windows color (decimal): -9755835 or 4531051. OLE color: 4531051.
HSL color Cylindrical-coordinate representation of color #6B2345: hue angle of 331.67º 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 #6B2345 is Cyan = 0, Magento = 0.67, Yellow = 0.36 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 35 | 69 | - |
| CMYK | 0 | 0.67 | 0.36 | 0.58 |
| HSL | 331.67º | 0.51% | 0.28% | - |
| HSV(B) | 331.67º | 0.67% | 0.42% | - |
| XYZ | 7.74 | 4.76 | 6.14 | - |
| YUV | 60.4 | 132.85 | 161.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 35 | 69 | 0 | 0.67 | 0.36 | 0.58 | 331.67 | 0.51 | 0.28 |
| Hex | 6B | 23 | 45 | 0 | 43 | 24 | 3A | 14C | 33 | 1C |
| Octal | 153 | 43 | 105 | 0 | 103 | 44 | 72 | 514 | 63 | 34 |
| Binary | 1101011 | 100011 | 1000101 | 0 | 1000011 | 100100 | 111010 | 101001100 | 110011 | 11100 |
Color Harmonies of #6B2345
Complementary color
Monochromatic Colors of #6B2345
Black with #6B2345
Text Example
Text Example
White with #6B2345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B2345; }
p { color: rgb(107,35,69); }
H1.HeaderClassName
{
color: #6B2345;
}
.AnyTagClassName
{
color: #6B2345;
}
</style>
background-color css
<style>
a { background-color: #6B2345; }
a { background-color: rgb(107,35,69); }
div.DivClassName
{
background-color: #6B2345;
}
.BgClassName
{
background-color: #6B2345;
}
</style>
border-color css
<style>
span { border-color: #6B2345; }
span { border-color: rgb(107,35,69); }
td.TdClassName
{
border-color: #6B2345;
}
.TagClassName
{
border-color: #6B2345;
}
</style>