Shades of Maroon #6C1403
Tints of Maroon #6C1403
RGB
CMYK
RGB Variations
Color information
#6C1403 (or 0x6C1403) is known color: Maroon. HEX triplet: 6C, 14 and 03. RGB value is (108,20,3). Sum of RGB (Red+Green+Blue) = 108+20+3=131 (17% of max value = 765). Red value is 108 (42.58% from 255 or 82.44% from 131); Green value is 20 (8.20% from 255 or 15.27% from 131); Blue value is 3 (1.56% from 255 or 2.29% from 131); Max value from RGB is 108 - color contains mainly: red. Hex color #6C1403 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6C1403 is #93EBFC. Grayscale: #2C2C2C. Windows color (decimal): -9694205 or 201836. OLE color: 201836.
HSL color Cylindrical-coordinate representation of color #6C1403: hue angle of 9.71º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6C1403 is Cyan = 0, Magento = 0.81, Yellow = 0.97 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 20 | 3 | - |
| CMYK | 0 | 0.81 | 0.97 | 0.58 |
| HSL | 9.71º | 0.95% | 0.22% | - |
| HSV(B) | 9.71º | 0.97% | 0.42% | - |
| XYZ | 6.45 | 3.7 | 0.46 | - |
| YUV | 44.37 | 104.65 | 173.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 20 | 3 | 0 | 0.81 | 0.97 | 0.58 | 9.71 | 0.95 | 0.22 |
| Hex | 6C | 14 | 3 | 0 | 51 | 61 | 3A | A | 5F | 16 |
| Octal | 154 | 24 | 3 | 0 | 121 | 141 | 72 | 12 | 137 | 26 |
| Binary | 1101100 | 10100 | 11 | 0 | 1010001 | 1100001 | 111010 | 1010 | 1011111 | 10110 |
Color Harmonies of #6C1403
Complementary color
Monochromatic Colors of #6C1403
Black with #6C1403
Text Example
Text Example
White with #6C1403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C1403; }
p { color: rgb(108,20,3); }
H1.HeaderClassName
{
color: #6C1403;
}
.AnyTagClassName
{
color: #6C1403;
}
</style>
background-color css
<style>
a { background-color: #6C1403; }
a { background-color: rgb(108,20,3); }
div.DivClassName
{
background-color: #6C1403;
}
.BgClassName
{
background-color: #6C1403;
}
</style>
border-color css
<style>
span { border-color: #6C1403; }
span { border-color: rgb(108,20,3); }
td.TdClassName
{
border-color: #6C1403;
}
.TagClassName
{
border-color: #6C1403;
}
</style>