Shades of Maroon #680F00
Tints of Maroon #680F00
RGB
CMYK
RGB Variations
Color information
#680F00 (or 0x680F00) is known color: Maroon. HEX triplet: 68, 0F and 00. RGB value is (104,15,0). Sum of RGB (Red+Green+Blue) = 104+15+0=119 (15% of max value = 765). Red value is 104 (41.02% from 255 or 87.39% from 119); Green value is 15 (6.25% from 255 or 12.61% from 119); Blue value is 0 (0.39% from 255 or 0% from 119); Max value from RGB is 104 - color contains mainly: red. Hex color #680F00 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680F00 is #97F0FF. Grayscale: #282828. Windows color (decimal): -9957632 or 3944. OLE color: 3944.
HSL color Cylindrical-coordinate representation of color #680F00: hue angle of 8.65º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #680F00 is Cyan = 0, Magento = 0.86, Yellow = 1 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 15 | 0 | - |
| CMYK | 0 | 0.86 | 1 | 0.59 |
| HSL | 8.65º | 1% | 0.2% | - |
| HSV(B) | 8.65º | 1% | 0.41% | - |
| XYZ | 5.88 | 3.28 | 0.32 | - |
| YUV | 39.9 | 105.49 | 173.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 15 | 0 | 0 | 0.86 | 1 | 0.59 | 8.65 | 1 | 0.2 |
| Hex | 68 | F | 0 | 0 | 56 | 64 | 3B | 9 | 64 | 14 |
| Octal | 150 | 17 | 0 | 0 | 126 | 144 | 73 | 11 | 144 | 24 |
| Binary | 1101000 | 1111 | 0 | 0 | 1010110 | 1100100 | 111011 | 1001 | 1100100 | 10100 |
Color Harmonies of #680F00
Complementary color
Monochromatic Colors of #680F00
Black with #680F00
Text Example
Text Example
White with #680F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680F00; }
p { color: rgb(104,15,0); }
H1.HeaderClassName
{
color: #680F00;
}
.AnyTagClassName
{
color: #680F00;
}
</style>
background-color css
<style>
a { background-color: #680F00; }
a { background-color: rgb(104,15,0); }
div.DivClassName
{
background-color: #680F00;
}
.BgClassName
{
background-color: #680F00;
}
</style>
border-color css
<style>
span { border-color: #680F00; }
span { border-color: rgb(104,15,0); }
td.TdClassName
{
border-color: #680F00;
}
.TagClassName
{
border-color: #680F00;
}
</style>