Shades of Maroon #690B00
Tints of Maroon #690B00
RGB
CMYK
RGB Variations
Color information
#690B00 (or 0x690B00) is known color: Maroon. HEX triplet: 69, 0B and 00. RGB value is (105,11,0). Sum of RGB (Red+Green+Blue) = 105+11+0=116 (15% of max value = 765). Red value is 105 (41.41% from 255 or 90.52% from 116); Green value is 11 (4.69% from 255 or 9.48% from 116); Blue value is 0 (0.39% from 255 or 0% from 116); Max value from RGB is 105 - color contains mainly: red. Hex color #690B00 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #690B00 is #96F4FF. Grayscale: #252525. Windows color (decimal): -9893120 or 2921. OLE color: 2921.
HSL color Cylindrical-coordinate representation of color #690B00: hue angle of 6.29º 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 #690B00 is Cyan = 0, Magento = 0.90, Yellow = 1 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 11 | 0 | - |
| CMYK | 0 | 0.90 | 1 | 0.59 |
| HSL | 6.29º | 1% | 0.21% | - |
| HSV(B) | 6.29º | 1% | 0.41% | - |
| XYZ | 5.95 | 3.24 | 0.31 | - |
| YUV | 37.85 | 106.64 | 175.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 11 | 0 | 0 | 0.90 | 1 | 0.59 | 6.29 | 1 | 0.21 |
| Hex | 69 | B | 0 | 0 | 5A | 64 | 3B | 6 | 64 | 15 |
| Octal | 151 | 13 | 0 | 0 | 132 | 144 | 73 | 6 | 144 | 25 |
| Binary | 1101001 | 1011 | 0 | 0 | 1011010 | 1100100 | 111011 | 110 | 1100100 | 10101 |
Color Harmonies of #690B00
Complementary color
Monochromatic Colors of #690B00
Black with #690B00
Text Example
Text Example
White with #690B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690B00; }
p { color: rgb(105,11,0); }
H1.HeaderClassName
{
color: #690B00;
}
.AnyTagClassName
{
color: #690B00;
}
</style>
background-color css
<style>
a { background-color: #690B00; }
a { background-color: rgb(105,11,0); }
div.DivClassName
{
background-color: #690B00;
}
.BgClassName
{
background-color: #690B00;
}
</style>
border-color css
<style>
span { border-color: #690B00; }
span { border-color: rgb(105,11,0); }
td.TdClassName
{
border-color: #690B00;
}
.TagClassName
{
border-color: #690B00;
}
</style>