Shades of Maroon #6D0904
Tints of Maroon #6D0904
RGB
CMYK
RGB Variations
Color information
#6D0904 (or 0x6D0904) is known color: Maroon. HEX triplet: 6D, 09 and 04. RGB value is (109,9,4). Sum of RGB (Red+Green+Blue) = 109+9+4=122 (16% of max value = 765). Red value is 109 (42.97% from 255 or 89.34% from 122); Green value is 9 (3.91% from 255 or 7.38% from 122); Blue value is 4 (1.95% from 255 or 3.28% from 122); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0904 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6D0904 is #92F6FB. Grayscale: #262626. Windows color (decimal): -9631484 or 264557. OLE color: 264557.
HSL color Cylindrical-coordinate representation of color #6D0904: hue angle of 2.86º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6D0904 is Cyan = 0, Magento = 0.92, Yellow = 0.96 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 9 | 4 | - |
| CMYK | 0 | 0.92 | 0.96 | 0.57 |
| HSL | 2.86º | 0.93% | 0.22% | - |
| HSV(B) | 2.86º | 0.96% | 0.43% | - |
| XYZ | 6.43 | 3.46 | 0.44 | - |
| YUV | 38.33 | 108.63 | 178.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 9 | 4 | 0 | 0.92 | 0.96 | 0.57 | 2.86 | 0.93 | 0.22 |
| Hex | 6D | 9 | 4 | 0 | 5C | 60 | 39 | 3 | 5D | 16 |
| Octal | 155 | 11 | 4 | 0 | 134 | 140 | 71 | 3 | 135 | 26 |
| Binary | 1101101 | 1001 | 100 | 0 | 1011100 | 1100000 | 111001 | 11 | 1011101 | 10110 |
Color Harmonies of #6D0904
Complementary color
Monochromatic Colors of #6D0904
Black with #6D0904
Text Example
Text Example
White with #6D0904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D0904; }
p { color: rgb(109,9,4); }
H1.HeaderClassName
{
color: #6D0904;
}
.AnyTagClassName
{
color: #6D0904;
}
</style>
background-color css
<style>
a { background-color: #6D0904; }
a { background-color: rgb(109,9,4); }
div.DivClassName
{
background-color: #6D0904;
}
.BgClassName
{
background-color: #6D0904;
}
</style>
border-color css
<style>
span { border-color: #6D0904; }
span { border-color: rgb(109,9,4); }
td.TdClassName
{
border-color: #6D0904;
}
.TagClassName
{
border-color: #6D0904;
}
</style>