Shades of Maroon #6D0700
Tints of Maroon #6D0700
RGB
CMYK
RGB Variations
Color information
#6D0700 (or 0x6D0700) is known color: Maroon. HEX triplet: 6D, 07 and 00. RGB value is (109,7,0). Sum of RGB (Red+Green+Blue) = 109+7+0=116 (15% of max value = 765). Red value is 109 (42.97% from 255 or 93.97% from 116); Green value is 7 (3.12% from 255 or 6.03% from 116); Blue value is 0 (0.39% from 255 or 0% from 116); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0700 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6D0700 is #92F8FF. Grayscale: #242424. Windows color (decimal): -9632000 or 1901. OLE color: 1901.
HSL color Cylindrical-coordinate representation of color #6D0700: hue angle of 3.85º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6D0700 is Cyan = 0, Magento = 0.94, Yellow = 1 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 7 | 0 | - |
| CMYK | 0 | 0.94 | 1 | 0.57 |
| HSL | 3.85º | 1% | 0.21% | - |
| HSV(B) | 3.85º | 1% | 0.43% | - |
| XYZ | 6.38 | 3.4 | 0.32 | - |
| YUV | 36.7 | 107.29 | 179.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 7 | 0 | 0 | 0.94 | 1 | 0.57 | 3.85 | 1 | 0.21 |
| Hex | 6D | 7 | 0 | 0 | 5E | 64 | 39 | 4 | 64 | 15 |
| Octal | 155 | 7 | 0 | 0 | 136 | 144 | 71 | 4 | 144 | 25 |
| Binary | 1101101 | 111 | 0 | 0 | 1011110 | 1100100 | 111001 | 100 | 1100100 | 10101 |
Color Harmonies of #6D0700
Complementary color
Monochromatic Colors of #6D0700
Black with #6D0700
Text Example
Text Example
White with #6D0700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D0700; }
p { color: rgb(109,7,0); }
H1.HeaderClassName
{
color: #6D0700;
}
.AnyTagClassName
{
color: #6D0700;
}
</style>
background-color css
<style>
a { background-color: #6D0700; }
a { background-color: rgb(109,7,0); }
div.DivClassName
{
background-color: #6D0700;
}
.BgClassName
{
background-color: #6D0700;
}
</style>
border-color css
<style>
span { border-color: #6D0700; }
span { border-color: rgb(109,7,0); }
td.TdClassName
{
border-color: #6D0700;
}
.TagClassName
{
border-color: #6D0700;
}
</style>