Shades of Maroon #6C0100
Tints of Maroon #6C0100
RGB
CMYK
RGB Variations
Color information
#6C0100 (or 0x6C0100) is known color: Maroon. HEX triplet: 6C, 01 and 00. RGB value is (108,1,0). Sum of RGB (Red+Green+Blue) = 108+1+0=109 (14% of max value = 765). Red value is 108 (42.58% from 255 or 99.08% from 109); Green value is 1 (0.78% from 255 or 0.92% from 109); Blue value is 0 (0.39% from 255 or 0% from 109); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0100 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6C0100 is #93FEFF. Grayscale: #202020. Windows color (decimal): -9699072 or 364. OLE color: 364.
HSL color Cylindrical-coordinate representation of color #6C0100: hue angle of 0.56º 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 #6C0100 is Cyan = 0, Magento = 0.99, Yellow = 1 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 1 | 0 | - |
| CMYK | 0 | 0.99 | 1 | 0.58 |
| HSL | 0.56º | 1% | 0.21% | - |
| HSV(B) | 0.56º | 1% | 0.42% | - |
| XYZ | 6.2 | 3.21 | 0.29 | - |
| YUV | 32.88 | 109.45 | 181.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 1 | 0 | 0 | 0.99 | 1 | 0.58 | 0.56 | 1 | 0.21 |
| Hex | 6C | 1 | 0 | 0 | 63 | 64 | 3A | 1 | 64 | 15 |
| Octal | 154 | 1 | 0 | 0 | 143 | 144 | 72 | 1 | 144 | 25 |
| Binary | 1101100 | 1 | 0 | 0 | 1100011 | 1100100 | 111010 | 1 | 1100100 | 10101 |
Color Harmonies of #6C0100
Complementary color
Monochromatic Colors of #6C0100
Black with #6C0100
Text Example
Text Example
White with #6C0100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C0100; }
p { color: rgb(108,1,0); }
H1.HeaderClassName
{
color: #6C0100;
}
.AnyTagClassName
{
color: #6C0100;
}
</style>
background-color css
<style>
a { background-color: #6C0100; }
a { background-color: rgb(108,1,0); }
div.DivClassName
{
background-color: #6C0100;
}
.BgClassName
{
background-color: #6C0100;
}
</style>
border-color css
<style>
span { border-color: #6C0100; }
span { border-color: rgb(108,1,0); }
td.TdClassName
{
border-color: #6C0100;
}
.TagClassName
{
border-color: #6C0100;
}
</style>