Shades of Maroon #680D00
Tints of Maroon #680D00
RGB
CMYK
RGB Variations
Color information
#680D00 (or 0x680D00) is known color: Maroon. HEX triplet: 68, 0D and 00. RGB value is (104,13,0). Sum of RGB (Red+Green+Blue) = 104+13+0=117 (15% of max value = 765). Red value is 104 (41.02% from 255 or 88.89% from 117); Green value is 13 (5.47% from 255 or 11.11% from 117); Blue value is 0 (0.39% from 255 or 0% from 117); Max value from RGB is 104 - color contains mainly: red. Hex color #680D00 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680D00 is #97F2FF. Grayscale: #262626. Windows color (decimal): -9958144 or 3432. OLE color: 3432.
HSL color Cylindrical-coordinate representation of color #680D00: hue angle of 7.5º 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 #680D00 is Cyan = 0, Magento = 0.88, Yellow = 1 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 13 | 0 | - |
| CMYK | 0 | 0.88 | 1 | 0.59 |
| HSL | 7.5º | 1% | 0.2% | - |
| HSV(B) | 7.5º | 1% | 0.41% | - |
| XYZ | 5.85 | 3.23 | 0.32 | - |
| YUV | 38.73 | 106.15 | 174.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 13 | 0 | 0 | 0.88 | 1 | 0.59 | 7.5 | 1 | 0.2 |
| Hex | 68 | D | 0 | 0 | 58 | 64 | 3B | 8 | 64 | 14 |
| Octal | 150 | 15 | 0 | 0 | 130 | 144 | 73 | 10 | 144 | 24 |
| Binary | 1101000 | 1101 | 0 | 0 | 1011000 | 1100100 | 111011 | 1000 | 1100100 | 10100 |
Color Harmonies of #680D00
Complementary color
Monochromatic Colors of #680D00
Black with #680D00
Text Example
Text Example
White with #680D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680D00; }
p { color: rgb(104,13,0); }
H1.HeaderClassName
{
color: #680D00;
}
.AnyTagClassName
{
color: #680D00;
}
</style>
background-color css
<style>
a { background-color: #680D00; }
a { background-color: rgb(104,13,0); }
div.DivClassName
{
background-color: #680D00;
}
.BgClassName
{
background-color: #680D00;
}
</style>
border-color css
<style>
span { border-color: #680D00; }
span { border-color: rgb(104,13,0); }
td.TdClassName
{
border-color: #680D00;
}
.TagClassName
{
border-color: #680D00;
}
</style>