Shades of Maroon #680A05
Tints of Maroon #680A05
RGB
CMYK
RGB Variations
Color information
#680A05 (or 0x680A05) is known color: Maroon. HEX triplet: 68, 0A and 05. RGB value is (104,10,5). Sum of RGB (Red+Green+Blue) = 104+10+5=119 (15% of max value = 765). Red value is 104 (41.02% from 255 or 87.39% from 119); Green value is 10 (4.30% from 255 or 8.40% from 119); Blue value is 5 (2.34% from 255 or 4.20% from 119); Max value from RGB is 104 - color contains mainly: red. Hex color #680A05 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680A05 is #97F5FA. Grayscale: #252525. Windows color (decimal): -9958907 or 330344. OLE color: 330344.
HSL color Cylindrical-coordinate representation of color #680A05: hue angle of 3.03º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #680A05 is Cyan = 0, Magento = 0.90, Yellow = 0.95 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 10 | 5 | - |
| CMYK | 0 | 0.90 | 0.95 | 0.59 |
| HSL | 3.03º | 0.91% | 0.21% | - |
| HSV(B) | 3.03º | 0.95% | 0.41% | - |
| XYZ | 5.84 | 3.17 | 0.45 | - |
| YUV | 37.54 | 109.64 | 175.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 10 | 5 | 0 | 0.90 | 0.95 | 0.59 | 3.03 | 0.91 | 0.21 |
| Hex | 68 | A | 5 | 0 | 5A | 5F | 3B | 3 | 5B | 15 |
| Octal | 150 | 12 | 5 | 0 | 132 | 137 | 73 | 3 | 133 | 25 |
| Binary | 1101000 | 1010 | 101 | 0 | 1011010 | 1011111 | 111011 | 11 | 1011011 | 10101 |
Color Harmonies of #680A05
Complementary color
Monochromatic Colors of #680A05
Black with #680A05
Text Example
Text Example
White with #680A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680A05; }
p { color: rgb(104,10,5); }
H1.HeaderClassName
{
color: #680A05;
}
.AnyTagClassName
{
color: #680A05;
}
</style>
background-color css
<style>
a { background-color: #680A05; }
a { background-color: rgb(104,10,5); }
div.DivClassName
{
background-color: #680A05;
}
.BgClassName
{
background-color: #680A05;
}
</style>
border-color css
<style>
span { border-color: #680A05; }
span { border-color: rgb(104,10,5); }
td.TdClassName
{
border-color: #680A05;
}
.TagClassName
{
border-color: #680A05;
}
</style>