Shades of Maroon #690700
Tints of Maroon #690700
RGB
CMYK
RGB Variations
Color information
#690700 (or 0x690700) is known color: Maroon. HEX triplet: 69, 07 and 00. RGB value is (105,7,0). Sum of RGB (Red+Green+Blue) = 105+7+0=112 (14% of max value = 765). Red value is 105 (41.41% from 255 or 93.75% from 112); Green value is 7 (3.12% from 255 or 6.25% from 112); Blue value is 0 (0.39% from 255 or 0% from 112); Max value from RGB is 105 - color contains mainly: red. Hex color #690700 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #690700 is #96F8FF. Grayscale: #232323. Windows color (decimal): -9894144 or 1897. OLE color: 1897.
HSL color Cylindrical-coordinate representation of color #690700: hue angle of 4º 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 #690700 is Cyan = 0, Magento = 0.93, Yellow = 1 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 7 | 0 | - |
| CMYK | 0 | 0.93 | 1 | 0.59 |
| HSL | 4º | 1% | 0.21% | - |
| HSV(B) | 4º | 1% | 0.41% | - |
| XYZ | 5.9 | 3.16 | 0.3 | - |
| YUV | 35.5 | 107.97 | 177.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 7 | 0 | 0 | 0.93 | 1 | 0.59 | 4 | 1 | 0.21 |
| Hex | 69 | 7 | 0 | 0 | 5D | 64 | 3B | 4 | 64 | 15 |
| Octal | 151 | 7 | 0 | 0 | 135 | 144 | 73 | 4 | 144 | 25 |
| Binary | 1101001 | 111 | 0 | 0 | 1011101 | 1100100 | 111011 | 100 | 1100100 | 10101 |
Color Harmonies of #690700
Complementary color
Monochromatic Colors of #690700
Black with #690700
Text Example
Text Example
White with #690700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690700; }
p { color: rgb(105,7,0); }
H1.HeaderClassName
{
color: #690700;
}
.AnyTagClassName
{
color: #690700;
}
</style>
background-color css
<style>
a { background-color: #690700; }
a { background-color: rgb(105,7,0); }
div.DivClassName
{
background-color: #690700;
}
.BgClassName
{
background-color: #690700;
}
</style>
border-color css
<style>
span { border-color: #690700; }
span { border-color: rgb(105,7,0); }
td.TdClassName
{
border-color: #690700;
}
.TagClassName
{
border-color: #690700;
}
</style>