Shades of Maroon #680600
Tints of Maroon #680600
RGB
CMYK
RGB Variations
Color information
#680600 (or 0x680600) is known color: Maroon. HEX triplet: 68, 06 and 00. RGB value is (104,6,0). Sum of RGB (Red+Green+Blue) = 104+6+0=110 (14% of max value = 765). Red value is 104 (41.02% from 255 or 94.55% from 110); Green value is 6 (2.73% from 255 or 5.45% from 110); Blue value is 0 (0.39% from 255 or 0% from 110); Max value from RGB is 104 - color contains mainly: red. Hex color #680600 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680600 is #97F9FF. Grayscale: #222222. Windows color (decimal): -9959936 or 1640. OLE color: 1640.
HSL color Cylindrical-coordinate representation of color #680600: hue angle of 3.46º 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 #680600 is Cyan = 0, Magento = 0.94, Yellow = 1 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 6 | 0 | - |
| CMYK | 0 | 0.94 | 1 | 0.59 |
| HSL | 3.46º | 1% | 0.2% | - |
| HSV(B) | 3.46º | 1% | 0.41% | - |
| XYZ | 5.77 | 3.07 | 0.29 | - |
| YUV | 34.62 | 108.47 | 177.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 6 | 0 | 0 | 0.94 | 1 | 0.59 | 3.46 | 1 | 0.2 |
| Hex | 68 | 6 | 0 | 0 | 5E | 64 | 3B | 3 | 64 | 14 |
| Octal | 150 | 6 | 0 | 0 | 136 | 144 | 73 | 3 | 144 | 24 |
| Binary | 1101000 | 110 | 0 | 0 | 1011110 | 1100100 | 111011 | 11 | 1100100 | 10100 |
Color Harmonies of #680600
Complementary color
Monochromatic Colors of #680600
Black with #680600
Text Example
Text Example
White with #680600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680600; }
p { color: rgb(104,6,0); }
H1.HeaderClassName
{
color: #680600;
}
.AnyTagClassName
{
color: #680600;
}
</style>
background-color css
<style>
a { background-color: #680600; }
a { background-color: rgb(104,6,0); }
div.DivClassName
{
background-color: #680600;
}
.BgClassName
{
background-color: #680600;
}
</style>
border-color css
<style>
span { border-color: #680600; }
span { border-color: rgb(104,6,0); }
td.TdClassName
{
border-color: #680600;
}
.TagClassName
{
border-color: #680600;
}
</style>