Shades of Maroon #6B0E08
Tints of Maroon #6B0E08
RGB
CMYK
RGB Variations
Color information
#6B0E08 (or 0x6B0E08) is known color: Maroon. HEX triplet: 6B, 0E and 08. RGB value is (107,14,8). Sum of RGB (Red+Green+Blue) = 107+14+8=129 (17% of max value = 765). Red value is 107 (42.19% from 255 or 82.95% from 129); Green value is 14 (5.86% from 255 or 10.85% from 129); Blue value is 8 (3.52% from 255 or 6.20% from 129); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0E08 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6B0E08 is #94F1F7. Grayscale: #292929. Windows color (decimal): -9761272 or 527979. OLE color: 527979.
HSL color Cylindrical-coordinate representation of color #6B0E08: hue angle of 3.64º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6B0E08 is Cyan = 0, Magento = 0.87, Yellow = 0.93 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 14 | 8 | - |
| CMYK | 0 | 0.87 | 0.93 | 0.58 |
| HSL | 3.64º | 0.86% | 0.23% | - |
| HSV(B) | 3.64º | 0.93% | 0.42% | - |
| XYZ | 6.26 | 3.46 | 0.57 | - |
| YUV | 41.12 | 109.31 | 174.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 14 | 8 | 0 | 0.87 | 0.93 | 0.58 | 3.64 | 0.86 | 0.23 |
| Hex | 6B | E | 8 | 0 | 57 | 5D | 3A | 4 | 56 | 17 |
| Octal | 153 | 16 | 10 | 0 | 127 | 135 | 72 | 4 | 126 | 27 |
| Binary | 1101011 | 1110 | 1000 | 0 | 1010111 | 1011101 | 111010 | 100 | 1010110 | 10111 |
Color Harmonies of #6B0E08
Complementary color
Monochromatic Colors of #6B0E08
Black with #6B0E08
Text Example
Text Example
White with #6B0E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B0E08; }
p { color: rgb(107,14,8); }
H1.HeaderClassName
{
color: #6B0E08;
}
.AnyTagClassName
{
color: #6B0E08;
}
</style>
background-color css
<style>
a { background-color: #6B0E08; }
a { background-color: rgb(107,14,8); }
div.DivClassName
{
background-color: #6B0E08;
}
.BgClassName
{
background-color: #6B0E08;
}
</style>
border-color css
<style>
span { border-color: #6B0E08; }
span { border-color: rgb(107,14,8); }
td.TdClassName
{
border-color: #6B0E08;
}
.TagClassName
{
border-color: #6B0E08;
}
</style>