Shades of Maroon #680E07
Tints of Maroon #680E07
RGB
CMYK
RGB Variations
Color information
#680E07 (or 0x680E07) is known color: Maroon. HEX triplet: 68, 0E and 07. RGB value is (104,14,7). Sum of RGB (Red+Green+Blue) = 104+14+7=125 (16% of max value = 765). Red value is 104 (41.02% from 255 or 83.2% from 125); Green value is 14 (5.86% from 255 or 11.2% from 125); Blue value is 7 (3.12% from 255 or 5.6% from 125); Max value from RGB is 104 - color contains mainly: red. Hex color #680E07 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680E07 is #97F1F8. Grayscale: #282828. Windows color (decimal): -9957881 or 462440. OLE color: 462440.
HSL color Cylindrical-coordinate representation of color #680E07: hue angle of 4.33º degrees, saturation: 0.87, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #680E07 is Cyan = 0, Magento = 0.87, Yellow = 0.93 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 14 | 7 | - |
| CMYK | 0 | 0.87 | 0.93 | 0.59 |
| HSL | 4.33º | 0.87% | 0.22% | - |
| HSV(B) | 4.33º | 0.93% | 0.41% | - |
| XYZ | 5.9 | 3.27 | 0.52 | - |
| YUV | 40.11 | 109.32 | 173.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 14 | 7 | 0 | 0.87 | 0.93 | 0.59 | 4.33 | 0.87 | 0.22 |
| Hex | 68 | E | 7 | 0 | 57 | 5D | 3B | 4 | 57 | 16 |
| Octal | 150 | 16 | 7 | 0 | 127 | 135 | 73 | 4 | 127 | 26 |
| Binary | 1101000 | 1110 | 111 | 0 | 1010111 | 1011101 | 111011 | 100 | 1010111 | 10110 |
Color Harmonies of #680E07
Complementary color
Monochromatic Colors of #680E07
Black with #680E07
Text Example
Text Example
White with #680E07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680E07; }
p { color: rgb(104,14,7); }
H1.HeaderClassName
{
color: #680E07;
}
.AnyTagClassName
{
color: #680E07;
}
</style>
background-color css
<style>
a { background-color: #680E07; }
a { background-color: rgb(104,14,7); }
div.DivClassName
{
background-color: #680E07;
}
.BgClassName
{
background-color: #680E07;
}
</style>
border-color css
<style>
span { border-color: #680E07; }
span { border-color: rgb(104,14,7); }
td.TdClassName
{
border-color: #680E07;
}
.TagClassName
{
border-color: #680E07;
}
</style>