Shades of Maroon #690D00
Tints of Maroon #690D00
RGB
CMYK
RGB Variations
Color information
#690D00 (or 0x690D00) is known color: Maroon. HEX triplet: 69, 0D and 00. RGB value is (105,13,0). Sum of RGB (Red+Green+Blue) = 105+13+0=118 (15% of max value = 765). Red value is 105 (41.41% from 255 or 88.98% from 118); Green value is 13 (5.47% from 255 or 11.02% from 118); Blue value is 0 (0.39% from 255 or 0% from 118); Max value from RGB is 105 - color contains mainly: red. Hex color #690D00 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #690D00 is #96F2FF. Grayscale: #272727. Windows color (decimal): -9892608 or 3433. OLE color: 3433.
HSL color Cylindrical-coordinate representation of color #690D00: hue angle of 7.43º 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 #690D00 is Cyan = 0, Magento = 0.88, Yellow = 1 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 13 | 0 | - |
| CMYK | 0 | 0.88 | 1 | 0.59 |
| HSL | 7.43º | 1% | 0.21% | - |
| HSV(B) | 7.43º | 1% | 0.41% | - |
| XYZ | 5.97 | 3.29 | 0.32 | - |
| YUV | 39.03 | 105.98 | 175.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 13 | 0 | 0 | 0.88 | 1 | 0.59 | 7.43 | 1 | 0.21 |
| Hex | 69 | D | 0 | 0 | 58 | 64 | 3B | 7 | 64 | 15 |
| Octal | 151 | 15 | 0 | 0 | 130 | 144 | 73 | 7 | 144 | 25 |
| Binary | 1101001 | 1101 | 0 | 0 | 1011000 | 1100100 | 111011 | 111 | 1100100 | 10101 |
Color Harmonies of #690D00
Complementary color
Monochromatic Colors of #690D00
Black with #690D00
Text Example
Text Example
White with #690D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690D00; }
p { color: rgb(105,13,0); }
H1.HeaderClassName
{
color: #690D00;
}
.AnyTagClassName
{
color: #690D00;
}
</style>
background-color css
<style>
a { background-color: #690D00; }
a { background-color: rgb(105,13,0); }
div.DivClassName
{
background-color: #690D00;
}
.BgClassName
{
background-color: #690D00;
}
</style>
border-color css
<style>
span { border-color: #690D00; }
span { border-color: rgb(105,13,0); }
td.TdClassName
{
border-color: #690D00;
}
.TagClassName
{
border-color: #690D00;
}
</style>