Shades of Maroon #680F05
Tints of Maroon #680F05
RGB
CMYK
RGB Variations
Color information
#680F05 (or 0x680F05) is known color: Maroon. HEX triplet: 68, 0F and 05. RGB value is (104,15,5). Sum of RGB (Red+Green+Blue) = 104+15+5=124 (16% of max value = 765). Red value is 104 (41.02% from 255 or 83.87% from 124); Green value is 15 (6.25% from 255 or 12.10% from 124); Blue value is 5 (2.34% from 255 or 4.03% from 124); Max value from RGB is 104 - color contains mainly: red. Hex color #680F05 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680F05 is #97F0FA. Grayscale: #282828. Windows color (decimal): -9957627 or 331624. OLE color: 331624.
HSL color Cylindrical-coordinate representation of color #680F05: hue angle of 6.06º 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 #680F05 is Cyan = 0, Magento = 0.86, Yellow = 0.95 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 15 | 5 | - |
| CMYK | 0 | 0.86 | 0.95 | 0.59 |
| HSL | 6.06º | 0.91% | 0.21% | - |
| HSV(B) | 6.06º | 0.95% | 0.41% | - |
| XYZ | 5.91 | 3.3 | 0.47 | - |
| YUV | 40.47 | 107.99 | 173.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 15 | 5 | 0 | 0.86 | 0.95 | 0.59 | 6.06 | 0.91 | 0.21 |
| Hex | 68 | F | 5 | 0 | 56 | 5F | 3B | 6 | 5B | 15 |
| Octal | 150 | 17 | 5 | 0 | 126 | 137 | 73 | 6 | 133 | 25 |
| Binary | 1101000 | 1111 | 101 | 0 | 1010110 | 1011111 | 111011 | 110 | 1011011 | 10101 |
Color Harmonies of #680F05
Complementary color
Monochromatic Colors of #680F05
Black with #680F05
Text Example
Text Example
White with #680F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680F05; }
p { color: rgb(104,15,5); }
H1.HeaderClassName
{
color: #680F05;
}
.AnyTagClassName
{
color: #680F05;
}
</style>
background-color css
<style>
a { background-color: #680F05; }
a { background-color: rgb(104,15,5); }
div.DivClassName
{
background-color: #680F05;
}
.BgClassName
{
background-color: #680F05;
}
</style>
border-color css
<style>
span { border-color: #680F05; }
span { border-color: rgb(104,15,5); }
td.TdClassName
{
border-color: #680F05;
}
.TagClassName
{
border-color: #680F05;
}
</style>