Shades of Maroon #680C04
Tints of Maroon #680C04
RGB
CMYK
RGB Variations
Color information
#680C04 (or 0x680C04) is known color: Maroon. HEX triplet: 68, 0C and 04. RGB value is (104,12,4). Sum of RGB (Red+Green+Blue) = 104+12+4=120 (15% of max value = 765). Red value is 104 (41.02% from 255 or 86.67% from 120); Green value is 12 (5.08% from 255 or 10% from 120); Blue value is 4 (1.95% from 255 or 3.33% from 120); Max value from RGB is 104 - color contains mainly: red. Hex color #680C04 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680C04 is #97F3FB. Grayscale: #262626. Windows color (decimal): -9958396 or 265320. OLE color: 265320.
HSL color Cylindrical-coordinate representation of color #680C04: hue angle of 4.8º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #680C04 is Cyan = 0, Magento = 0.88, Yellow = 0.96 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 12 | 4 | - |
| CMYK | 0 | 0.88 | 0.96 | 0.59 |
| HSL | 4.8º | 0.93% | 0.21% | - |
| HSV(B) | 4.8º | 0.96% | 0.41% | - |
| XYZ | 5.86 | 3.21 | 0.43 | - |
| YUV | 38.6 | 108.48 | 174.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 12 | 4 | 0 | 0.88 | 0.96 | 0.59 | 4.8 | 0.93 | 0.21 |
| Hex | 68 | C | 4 | 0 | 58 | 60 | 3B | 5 | 5D | 15 |
| Octal | 150 | 14 | 4 | 0 | 130 | 140 | 73 | 5 | 135 | 25 |
| Binary | 1101000 | 1100 | 100 | 0 | 1011000 | 1100000 | 111011 | 101 | 1011101 | 10101 |
Color Harmonies of #680C04
Complementary color
Monochromatic Colors of #680C04
Black with #680C04
Text Example
Text Example
White with #680C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680C04; }
p { color: rgb(104,12,4); }
H1.HeaderClassName
{
color: #680C04;
}
.AnyTagClassName
{
color: #680C04;
}
</style>
background-color css
<style>
a { background-color: #680C04; }
a { background-color: rgb(104,12,4); }
div.DivClassName
{
background-color: #680C04;
}
.BgClassName
{
background-color: #680C04;
}
</style>
border-color css
<style>
span { border-color: #680C04; }
span { border-color: rgb(104,12,4); }
td.TdClassName
{
border-color: #680C04;
}
.TagClassName
{
border-color: #680C04;
}
</style>