Shades of Maroon #690600
Tints of Maroon #690600
RGB
CMYK
RGB Variations
Color information
#690600 (or 0x690600) is known color: Maroon. HEX triplet: 69, 06 and 00. RGB value is (105,6,0). Sum of RGB (Red+Green+Blue) = 105+6+0=111 (14% of max value = 765). Red value is 105 (41.41% from 255 or 94.59% from 111); Green value is 6 (2.73% from 255 or 5.41% from 111); Blue value is 0 (0.39% from 255 or 0% from 111); Max value from RGB is 105 - color contains mainly: red. Hex color #690600 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #690600 is #96F9FF. Grayscale: #232323. Windows color (decimal): -9894400 or 1641. OLE color: 1641.
HSL color Cylindrical-coordinate representation of color #690600: hue angle of 3.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 #690600 is Cyan = 0, Magento = 0.94, Yellow = 1 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 6 | 0 | - |
| CMYK | 0 | 0.94 | 1 | 0.59 |
| HSL | 3.43º | 1% | 0.21% | - |
| HSV(B) | 3.43º | 1% | 0.41% | - |
| XYZ | 5.89 | 3.13 | 0.29 | - |
| YUV | 34.92 | 108.3 | 177.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 6 | 0 | 0 | 0.94 | 1 | 0.59 | 3.43 | 1 | 0.21 |
| Hex | 69 | 6 | 0 | 0 | 5E | 64 | 3B | 3 | 64 | 15 |
| Octal | 151 | 6 | 0 | 0 | 136 | 144 | 73 | 3 | 144 | 25 |
| Binary | 1101001 | 110 | 0 | 0 | 1011110 | 1100100 | 111011 | 11 | 1100100 | 10101 |
Color Harmonies of #690600
Complementary color
Monochromatic Colors of #690600
Black with #690600
Text Example
Text Example
White with #690600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690600; }
p { color: rgb(105,6,0); }
H1.HeaderClassName
{
color: #690600;
}
.AnyTagClassName
{
color: #690600;
}
</style>
background-color css
<style>
a { background-color: #690600; }
a { background-color: rgb(105,6,0); }
div.DivClassName
{
background-color: #690600;
}
.BgClassName
{
background-color: #690600;
}
</style>
border-color css
<style>
span { border-color: #690600; }
span { border-color: rgb(105,6,0); }
td.TdClassName
{
border-color: #690600;
}
.TagClassName
{
border-color: #690600;
}
</style>