Shades of Maroon #680100
Tints of Maroon #680100
RGB
CMYK
RGB Variations
Color information
#680100 (or 0x680100) is known color: Maroon. HEX triplet: 68, 01 and 00. RGB value is (104,1,0). Sum of RGB (Red+Green+Blue) = 104+1+0=105 (13% of max value = 765). Red value is 104 (41.02% from 255 or 99.05% from 105); Green value is 1 (0.78% from 255 or 0.95% from 105); Blue value is 0 (0.39% from 255 or 0% from 105); Max value from RGB is 104 - color contains mainly: red. Hex color #680100 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680100 is #97FEFF. Grayscale: #1F1F1F. Windows color (decimal): -9961216 or 360. OLE color: 360.
HSL color Cylindrical-coordinate representation of color #680100: hue angle of 0.58º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #680100 is Cyan = 0, Magento = 0.99, Yellow = 1 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 1 | 0 | - |
| CMYK | 0 | 0.99 | 1 | 0.59 |
| HSL | 0.58º | 1% | 0.2% | - |
| HSV(B) | 0.58º | 1% | 0.41% | - |
| XYZ | 5.72 | 2.96 | 0.27 | - |
| YUV | 31.68 | 110.12 | 179.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 1 | 0 | 0 | 0.99 | 1 | 0.59 | 0.58 | 1 | 0.2 |
| Hex | 68 | 1 | 0 | 0 | 63 | 64 | 3B | 1 | 64 | 14 |
| Octal | 150 | 1 | 0 | 0 | 143 | 144 | 73 | 1 | 144 | 24 |
| Binary | 1101000 | 1 | 0 | 0 | 1100011 | 1100100 | 111011 | 1 | 1100100 | 10100 |
Color Harmonies of #680100
Complementary color
Monochromatic Colors of #680100
Black with #680100
Text Example
Text Example
White with #680100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680100; }
p { color: rgb(104,1,0); }
H1.HeaderClassName
{
color: #680100;
}
.AnyTagClassName
{
color: #680100;
}
</style>
background-color css
<style>
a { background-color: #680100; }
a { background-color: rgb(104,1,0); }
div.DivClassName
{
background-color: #680100;
}
.BgClassName
{
background-color: #680100;
}
</style>
border-color css
<style>
span { border-color: #680100; }
span { border-color: rgb(104,1,0); }
td.TdClassName
{
border-color: #680100;
}
.TagClassName
{
border-color: #680100;
}
</style>