Shades of Maroon #680C0A
Tints of Maroon #680C0A
RGB
CMYK
RGB Variations
Color information
#680C0A (or 0x680C0A) is known color: Maroon. HEX triplet: 68, 0C and 0A. RGB value is (104,12,10). Sum of RGB (Red+Green+Blue) = 104+12+10=126 (16% of max value = 765). Red value is 104 (41.02% from 255 or 82.54% from 126); Green value is 12 (5.08% from 255 or 9.52% from 126); Blue value is 10 (4.30% from 255 or 7.94% from 126); Max value from RGB is 104 - color contains mainly: red. Hex color #680C0A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680C0A is #97F3F5. Grayscale: #272727. Windows color (decimal): -9958390 or 658536. OLE color: 658536.
HSL color Cylindrical-coordinate representation of color #680C0A: hue angle of 1.28º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #680C0A is Cyan = 0, Magento = 0.88, Yellow = 0.90 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 12 | 10 | - |
| CMYK | 0 | 0.88 | 0.90 | 0.59 |
| HSL | 1.28º | 0.82% | 0.22% | - |
| HSV(B) | 1.28º | 0.9% | 0.41% | - |
| XYZ | 5.9 | 3.23 | 0.6 | - |
| YUV | 39.28 | 111.48 | 174.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 12 | 10 | 0 | 0.88 | 0.90 | 0.59 | 1.28 | 0.82 | 0.22 |
| Hex | 68 | C | A | 0 | 58 | 5A | 3B | 1 | 52 | 16 |
| Octal | 150 | 14 | 12 | 0 | 130 | 132 | 73 | 1 | 122 | 26 |
| Binary | 1101000 | 1100 | 1010 | 0 | 1011000 | 1011010 | 111011 | 1 | 1010010 | 10110 |
Color Harmonies of #680C0A
Complementary color
Monochromatic Colors of #680C0A
Black with #680C0A
Text Example
Text Example
White with #680C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680C0A; }
p { color: rgb(104,12,10); }
H1.HeaderClassName
{
color: #680C0A;
}
.AnyTagClassName
{
color: #680C0A;
}
</style>
background-color css
<style>
a { background-color: #680C0A; }
a { background-color: rgb(104,12,10); }
div.DivClassName
{
background-color: #680C0A;
}
.BgClassName
{
background-color: #680C0A;
}
</style>
border-color css
<style>
span { border-color: #680C0A; }
span { border-color: rgb(104,12,10); }
td.TdClassName
{
border-color: #680C0A;
}
.TagClassName
{
border-color: #680C0A;
}
</style>