Shades of Maroon #6C0C00
Tints of Maroon #6C0C00
RGB
CMYK
RGB Variations
Color information
#6C0C00 (or 0x6C0C00) is known color: Maroon. HEX triplet: 6C, 0C and 00. RGB value is (108,12,0). Sum of RGB (Red+Green+Blue) = 108+12+0=120 (15% of max value = 765). Red value is 108 (42.58% from 255 or 90% from 120); Green value is 12 (5.08% from 255 or 10% from 120); Blue value is 0 (0.39% from 255 or 0% from 120); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0C00 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6C0C00 is #93F3FF. Grayscale: #272727. Windows color (decimal): -9696256 or 3180. OLE color: 3180.
HSL color Cylindrical-coordinate representation of color #6C0C00: hue angle of 6.67º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6C0C00 is Cyan = 0, Magento = 0.89, Yellow = 1 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 12 | 0 | - |
| CMYK | 0 | 0.89 | 1 | 0.58 |
| HSL | 6.67º | 1% | 0.21% | - |
| HSV(B) | 6.67º | 1% | 0.42% | - |
| XYZ | 6.32 | 3.45 | 0.33 | - |
| YUV | 39.34 | 105.8 | 176.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 12 | 0 | 0 | 0.89 | 1 | 0.58 | 6.67 | 1 | 0.21 |
| Hex | 6C | C | 0 | 0 | 59 | 64 | 3A | 7 | 64 | 15 |
| Octal | 154 | 14 | 0 | 0 | 131 | 144 | 72 | 7 | 144 | 25 |
| Binary | 1101100 | 1100 | 0 | 0 | 1011001 | 1100100 | 111010 | 111 | 1100100 | 10101 |
Color Harmonies of #6C0C00
Complementary color
Monochromatic Colors of #6C0C00
Black with #6C0C00
Text Example
Text Example
White with #6C0C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C0C00; }
p { color: rgb(108,12,0); }
H1.HeaderClassName
{
color: #6C0C00;
}
.AnyTagClassName
{
color: #6C0C00;
}
</style>
background-color css
<style>
a { background-color: #6C0C00; }
a { background-color: rgb(108,12,0); }
div.DivClassName
{
background-color: #6C0C00;
}
.BgClassName
{
background-color: #6C0C00;
}
</style>
border-color css
<style>
span { border-color: #6C0C00; }
span { border-color: rgb(108,12,0); }
td.TdClassName
{
border-color: #6C0C00;
}
.TagClassName
{
border-color: #6C0C00;
}
</style>