Shades of Maroon #690C0A
Tints of Maroon #690C0A
RGB
CMYK
RGB Variations
Color information
#690C0A (or 0x690C0A) is known color: Maroon. HEX triplet: 69, 0C and 0A. RGB value is (105,12,10). Sum of RGB (Red+Green+Blue) = 105+12+10=127 (16% of max value = 765). Red value is 105 (41.41% from 255 or 82.68% from 127); Green value is 12 (5.08% from 255 or 9.45% from 127); Blue value is 10 (4.30% from 255 or 7.87% from 127); Max value from RGB is 105 - color contains mainly: red. Hex color #690C0A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #690C0A is #96F3F5. Grayscale: #272727. Windows color (decimal): -9892854 or 658537. OLE color: 658537.
HSL color Cylindrical-coordinate representation of color #690C0A: hue angle of 1.26º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #690C0A is Cyan = 0, Magento = 0.89, Yellow = 0.90 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 12 | 10 | - |
| CMYK | 0 | 0.89 | 0.90 | 0.59 |
| HSL | 1.26º | 0.83% | 0.23% | - |
| HSV(B) | 1.26º | 0.9% | 0.41% | - |
| XYZ | 6.01 | 3.29 | 0.6 | - |
| YUV | 39.58 | 111.31 | 174.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 12 | 10 | 0 | 0.89 | 0.90 | 0.59 | 1.26 | 0.83 | 0.23 |
| Hex | 69 | C | A | 0 | 59 | 5A | 3B | 1 | 53 | 17 |
| Octal | 151 | 14 | 12 | 0 | 131 | 132 | 73 | 1 | 123 | 27 |
| Binary | 1101001 | 1100 | 1010 | 0 | 1011001 | 1011010 | 111011 | 1 | 1010011 | 10111 |
Color Harmonies of #690C0A
Complementary color
Monochromatic Colors of #690C0A
Black with #690C0A
Text Example
Text Example
White with #690C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690C0A; }
p { color: rgb(105,12,10); }
H1.HeaderClassName
{
color: #690C0A;
}
.AnyTagClassName
{
color: #690C0A;
}
</style>
background-color css
<style>
a { background-color: #690C0A; }
a { background-color: rgb(105,12,10); }
div.DivClassName
{
background-color: #690C0A;
}
.BgClassName
{
background-color: #690C0A;
}
</style>
border-color css
<style>
span { border-color: #690C0A; }
span { border-color: rgb(105,12,10); }
td.TdClassName
{
border-color: #690C0A;
}
.TagClassName
{
border-color: #690C0A;
}
</style>