Shades of Pompadour #6B173C
Tints of Pompadour #6B173C
RGB
CMYK
RGB Variations
Color information
#6B173C (or 0x6B173C) is known color: Pompadour. HEX triplet: 6B, 17 and 3C. RGB value is (107,23,60). Sum of RGB (Red+Green+Blue) = 107+23+60=190 (25% of max value = 765). Red value is 107 (42.19% from 255 or 56.32% from 190); Green value is 23 (9.38% from 255 or 12.11% from 190); Blue value is 60 (23.83% from 255 or 31.58% from 190); Max value from RGB is 107 - color contains mainly: red. Hex color #6B173C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B173C is #94E8C3. Grayscale: #343434. Windows color (decimal): -9758916 or 3938155. OLE color: 3938155.
HSL color Cylindrical-coordinate representation of color #6B173C: hue angle of 333.57º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6B173C is Cyan = 0, Magento = 0.79, Yellow = 0.44 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 23 | 60 | - |
| CMYK | 0 | 0.79 | 0.44 | 0.58 |
| HSL | 333.57º | 0.65% | 0.25% | - |
| HSV(B) | 333.57º | 0.79% | 0.42% | - |
| XYZ | 7.19 | 4.06 | 4.68 | - |
| YUV | 52.33 | 132.33 | 166.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 23 | 60 | 0 | 0.79 | 0.44 | 0.58 | 333.57 | 0.65 | 0.25 |
| Hex | 6B | 17 | 3C | 0 | 4F | 2C | 3A | 14E | 41 | 19 |
| Octal | 153 | 27 | 74 | 0 | 117 | 54 | 72 | 516 | 101 | 31 |
| Binary | 1101011 | 10111 | 111100 | 0 | 1001111 | 101100 | 111010 | 101001110 | 1000001 | 11001 |
Color Harmonies of #6B173C
Complementary color
Monochromatic Colors of #6B173C
Black with #6B173C
Text Example
Text Example
White with #6B173C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B173C; }
p { color: rgb(107,23,60); }
H1.HeaderClassName
{
color: #6B173C;
}
.AnyTagClassName
{
color: #6B173C;
}
</style>
background-color css
<style>
a { background-color: #6B173C; }
a { background-color: rgb(107,23,60); }
div.DivClassName
{
background-color: #6B173C;
}
.BgClassName
{
background-color: #6B173C;
}
</style>
border-color css
<style>
span { border-color: #6B173C; }
span { border-color: rgb(107,23,60); }
td.TdClassName
{
border-color: #6B173C;
}
.TagClassName
{
border-color: #6B173C;
}
</style>