Shades of Maroon #680C0B
Tints of Maroon #680C0B
RGB
CMYK
RGB Variations
Color information
#680C0B (or 0x680C0B) is known color: Maroon. HEX triplet: 68, 0C and 0B. RGB value is (104,12,11). Sum of RGB (Red+Green+Blue) = 104+12+11=127 (16% of max value = 765). Red value is 104 (41.02% from 255 or 81.89% from 127); Green value is 12 (5.08% from 255 or 9.45% from 127); Blue value is 11 (4.69% from 255 or 8.66% from 127); Max value from RGB is 104 - color contains mainly: red. Hex color #680C0B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680C0B is #97F3F4. Grayscale: #272727. Windows color (decimal): -9958389 or 724072. OLE color: 724072.
HSL color Cylindrical-coordinate representation of color #680C0B: hue angle of 0.65º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #680C0B is Cyan = 0, Magento = 0.88, Yellow = 0.89 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 12 | 11 | - |
| CMYK | 0 | 0.88 | 0.89 | 0.59 |
| HSL | 0.65º | 0.81% | 0.23% | - |
| HSV(B) | 0.65º | 0.89% | 0.41% | - |
| XYZ | 5.9 | 3.23 | 0.63 | - |
| YUV | 39.39 | 111.98 | 174.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 12 | 11 | 0 | 0.88 | 0.89 | 0.59 | 0.65 | 0.81 | 0.23 |
| Hex | 68 | C | B | 0 | 58 | 59 | 3B | 1 | 51 | 17 |
| Octal | 150 | 14 | 13 | 0 | 130 | 131 | 73 | 1 | 121 | 27 |
| Binary | 1101000 | 1100 | 1011 | 0 | 1011000 | 1011001 | 111011 | 1 | 1010001 | 10111 |
Color Harmonies of #680C0B
Complementary color
Monochromatic Colors of #680C0B
Black with #680C0B
Text Example
Text Example
White with #680C0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680C0B; }
p { color: rgb(104,12,11); }
H1.HeaderClassName
{
color: #680C0B;
}
.AnyTagClassName
{
color: #680C0B;
}
</style>
background-color css
<style>
a { background-color: #680C0B; }
a { background-color: rgb(104,12,11); }
div.DivClassName
{
background-color: #680C0B;
}
.BgClassName
{
background-color: #680C0B;
}
</style>
border-color css
<style>
span { border-color: #680C0B; }
span { border-color: rgb(104,12,11); }
td.TdClassName
{
border-color: #680C0B;
}
.TagClassName
{
border-color: #680C0B;
}
</style>