Shades of Maroon #690E00
Tints of Maroon #690E00
RGB
CMYK
RGB Variations
Color information
#690E00 (or 0x690E00) is known color: Maroon. HEX triplet: 69, 0E and 00. RGB value is (105,14,0). Sum of RGB (Red+Green+Blue) = 105+14+0=119 (15% of max value = 765). Red value is 105 (41.41% from 255 or 88.24% from 119); Green value is 14 (5.86% from 255 or 11.76% from 119); Blue value is 0 (0.39% from 255 or 0% from 119); Max value from RGB is 105 - color contains mainly: red. Hex color #690E00 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #690E00 is #96F1FF. Grayscale: #272727. Windows color (decimal): -9892352 or 3689. OLE color: 3689.
HSL color Cylindrical-coordinate representation of color #690E00: hue angle of 8º 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 #690E00 is Cyan = 0, Magento = 0.87, Yellow = 1 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 14 | 0 | - |
| CMYK | 0 | 0.87 | 1 | 0.59 |
| HSL | 8º | 1% | 0.21% | - |
| HSV(B) | 8º | 1% | 0.41% | - |
| XYZ | 5.98 | 3.32 | 0.32 | - |
| YUV | 39.61 | 105.65 | 174.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 14 | 0 | 0 | 0.87 | 1 | 0.59 | 8 | 1 | 0.21 |
| Hex | 69 | E | 0 | 0 | 57 | 64 | 3B | 8 | 64 | 15 |
| Octal | 151 | 16 | 0 | 0 | 127 | 144 | 73 | 10 | 144 | 25 |
| Binary | 1101001 | 1110 | 0 | 0 | 1010111 | 1100100 | 111011 | 1000 | 1100100 | 10101 |
Color Harmonies of #690E00
Complementary color
Monochromatic Colors of #690E00
Black with #690E00
Text Example
Text Example
White with #690E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690E00; }
p { color: rgb(105,14,0); }
H1.HeaderClassName
{
color: #690E00;
}
.AnyTagClassName
{
color: #690E00;
}
</style>
background-color css
<style>
a { background-color: #690E00; }
a { background-color: rgb(105,14,0); }
div.DivClassName
{
background-color: #690E00;
}
.BgClassName
{
background-color: #690E00;
}
</style>
border-color css
<style>
span { border-color: #690E00; }
span { border-color: rgb(105,14,0); }
td.TdClassName
{
border-color: #690E00;
}
.TagClassName
{
border-color: #690E00;
}
</style>