Shades of Maroon #6D0602
Tints of Maroon #6D0602
RGB
CMYK
RGB Variations
Color information
#6D0602 (or 0x6D0602) is known color: Maroon. HEX triplet: 6D, 06 and 02. RGB value is (109,6,2). Sum of RGB (Red+Green+Blue) = 109+6+2=117 (15% of max value = 765). Red value is 109 (42.97% from 255 or 93.16% from 117); Green value is 6 (2.73% from 255 or 5.13% from 117); Blue value is 2 (1.17% from 255 or 1.71% from 117); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0602 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6D0602 is #92F9FD. Grayscale: #242424. Windows color (decimal): -9632254 or 132717. OLE color: 132717.
HSL color Cylindrical-coordinate representation of color #6D0602: hue angle of 2.24º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6D0602 is Cyan = 0, Magento = 0.94, Yellow = 0.98 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 6 | 2 | - |
| CMYK | 0 | 0.94 | 0.98 | 0.57 |
| HSL | 2.24º | 0.96% | 0.22% | - |
| HSV(B) | 2.24º | 0.98% | 0.43% | - |
| XYZ | 6.38 | 3.39 | 0.37 | - |
| YUV | 36.34 | 108.62 | 179.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 6 | 2 | 0 | 0.94 | 0.98 | 0.57 | 2.24 | 0.96 | 0.22 |
| Hex | 6D | 6 | 2 | 0 | 5E | 62 | 39 | 2 | 60 | 16 |
| Octal | 155 | 6 | 2 | 0 | 136 | 142 | 71 | 2 | 140 | 26 |
| Binary | 1101101 | 110 | 10 | 0 | 1011110 | 1100010 | 111001 | 10 | 1100000 | 10110 |
Color Harmonies of #6D0602
Complementary color
Monochromatic Colors of #6D0602
Black with #6D0602
Text Example
Text Example
White with #6D0602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D0602; }
p { color: rgb(109,6,2); }
H1.HeaderClassName
{
color: #6D0602;
}
.AnyTagClassName
{
color: #6D0602;
}
</style>
background-color css
<style>
a { background-color: #6D0602; }
a { background-color: rgb(109,6,2); }
div.DivClassName
{
background-color: #6D0602;
}
.BgClassName
{
background-color: #6D0602;
}
</style>
border-color css
<style>
span { border-color: #6D0602; }
span { border-color: rgb(109,6,2); }
td.TdClassName
{
border-color: #6D0602;
}
.TagClassName
{
border-color: #6D0602;
}
</style>