Shades of Maroon #680700
Tints of Maroon #680700
RGB
CMYK
RGB Variations
Color information
#680700 (or 0x680700) is known color: Maroon. HEX triplet: 68, 07 and 00. RGB value is (104,7,0). Sum of RGB (Red+Green+Blue) = 104+7+0=111 (14% of max value = 765). Red value is 104 (41.02% from 255 or 93.69% from 111); Green value is 7 (3.12% from 255 or 6.31% from 111); Blue value is 0 (0.39% from 255 or 0% from 111); Max value from RGB is 104 - color contains mainly: red. Hex color #680700 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680700 is #97F8FF. Grayscale: #232323. Windows color (decimal): -9959680 or 1896. OLE color: 1896.
HSL color Cylindrical-coordinate representation of color #680700: hue angle of 4.04º 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 #680700 is Cyan = 0, Magento = 0.93, Yellow = 1 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 7 | 0 | - |
| CMYK | 0 | 0.93 | 1 | 0.59 |
| HSL | 4.04º | 1% | 0.2% | - |
| HSV(B) | 4.04º | 1% | 0.41% | - |
| XYZ | 5.78 | 3.1 | 0.29 | - |
| YUV | 35.21 | 108.14 | 177.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 7 | 0 | 0 | 0.93 | 1 | 0.59 | 4.04 | 1 | 0.2 |
| Hex | 68 | 7 | 0 | 0 | 5D | 64 | 3B | 4 | 64 | 14 |
| Octal | 150 | 7 | 0 | 0 | 135 | 144 | 73 | 4 | 144 | 24 |
| Binary | 1101000 | 111 | 0 | 0 | 1011101 | 1100100 | 111011 | 100 | 1100100 | 10100 |
Color Harmonies of #680700
Complementary color
Monochromatic Colors of #680700
Black with #680700
Text Example
Text Example
White with #680700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680700; }
p { color: rgb(104,7,0); }
H1.HeaderClassName
{
color: #680700;
}
.AnyTagClassName
{
color: #680700;
}
</style>
background-color css
<style>
a { background-color: #680700; }
a { background-color: rgb(104,7,0); }
div.DivClassName
{
background-color: #680700;
}
.BgClassName
{
background-color: #680700;
}
</style>
border-color css
<style>
span { border-color: #680700; }
span { border-color: rgb(104,7,0); }
td.TdClassName
{
border-color: #680700;
}
.TagClassName
{
border-color: #680700;
}
</style>