Shades of Maroon #6B1107
Tints of Maroon #6B1107
RGB
CMYK
RGB Variations
Color information
#6B1107 (or 0x6B1107) is known color: Maroon. HEX triplet: 6B, 11 and 07. RGB value is (107,17,7). Sum of RGB (Red+Green+Blue) = 107+17+7=131 (17% of max value = 765). Red value is 107 (42.19% from 255 or 81.68% from 131); Green value is 17 (7.03% from 255 or 12.98% from 131); Blue value is 7 (3.12% from 255 or 5.34% from 131); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1107 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6B1107 is #94EEF8. Grayscale: #2A2A2A. Windows color (decimal): -9760505 or 463211. OLE color: 463211.
HSL color Cylindrical-coordinate representation of color #6B1107: hue angle of 6º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6B1107 is Cyan = 0, Magento = 0.84, Yellow = 0.93 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 17 | 7 | - |
| CMYK | 0 | 0.84 | 0.93 | 0.58 |
| HSL | 6º | 0.88% | 0.22% | - |
| HSV(B) | 6º | 0.93% | 0.42% | - |
| XYZ | 6.3 | 3.54 | 0.55 | - |
| YUV | 42.77 | 107.82 | 173.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 17 | 7 | 0 | 0.84 | 0.93 | 0.58 | 6 | 0.88 | 0.22 |
| Hex | 6B | 11 | 7 | 0 | 54 | 5D | 3A | 6 | 58 | 16 |
| Octal | 153 | 21 | 7 | 0 | 124 | 135 | 72 | 6 | 130 | 26 |
| Binary | 1101011 | 10001 | 111 | 0 | 1010100 | 1011101 | 111010 | 110 | 1011000 | 10110 |
Color Harmonies of #6B1107
Complementary color
Monochromatic Colors of #6B1107
Black with #6B1107
Text Example
Text Example
White with #6B1107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B1107; }
p { color: rgb(107,17,7); }
H1.HeaderClassName
{
color: #6B1107;
}
.AnyTagClassName
{
color: #6B1107;
}
</style>
background-color css
<style>
a { background-color: #6B1107; }
a { background-color: rgb(107,17,7); }
div.DivClassName
{
background-color: #6B1107;
}
.BgClassName
{
background-color: #6B1107;
}
</style>
border-color css
<style>
span { border-color: #6B1107; }
span { border-color: rgb(107,17,7); }
td.TdClassName
{
border-color: #6B1107;
}
.TagClassName
{
border-color: #6B1107;
}
</style>