Shades of Maroon #680E06
Tints of Maroon #680E06
RGB
CMYK
RGB Variations
Color information
#680E06 (or 0x680E06) is known color: Maroon. HEX triplet: 68, 0E and 06. RGB value is (104,14,6). Sum of RGB (Red+Green+Blue) = 104+14+6=124 (16% of max value = 765). Red value is 104 (41.02% from 255 or 83.87% from 124); Green value is 14 (5.86% from 255 or 11.29% from 124); Blue value is 6 (2.73% from 255 or 4.84% from 124); Max value from RGB is 104 - color contains mainly: red. Hex color #680E06 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680E06 is #97F1F9. Grayscale: #282828. Windows color (decimal): -9957882 or 396904. OLE color: 396904.
HSL color Cylindrical-coordinate representation of color #680E06: hue angle of 4.9º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #680E06 is Cyan = 0, Magento = 0.87, Yellow = 0.94 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 14 | 6 | - |
| CMYK | 0 | 0.87 | 0.94 | 0.59 |
| HSL | 4.9º | 0.89% | 0.22% | - |
| HSV(B) | 4.9º | 0.94% | 0.41% | - |
| XYZ | 5.9 | 3.27 | 0.49 | - |
| YUV | 40 | 108.82 | 173.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 14 | 6 | 0 | 0.87 | 0.94 | 0.59 | 4.9 | 0.89 | 0.22 |
| Hex | 68 | E | 6 | 0 | 57 | 5E | 3B | 5 | 59 | 16 |
| Octal | 150 | 16 | 6 | 0 | 127 | 136 | 73 | 5 | 131 | 26 |
| Binary | 1101000 | 1110 | 110 | 0 | 1010111 | 1011110 | 111011 | 101 | 1011001 | 10110 |
Color Harmonies of #680E06
Complementary color
Monochromatic Colors of #680E06
Black with #680E06
Text Example
Text Example
White with #680E06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680E06; }
p { color: rgb(104,14,6); }
H1.HeaderClassName
{
color: #680E06;
}
.AnyTagClassName
{
color: #680E06;
}
</style>
background-color css
<style>
a { background-color: #680E06; }
a { background-color: rgb(104,14,6); }
div.DivClassName
{
background-color: #680E06;
}
.BgClassName
{
background-color: #680E06;
}
</style>
border-color css
<style>
span { border-color: #680E06; }
span { border-color: rgb(104,14,6); }
td.TdClassName
{
border-color: #680E06;
}
.TagClassName
{
border-color: #680E06;
}
</style>