Shades of Maroon #680F06
Tints of Maroon #680F06
RGB
CMYK
RGB Variations
Color information
#680F06 (or 0x680F06) is known color: Maroon. HEX triplet: 68, 0F and 06. RGB value is (104,15,6). Sum of RGB (Red+Green+Blue) = 104+15+6=125 (16% of max value = 765). Red value is 104 (41.02% from 255 or 83.2% from 125); Green value is 15 (6.25% from 255 or 12% from 125); Blue value is 6 (2.73% from 255 or 4.8% from 125); Max value from RGB is 104 - color contains mainly: red. Hex color #680F06 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680F06 is #97F0F9. Grayscale: #282828. Windows color (decimal): -9957626 or 397160. OLE color: 397160.
HSL color Cylindrical-coordinate representation of color #680F06: hue angle of 5.51º 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 #680F06 is Cyan = 0, Magento = 0.86, Yellow = 0.94 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 15 | 6 | - |
| CMYK | 0 | 0.86 | 0.94 | 0.59 |
| HSL | 5.51º | 0.89% | 0.22% | - |
| HSV(B) | 5.51º | 0.94% | 0.41% | - |
| XYZ | 5.91 | 3.3 | 0.5 | - |
| YUV | 40.59 | 108.49 | 173.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 15 | 6 | 0 | 0.86 | 0.94 | 0.59 | 5.51 | 0.89 | 0.22 |
| Hex | 68 | F | 6 | 0 | 56 | 5E | 3B | 6 | 59 | 16 |
| Octal | 150 | 17 | 6 | 0 | 126 | 136 | 73 | 6 | 131 | 26 |
| Binary | 1101000 | 1111 | 110 | 0 | 1010110 | 1011110 | 111011 | 110 | 1011001 | 10110 |
Color Harmonies of #680F06
Complementary color
Monochromatic Colors of #680F06
Black with #680F06
Text Example
Text Example
White with #680F06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680F06; }
p { color: rgb(104,15,6); }
H1.HeaderClassName
{
color: #680F06;
}
.AnyTagClassName
{
color: #680F06;
}
</style>
background-color css
<style>
a { background-color: #680F06; }
a { background-color: rgb(104,15,6); }
div.DivClassName
{
background-color: #680F06;
}
.BgClassName
{
background-color: #680F06;
}
</style>
border-color css
<style>
span { border-color: #680F06; }
span { border-color: rgb(104,15,6); }
td.TdClassName
{
border-color: #680F06;
}
.TagClassName
{
border-color: #680F06;
}
</style>