Shades of Maroon #690A00
Tints of Maroon #690A00
RGB
CMYK
RGB Variations
Color information
#690A00 (or 0x690A00) is known color: Maroon. HEX triplet: 69, 0A and 00. RGB value is (105,10,0). Sum of RGB (Red+Green+Blue) = 105+10+0=115 (15% of max value = 765). Red value is 105 (41.41% from 255 or 91.30% from 115); Green value is 10 (4.30% from 255 or 8.70% from 115); Blue value is 0 (0.39% from 255 or 0% from 115); Max value from RGB is 105 - color contains mainly: red. Hex color #690A00 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #690A00 is #96F5FF. Grayscale: #252525. Windows color (decimal): -9893376 or 2665. OLE color: 2665.
HSL color Cylindrical-coordinate representation of color #690A00: hue angle of 5.71º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #690A00 is Cyan = 0, Magento = 0.90, Yellow = 1 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 10 | 0 | - |
| CMYK | 0 | 0.90 | 1 | 0.59 |
| HSL | 5.71º | 1% | 0.21% | - |
| HSV(B) | 5.71º | 1% | 0.41% | - |
| XYZ | 5.93 | 3.22 | 0.31 | - |
| YUV | 37.27 | 106.97 | 176.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 10 | 0 | 0 | 0.90 | 1 | 0.59 | 5.71 | 1 | 0.21 |
| Hex | 69 | A | 0 | 0 | 5A | 64 | 3B | 6 | 64 | 15 |
| Octal | 151 | 12 | 0 | 0 | 132 | 144 | 73 | 6 | 144 | 25 |
| Binary | 1101001 | 1010 | 0 | 0 | 1011010 | 1100100 | 111011 | 110 | 1100100 | 10101 |
Color Harmonies of #690A00
Complementary color
Monochromatic Colors of #690A00
Black with #690A00
Text Example
Text Example
White with #690A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690A00; }
p { color: rgb(105,10,0); }
H1.HeaderClassName
{
color: #690A00;
}
.AnyTagClassName
{
color: #690A00;
}
</style>
background-color css
<style>
a { background-color: #690A00; }
a { background-color: rgb(105,10,0); }
div.DivClassName
{
background-color: #690A00;
}
.BgClassName
{
background-color: #690A00;
}
</style>
border-color css
<style>
span { border-color: #690A00; }
span { border-color: rgb(105,10,0); }
td.TdClassName
{
border-color: #690A00;
}
.TagClassName
{
border-color: #690A00;
}
</style>