Shades of Maroon #6D1600
Tints of Maroon #6D1600
RGB
CMYK
RGB Variations
Color information
#6D1600 (or 0x6D1600) is known color: Maroon. HEX triplet: 6D, 16 and 00. RGB value is (109,22,0). Sum of RGB (Red+Green+Blue) = 109+22+0=131 (17% of max value = 765). Red value is 109 (42.97% from 255 or 83.21% from 131); Green value is 22 (8.98% from 255 or 16.79% from 131); Blue value is 0 (0.39% from 255 or 0% from 131); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1600 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6D1600 is #92E9FF. Grayscale: #2D2D2D. Windows color (decimal): -9628160 or 5741. OLE color: 5741.
HSL color Cylindrical-coordinate representation of color #6D1600: hue angle of 12.11º 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 #6D1600 is Cyan = 0, Magento = 0.80, Yellow = 1 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 22 | 0 | - |
| CMYK | 0 | 0.80 | 1 | 0.57 |
| HSL | 12.11º | 1% | 0.21% | - |
| HSV(B) | 12.11º | 1% | 0.43% | - |
| XYZ | 6.59 | 3.83 | 0.39 | - |
| YUV | 45.51 | 102.32 | 173.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 22 | 0 | 0 | 0.80 | 1 | 0.57 | 12.11 | 1 | 0.21 |
| Hex | 6D | 16 | 0 | 0 | 50 | 64 | 39 | C | 64 | 15 |
| Octal | 155 | 26 | 0 | 0 | 120 | 144 | 71 | 14 | 144 | 25 |
| Binary | 1101101 | 10110 | 0 | 0 | 1010000 | 1100100 | 111001 | 1100 | 1100100 | 10101 |
Color Harmonies of #6D1600
Complementary color
Monochromatic Colors of #6D1600
Black with #6D1600
Text Example
Text Example
White with #6D1600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1600; }
p { color: rgb(109,22,0); }
H1.HeaderClassName
{
color: #6D1600;
}
.AnyTagClassName
{
color: #6D1600;
}
</style>
background-color css
<style>
a { background-color: #6D1600; }
a { background-color: rgb(109,22,0); }
div.DivClassName
{
background-color: #6D1600;
}
.BgClassName
{
background-color: #6D1600;
}
</style>
border-color css
<style>
span { border-color: #6D1600; }
span { border-color: rgb(109,22,0); }
td.TdClassName
{
border-color: #6D1600;
}
.TagClassName
{
border-color: #6D1600;
}
</style>