Shades of Maroon #680D08
Tints of Maroon #680D08
RGB
CMYK
RGB Variations
Color information
#680D08 (or 0x680D08) is known color: Maroon. HEX triplet: 68, 0D and 08. RGB value is (104,13,8). Sum of RGB (Red+Green+Blue) = 104+13+8=125 (16% of max value = 765). Red value is 104 (41.02% from 255 or 83.2% from 125); Green value is 13 (5.47% from 255 or 10.4% from 125); Blue value is 8 (3.52% from 255 or 6.4% from 125); Max value from RGB is 104 - color contains mainly: red. Hex color #680D08 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680D08 is #97F2F7. Grayscale: #272727. Windows color (decimal): -9958136 or 527720. OLE color: 527720.
HSL color Cylindrical-coordinate representation of color #680D08: hue angle of 3.12º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #680D08 is Cyan = 0, Magento = 0.88, Yellow = 0.92 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 13 | 8 | - |
| CMYK | 0 | 0.88 | 0.92 | 0.59 |
| HSL | 3.13º | 0.86% | 0.22% | - |
| HSV(B) | 3.13º | 0.92% | 0.41% | - |
| XYZ | 5.9 | 3.25 | 0.55 | - |
| YUV | 39.64 | 110.15 | 173.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 13 | 8 | 0 | 0.88 | 0.92 | 0.59 | 3.13 | 0.86 | 0.22 |
| Hex | 68 | D | 8 | 0 | 58 | 5C | 3B | 3 | 56 | 16 |
| Octal | 150 | 15 | 10 | 0 | 130 | 134 | 73 | 3 | 126 | 26 |
| Binary | 1101000 | 1101 | 1000 | 0 | 1011000 | 1011100 | 111011 | 11 | 1010110 | 10110 |
Color Harmonies of #680D08
Complementary color
Monochromatic Colors of #680D08
Black with #680D08
Text Example
Text Example
White with #680D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680D08; }
p { color: rgb(104,13,8); }
H1.HeaderClassName
{
color: #680D08;
}
.AnyTagClassName
{
color: #680D08;
}
</style>
background-color css
<style>
a { background-color: #680D08; }
a { background-color: rgb(104,13,8); }
div.DivClassName
{
background-color: #680D08;
}
.BgClassName
{
background-color: #680D08;
}
</style>
border-color css
<style>
span { border-color: #680D08; }
span { border-color: rgb(104,13,8); }
td.TdClassName
{
border-color: #680D08;
}
.TagClassName
{
border-color: #680D08;
}
</style>