Shades of Burgundy #680206
Tints of Burgundy #680206
RGB
CMYK
RGB Variations
Color information
#680206 (or 0x680206) is known color: Burgundy. HEX triplet: 68, 02 and 06. RGB value is (104,2,6). Sum of RGB (Red+Green+Blue) = 104+2+6=112 (14% of max value = 765). Red value is 104 (41.02% from 255 or 92.86% from 112); Green value is 2 (1.17% from 255 or 1.79% from 112); Blue value is 6 (2.73% from 255 or 5.36% from 112); Max value from RGB is 104 - color contains mainly: red. Hex color #680206 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680206 is #97FDF9. Grayscale: #212121. Windows color (decimal): -9960954 or 393832. OLE color: 393832.
HSL color Cylindrical-coordinate representation of color #680206: hue angle of 357.65º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #680206 is Cyan = 0, Magento = 0.98, Yellow = 0.94 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 2 | 6 | - |
| CMYK | 0 | 0.98 | 0.94 | 0.59 |
| HSL | 357.65º | 0.96% | 0.21% | - |
| HSV(B) | 357.65º | 0.98% | 0.41% | - |
| XYZ | 5.76 | 3 | 0.45 | - |
| YUV | 32.95 | 112.79 | 178.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 2 | 6 | 0 | 0.98 | 0.94 | 0.59 | 357.65 | 0.96 | 0.21 |
| Hex | 68 | 2 | 6 | 0 | 62 | 5E | 3B | 166 | 60 | 15 |
| Octal | 150 | 2 | 6 | 0 | 142 | 136 | 73 | 546 | 140 | 25 |
| Binary | 1101000 | 10 | 110 | 0 | 1100010 | 1011110 | 111011 | 101100110 | 1100000 | 10101 |
Color Harmonies of #680206
Complementary color
Monochromatic Colors of #680206
Black with #680206
Text Example
Text Example
White with #680206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680206; }
p { color: rgb(104,2,6); }
H1.HeaderClassName
{
color: #680206;
}
.AnyTagClassName
{
color: #680206;
}
</style>
background-color css
<style>
a { background-color: #680206; }
a { background-color: rgb(104,2,6); }
div.DivClassName
{
background-color: #680206;
}
.BgClassName
{
background-color: #680206;
}
</style>
border-color css
<style>
span { border-color: #680206; }
span { border-color: rgb(104,2,6); }
td.TdClassName
{
border-color: #680206;
}
.TagClassName
{
border-color: #680206;
}
</style>