Shades of Maroon #6C0804
Tints of Maroon #6C0804
RGB
CMYK
RGB Variations
Color information
#6C0804 (or 0x6C0804) is known color: Maroon. HEX triplet: 6C, 08 and 04. RGB value is (108,8,4). Sum of RGB (Red+Green+Blue) = 108+8+4=120 (15% of max value = 765). Red value is 108 (42.58% from 255 or 90% from 120); Green value is 8 (3.52% from 255 or 6.67% from 120); Blue value is 4 (1.95% from 255 or 3.33% from 120); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0804 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6C0804 is #93F7FB. Grayscale: #252525. Windows color (decimal): -9697276 or 264300. OLE color: 264300.
HSL color Cylindrical-coordinate representation of color #6C0804: hue angle of 2.31º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6C0804 is Cyan = 0, Magento = 0.93, Yellow = 0.96 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 8 | 4 | - |
| CMYK | 0 | 0.93 | 0.96 | 0.58 |
| HSL | 2.31º | 0.93% | 0.22% | - |
| HSV(B) | 2.31º | 0.96% | 0.42% | - |
| XYZ | 6.29 | 3.37 | 0.43 | - |
| YUV | 37.44 | 109.13 | 178.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 8 | 4 | 0 | 0.93 | 0.96 | 0.58 | 2.31 | 0.93 | 0.22 |
| Hex | 6C | 8 | 4 | 0 | 5D | 60 | 3A | 2 | 5D | 16 |
| Octal | 154 | 10 | 4 | 0 | 135 | 140 | 72 | 2 | 135 | 26 |
| Binary | 1101100 | 1000 | 100 | 0 | 1011101 | 1100000 | 111010 | 10 | 1011101 | 10110 |
Color Harmonies of #6C0804
Complementary color
Monochromatic Colors of #6C0804
Black with #6C0804
Text Example
Text Example
White with #6C0804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C0804; }
p { color: rgb(108,8,4); }
H1.HeaderClassName
{
color: #6C0804;
}
.AnyTagClassName
{
color: #6C0804;
}
</style>
background-color css
<style>
a { background-color: #6C0804; }
a { background-color: rgb(108,8,4); }
div.DivClassName
{
background-color: #6C0804;
}
.BgClassName
{
background-color: #6C0804;
}
</style>
border-color css
<style>
span { border-color: #6C0804; }
span { border-color: rgb(108,8,4); }
td.TdClassName
{
border-color: #6C0804;
}
.TagClassName
{
border-color: #6C0804;
}
</style>