Shades of Maroon #690E04
Tints of Maroon #690E04
RGB
CMYK
RGB Variations
Color information
#690E04 (or 0x690E04) is known color: Maroon. HEX triplet: 69, 0E and 04. RGB value is (105,14,4). Sum of RGB (Red+Green+Blue) = 105+14+4=123 (16% of max value = 765). Red value is 105 (41.41% from 255 or 85.37% from 123); Green value is 14 (5.86% from 255 or 11.38% from 123); Blue value is 4 (1.95% from 255 or 3.25% from 123); Max value from RGB is 105 - color contains mainly: red. Hex color #690E04 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #690E04 is #96F1FB. Grayscale: #282828. Windows color (decimal): -9892348 or 265833. OLE color: 265833.
HSL color Cylindrical-coordinate representation of color #690E04: hue angle of 5.94º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #690E04 is Cyan = 0, Magento = 0.87, Yellow = 0.96 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 14 | 4 | - |
| CMYK | 0 | 0.87 | 0.96 | 0.59 |
| HSL | 5.94º | 0.93% | 0.21% | - |
| HSV(B) | 5.94º | 0.96% | 0.41% | - |
| XYZ | 6 | 3.33 | 0.44 | - |
| YUV | 40.07 | 107.65 | 174.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 14 | 4 | 0 | 0.87 | 0.96 | 0.59 | 5.94 | 0.93 | 0.21 |
| Hex | 69 | E | 4 | 0 | 57 | 60 | 3B | 6 | 5D | 15 |
| Octal | 151 | 16 | 4 | 0 | 127 | 140 | 73 | 6 | 135 | 25 |
| Binary | 1101001 | 1110 | 100 | 0 | 1010111 | 1100000 | 111011 | 110 | 1011101 | 10101 |
Color Harmonies of #690E04
Complementary color
Monochromatic Colors of #690E04
Black with #690E04
Text Example
Text Example
White with #690E04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690E04; }
p { color: rgb(105,14,4); }
H1.HeaderClassName
{
color: #690E04;
}
.AnyTagClassName
{
color: #690E04;
}
</style>
background-color css
<style>
a { background-color: #690E04; }
a { background-color: rgb(105,14,4); }
div.DivClassName
{
background-color: #690E04;
}
.BgClassName
{
background-color: #690E04;
}
</style>
border-color css
<style>
span { border-color: #690E04; }
span { border-color: rgb(105,14,4); }
td.TdClassName
{
border-color: #690E04;
}
.TagClassName
{
border-color: #690E04;
}
</style>