Shades of Maroon #680A08
Tints of Maroon #680A08
RGB
CMYK
RGB Variations
Color information
#680A08 (or 0x680A08) is known color: Maroon. HEX triplet: 68, 0A and 08. RGB value is (104,10,8). Sum of RGB (Red+Green+Blue) = 104+10+8=122 (16% of max value = 765). Red value is 104 (41.02% from 255 or 85.25% from 122); Green value is 10 (4.30% from 255 or 8.20% from 122); Blue value is 8 (3.52% from 255 or 6.56% from 122); Max value from RGB is 104 - color contains mainly: red. Hex color #680A08 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680A08 is #97F5F7. Grayscale: #252525. Windows color (decimal): -9958904 or 526952. OLE color: 526952.
HSL color Cylindrical-coordinate representation of color #680A08: hue angle of 1.25º 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 #680A08 is Cyan = 0, Magento = 0.90, Yellow = 0.92 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 10 | 8 | - |
| CMYK | 0 | 0.90 | 0.92 | 0.59 |
| HSL | 1.25º | 0.86% | 0.22% | - |
| HSV(B) | 1.25º | 0.92% | 0.41% | - |
| XYZ | 5.86 | 3.18 | 0.53 | - |
| YUV | 37.88 | 111.14 | 175.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 10 | 8 | 0 | 0.90 | 0.92 | 0.59 | 1.25 | 0.86 | 0.22 |
| Hex | 68 | A | 8 | 0 | 5A | 5C | 3B | 1 | 56 | 16 |
| Octal | 150 | 12 | 10 | 0 | 132 | 134 | 73 | 1 | 126 | 26 |
| Binary | 1101000 | 1010 | 1000 | 0 | 1011010 | 1011100 | 111011 | 1 | 1010110 | 10110 |
Color Harmonies of #680A08
Complementary color
Monochromatic Colors of #680A08
Black with #680A08
Text Example
Text Example
White with #680A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680A08; }
p { color: rgb(104,10,8); }
H1.HeaderClassName
{
color: #680A08;
}
.AnyTagClassName
{
color: #680A08;
}
</style>
background-color css
<style>
a { background-color: #680A08; }
a { background-color: rgb(104,10,8); }
div.DivClassName
{
background-color: #680A08;
}
.BgClassName
{
background-color: #680A08;
}
</style>
border-color css
<style>
span { border-color: #680A08; }
span { border-color: rgb(104,10,8); }
td.TdClassName
{
border-color: #680A08;
}
.TagClassName
{
border-color: #680A08;
}
</style>