Shades of Maroon #6A1107
Tints of Maroon #6A1107
RGB
CMYK
RGB Variations
Color information
#6A1107 (or 0x6A1107) is known color: Maroon. HEX triplet: 6A, 11 and 07. RGB value is (106,17,7). Sum of RGB (Red+Green+Blue) = 106+17+7=130 (17% of max value = 765). Red value is 106 (41.80% from 255 or 81.54% from 130); Green value is 17 (7.03% from 255 or 13.08% from 130); Blue value is 7 (3.12% from 255 or 5.38% from 130); Max value from RGB is 106 - color contains mainly: red. Hex color #6A1107 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6A1107 is #95EEF8. Grayscale: #2A2A2A. Windows color (decimal): -9826041 or 463210. OLE color: 463210.
HSL color Cylindrical-coordinate representation of color #6A1107: hue angle of 6.06º 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 #6A1107 is Cyan = 0, Magento = 0.84, Yellow = 0.93 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 17 | 7 | - |
| CMYK | 0 | 0.84 | 0.93 | 0.58 |
| HSL | 6.06º | 0.88% | 0.22% | - |
| HSV(B) | 6.06º | 0.93% | 0.42% | - |
| XYZ | 6.18 | 3.48 | 0.55 | - |
| YUV | 42.47 | 107.99 | 173.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 17 | 7 | 0 | 0.84 | 0.93 | 0.58 | 6.06 | 0.88 | 0.22 |
| Hex | 6A | 11 | 7 | 0 | 54 | 5D | 3A | 6 | 58 | 16 |
| Octal | 152 | 21 | 7 | 0 | 124 | 135 | 72 | 6 | 130 | 26 |
| Binary | 1101010 | 10001 | 111 | 0 | 1010100 | 1011101 | 111010 | 110 | 1011000 | 10110 |
Color Harmonies of #6A1107
Complementary color
Monochromatic Colors of #6A1107
Black with #6A1107
Text Example
Text Example
White with #6A1107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A1107; }
p { color: rgb(106,17,7); }
H1.HeaderClassName
{
color: #6A1107;
}
.AnyTagClassName
{
color: #6A1107;
}
</style>
background-color css
<style>
a { background-color: #6A1107; }
a { background-color: rgb(106,17,7); }
div.DivClassName
{
background-color: #6A1107;
}
.BgClassName
{
background-color: #6A1107;
}
</style>
border-color css
<style>
span { border-color: #6A1107; }
span { border-color: rgb(106,17,7); }
td.TdClassName
{
border-color: #6A1107;
}
.TagClassName
{
border-color: #6A1107;
}
</style>