Shades of Pompadour #6B233F
Tints of Pompadour #6B233F
RGB
CMYK
RGB Variations
Color information
#6B233F (or 0x6B233F) is known color: Pompadour. HEX triplet: 6B, 23 and 3F. RGB value is (107,35,63). Sum of RGB (Red+Green+Blue) = 107+35+63=205 (27% of max value = 765). Red value is 107 (42.19% from 255 or 52.20% from 205); Green value is 35 (14.06% from 255 or 17.07% from 205); Blue value is 63 (25% from 255 or 30.73% from 205); Max value from RGB is 107 - color contains mainly: red. Hex color #6B233F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B233F is #94DCC0. Grayscale: #3B3B3B. Windows color (decimal): -9755841 or 4137835. OLE color: 4137835.
HSL color Cylindrical-coordinate representation of color #6B233F: hue angle of 336.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 #6B233F is Cyan = 0, Magento = 0.67, Yellow = 0.41 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 35 | 63 | - |
| CMYK | 0 | 0.67 | 0.41 | 0.58 |
| HSL | 336.67º | 0.51% | 0.28% | - |
| HSV(B) | 336.67º | 0.67% | 0.42% | - |
| XYZ | 7.56 | 4.69 | 5.21 | - |
| YUV | 59.72 | 129.85 | 161.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 35 | 63 | 0 | 0.67 | 0.41 | 0.58 | 336.67 | 0.51 | 0.28 |
| Hex | 6B | 23 | 3F | 0 | 43 | 29 | 3A | 151 | 33 | 1C |
| Octal | 153 | 43 | 77 | 0 | 103 | 51 | 72 | 521 | 63 | 34 |
| Binary | 1101011 | 100011 | 111111 | 0 | 1000011 | 101001 | 111010 | 101010001 | 110011 | 11100 |
Color Harmonies of #6B233F
Complementary color
Monochromatic Colors of #6B233F
Black with #6B233F
Text Example
Text Example
White with #6B233F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B233F; }
p { color: rgb(107,35,63); }
H1.HeaderClassName
{
color: #6B233F;
}
.AnyTagClassName
{
color: #6B233F;
}
</style>
background-color css
<style>
a { background-color: #6B233F; }
a { background-color: rgb(107,35,63); }
div.DivClassName
{
background-color: #6B233F;
}
.BgClassName
{
background-color: #6B233F;
}
</style>
border-color css
<style>
span { border-color: #6B233F; }
span { border-color: rgb(107,35,63); }
td.TdClassName
{
border-color: #6B233F;
}
.TagClassName
{
border-color: #6B233F;
}
</style>