Shades of Maroon #680D06
Tints of Maroon #680D06
RGB
CMYK
RGB Variations
Color information
#680D06 (or 0x680D06) is known color: Maroon. HEX triplet: 68, 0D and 06. RGB value is (104,13,6). Sum of RGB (Red+Green+Blue) = 104+13+6=123 (16% of max value = 765). Red value is 104 (41.02% from 255 or 84.55% from 123); Green value is 13 (5.47% from 255 or 10.57% from 123); Blue value is 6 (2.73% from 255 or 4.88% from 123); Max value from RGB is 104 - color contains mainly: red. Hex color #680D06 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680D06 is #97F2F9. Grayscale: #272727. Windows color (decimal): -9958138 or 396648. OLE color: 396648.
HSL color Cylindrical-coordinate representation of color #680D06: hue angle of 4.29º 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 #680D06 is Cyan = 0, Magento = 0.88, Yellow = 0.94 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 13 | 6 | - |
| CMYK | 0 | 0.88 | 0.94 | 0.59 |
| HSL | 4.29º | 0.89% | 0.22% | - |
| HSV(B) | 4.29º | 0.94% | 0.41% | - |
| XYZ | 5.89 | 3.24 | 0.49 | - |
| YUV | 39.41 | 109.15 | 174.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 13 | 6 | 0 | 0.88 | 0.94 | 0.59 | 4.29 | 0.89 | 0.22 |
| Hex | 68 | D | 6 | 0 | 58 | 5E | 3B | 4 | 59 | 16 |
| Octal | 150 | 15 | 6 | 0 | 130 | 136 | 73 | 4 | 131 | 26 |
| Binary | 1101000 | 1101 | 110 | 0 | 1011000 | 1011110 | 111011 | 100 | 1011001 | 10110 |
Color Harmonies of #680D06
Complementary color
Monochromatic Colors of #680D06
Black with #680D06
Text Example
Text Example
White with #680D06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680D06; }
p { color: rgb(104,13,6); }
H1.HeaderClassName
{
color: #680D06;
}
.AnyTagClassName
{
color: #680D06;
}
</style>
background-color css
<style>
a { background-color: #680D06; }
a { background-color: rgb(104,13,6); }
div.DivClassName
{
background-color: #680D06;
}
.BgClassName
{
background-color: #680D06;
}
</style>
border-color css
<style>
span { border-color: #680D06; }
span { border-color: rgb(104,13,6); }
td.TdClassName
{
border-color: #680D06;
}
.TagClassName
{
border-color: #680D06;
}
</style>