Shades of Burgundy #6D060E
Tints of Burgundy #6D060E
RGB
CMYK
RGB Variations
Color information
#6D060E (or 0x6D060E) is known color: Burgundy. HEX triplet: 6D, 06 and 0E. RGB value is (109,6,14). Sum of RGB (Red+Green+Blue) = 109+6+14=129 (17% of max value = 765). Red value is 109 (42.97% from 255 or 84.50% from 129); Green value is 6 (2.73% from 255 or 4.65% from 129); Blue value is 14 (5.86% from 255 or 10.85% from 129); Max value from RGB is 109 - color contains mainly: red. Hex color #6D060E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6D060E is #92F9F1. Grayscale: #252525. Windows color (decimal): -9632242 or 919149. OLE color: 919149.
HSL color Cylindrical-coordinate representation of color #6D060E: hue angle of 355.34º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6D060E is Cyan = 0, Magento = 0.94, Yellow = 0.87 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 6 | 14 | - |
| CMYK | 0 | 0.94 | 0.87 | 0.57 |
| HSL | 355.34º | 0.9% | 0.23% | - |
| HSV(B) | 355.34º | 0.94% | 0.43% | - |
| XYZ | 6.45 | 3.41 | 0.73 | - |
| YUV | 37.71 | 114.62 | 178.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 6 | 14 | 0 | 0.94 | 0.87 | 0.57 | 355.34 | 0.9 | 0.23 |
| Hex | 6D | 6 | E | 0 | 5E | 57 | 39 | 163 | 5A | 17 |
| Octal | 155 | 6 | 16 | 0 | 136 | 127 | 71 | 543 | 132 | 27 |
| Binary | 1101101 | 110 | 1110 | 0 | 1011110 | 1010111 | 111001 | 101100011 | 1011010 | 10111 |
Color Harmonies of #6D060E
Complementary color
Monochromatic Colors of #6D060E
Black with #6D060E
Text Example
Text Example
White with #6D060E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D060E; }
p { color: rgb(109,6,14); }
H1.HeaderClassName
{
color: #6D060E;
}
.AnyTagClassName
{
color: #6D060E;
}
</style>
background-color css
<style>
a { background-color: #6D060E; }
a { background-color: rgb(109,6,14); }
div.DivClassName
{
background-color: #6D060E;
}
.BgClassName
{
background-color: #6D060E;
}
</style>
border-color css
<style>
span { border-color: #6D060E; }
span { border-color: rgb(109,6,14); }
td.TdClassName
{
border-color: #6D060E;
}
.TagClassName
{
border-color: #6D060E;
}
</style>