Shades of Maroon #6C0B02
Tints of Maroon #6C0B02
RGB
CMYK
RGB Variations
Color information
#6C0B02 (or 0x6C0B02) is known color: Maroon. HEX triplet: 6C, 0B and 02. RGB value is (108,11,2). Sum of RGB (Red+Green+Blue) = 108+11+2=121 (16% of max value = 765). Red value is 108 (42.58% from 255 or 89.26% from 121); Green value is 11 (4.69% from 255 or 9.09% from 121); Blue value is 2 (1.17% from 255 or 1.65% from 121); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0B02 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6C0B02 is #93F4FD. Grayscale: #272727. Windows color (decimal): -9696510 or 133996. OLE color: 133996.
HSL color Cylindrical-coordinate representation of color #6C0B02: hue angle of 5.09º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6C0B02 is Cyan = 0, Magento = 0.90, Yellow = 0.98 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 11 | 2 | - |
| CMYK | 0 | 0.90 | 0.98 | 0.58 |
| HSL | 5.09º | 0.96% | 0.22% | - |
| HSV(B) | 5.09º | 0.98% | 0.42% | - |
| XYZ | 6.31 | 3.43 | 0.39 | - |
| YUV | 38.98 | 107.14 | 177.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 11 | 2 | 0 | 0.90 | 0.98 | 0.58 | 5.09 | 0.96 | 0.22 |
| Hex | 6C | B | 2 | 0 | 5A | 62 | 3A | 5 | 60 | 16 |
| Octal | 154 | 13 | 2 | 0 | 132 | 142 | 72 | 5 | 140 | 26 |
| Binary | 1101100 | 1011 | 10 | 0 | 1011010 | 1100010 | 111010 | 101 | 1100000 | 10110 |
Color Harmonies of #6C0B02
Complementary color
Monochromatic Colors of #6C0B02
Black with #6C0B02
Text Example
Text Example
White with #6C0B02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C0B02; }
p { color: rgb(108,11,2); }
H1.HeaderClassName
{
color: #6C0B02;
}
.AnyTagClassName
{
color: #6C0B02;
}
</style>
background-color css
<style>
a { background-color: #6C0B02; }
a { background-color: rgb(108,11,2); }
div.DivClassName
{
background-color: #6C0B02;
}
.BgClassName
{
background-color: #6C0B02;
}
</style>
border-color css
<style>
span { border-color: #6C0B02; }
span { border-color: rgb(108,11,2); }
td.TdClassName
{
border-color: #6C0B02;
}
.TagClassName
{
border-color: #6C0B02;
}
</style>