Shades of Maroon #690E06
Tints of Maroon #690E06
RGB
CMYK
RGB Variations
Color information
#690E06 (or 0x690E06) is known color: Maroon. HEX triplet: 69, 0E and 06. RGB value is (105,14,6). Sum of RGB (Red+Green+Blue) = 105+14+6=125 (16% of max value = 765). Red value is 105 (41.41% from 255 or 84% from 125); Green value is 14 (5.86% from 255 or 11.2% from 125); Blue value is 6 (2.73% from 255 or 4.8% from 125); Max value from RGB is 105 - color contains mainly: red. Hex color #690E06 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #690E06 is #96F1F9. Grayscale: #282828. Windows color (decimal): -9892346 or 396905. OLE color: 396905.
HSL color Cylindrical-coordinate representation of color #690E06: hue angle of 4.85º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #690E06 is Cyan = 0, Magento = 0.87, Yellow = 0.94 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 14 | 6 | - |
| CMYK | 0 | 0.87 | 0.94 | 0.59 |
| HSL | 4.85º | 0.89% | 0.22% | - |
| HSV(B) | 4.85º | 0.94% | 0.41% | - |
| XYZ | 6.02 | 3.33 | 0.5 | - |
| YUV | 40.3 | 108.65 | 174.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 14 | 6 | 0 | 0.87 | 0.94 | 0.59 | 4.85 | 0.89 | 0.22 |
| Hex | 69 | E | 6 | 0 | 57 | 5E | 3B | 5 | 59 | 16 |
| Octal | 151 | 16 | 6 | 0 | 127 | 136 | 73 | 5 | 131 | 26 |
| Binary | 1101001 | 1110 | 110 | 0 | 1010111 | 1011110 | 111011 | 101 | 1011001 | 10110 |
Color Harmonies of #690E06
Complementary color
Monochromatic Colors of #690E06
Black with #690E06
Text Example
Text Example
White with #690E06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690E06; }
p { color: rgb(105,14,6); }
H1.HeaderClassName
{
color: #690E06;
}
.AnyTagClassName
{
color: #690E06;
}
</style>
background-color css
<style>
a { background-color: #690E06; }
a { background-color: rgb(105,14,6); }
div.DivClassName
{
background-color: #690E06;
}
.BgClassName
{
background-color: #690E06;
}
</style>
border-color css
<style>
span { border-color: #690E06; }
span { border-color: rgb(105,14,6); }
td.TdClassName
{
border-color: #690E06;
}
.TagClassName
{
border-color: #690E06;
}
</style>