Shades of Maroon #6C0905
Tints of Maroon #6C0905
RGB
CMYK
RGB Variations
Color information
#6C0905 (or 0x6C0905) is known color: Maroon. HEX triplet: 6C, 09 and 05. RGB value is (108,9,5). Sum of RGB (Red+Green+Blue) = 108+9+5=122 (16% of max value = 765). Red value is 108 (42.58% from 255 or 88.52% from 122); Green value is 9 (3.91% from 255 or 7.38% from 122); Blue value is 5 (2.34% from 255 or 4.10% from 122); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0905 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6C0905 is #93F6FA. Grayscale: #262626. Windows color (decimal): -9697019 or 330092. OLE color: 330092.
HSL color Cylindrical-coordinate representation of color #6C0905: hue angle of 2.33º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6C0905 is Cyan = 0, Magento = 0.92, Yellow = 0.95 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 9 | 5 | - |
| CMYK | 0 | 0.92 | 0.95 | 0.58 |
| HSL | 2.33º | 0.91% | 0.22% | - |
| HSV(B) | 2.33º | 0.95% | 0.42% | - |
| XYZ | 6.31 | 3.39 | 0.47 | - |
| YUV | 38.15 | 109.3 | 177.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 9 | 5 | 0 | 0.92 | 0.95 | 0.58 | 2.33 | 0.91 | 0.22 |
| Hex | 6C | 9 | 5 | 0 | 5C | 5F | 3A | 2 | 5B | 16 |
| Octal | 154 | 11 | 5 | 0 | 134 | 137 | 72 | 2 | 133 | 26 |
| Binary | 1101100 | 1001 | 101 | 0 | 1011100 | 1011111 | 111010 | 10 | 1011011 | 10110 |
Color Harmonies of #6C0905
Complementary color
Monochromatic Colors of #6C0905
Black with #6C0905
Text Example
Text Example
White with #6C0905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C0905; }
p { color: rgb(108,9,5); }
H1.HeaderClassName
{
color: #6C0905;
}
.AnyTagClassName
{
color: #6C0905;
}
</style>
background-color css
<style>
a { background-color: #6C0905; }
a { background-color: rgb(108,9,5); }
div.DivClassName
{
background-color: #6C0905;
}
.BgClassName
{
background-color: #6C0905;
}
</style>
border-color css
<style>
span { border-color: #6C0905; }
span { border-color: rgb(108,9,5); }
td.TdClassName
{
border-color: #6C0905;
}
.TagClassName
{
border-color: #6C0905;
}
</style>