Shades of Maroon #6B1007
Tints of Maroon #6B1007
RGB
CMYK
RGB Variations
Color information
#6B1007 (or 0x6B1007) is known color: Maroon. HEX triplet: 6B, 10 and 07. RGB value is (107,16,7). Sum of RGB (Red+Green+Blue) = 107+16+7=130 (17% of max value = 765). Red value is 107 (42.19% from 255 or 82.31% from 130); Green value is 16 (6.64% from 255 or 12.31% from 130); Blue value is 7 (3.12% from 255 or 5.38% from 130); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1007 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6B1007 is #94EFF8. Grayscale: #2A2A2A. Windows color (decimal): -9760761 or 462955. OLE color: 462955.
HSL color Cylindrical-coordinate representation of color #6B1007: hue angle of 5.4º 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 #6B1007 is Cyan = 0, Magento = 0.85, Yellow = 0.93 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 16 | 7 | - |
| CMYK | 0 | 0.85 | 0.93 | 0.58 |
| HSL | 5.4º | 0.88% | 0.22% | - |
| HSV(B) | 5.4º | 0.93% | 0.42% | - |
| XYZ | 6.29 | 3.51 | 0.55 | - |
| YUV | 42.18 | 108.15 | 174.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 16 | 7 | 0 | 0.85 | 0.93 | 0.58 | 5.4 | 0.88 | 0.22 |
| Hex | 6B | 10 | 7 | 0 | 55 | 5D | 3A | 5 | 58 | 16 |
| Octal | 153 | 20 | 7 | 0 | 125 | 135 | 72 | 5 | 130 | 26 |
| Binary | 1101011 | 10000 | 111 | 0 | 1010101 | 1011101 | 111010 | 101 | 1011000 | 10110 |
Color Harmonies of #6B1007
Complementary color
Monochromatic Colors of #6B1007
Black with #6B1007
Text Example
Text Example
White with #6B1007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B1007; }
p { color: rgb(107,16,7); }
H1.HeaderClassName
{
color: #6B1007;
}
.AnyTagClassName
{
color: #6B1007;
}
</style>
background-color css
<style>
a { background-color: #6B1007; }
a { background-color: rgb(107,16,7); }
div.DivClassName
{
background-color: #6B1007;
}
.BgClassName
{
background-color: #6B1007;
}
</style>
border-color css
<style>
span { border-color: #6B1007; }
span { border-color: rgb(107,16,7); }
td.TdClassName
{
border-color: #6B1007;
}
.TagClassName
{
border-color: #6B1007;
}
</style>