Shades of Maroon #690B04
Tints of Maroon #690B04
RGB
CMYK
RGB Variations
Color information
#690B04 (or 0x690B04) is known color: Maroon. HEX triplet: 69, 0B and 04. RGB value is (105,11,4). Sum of RGB (Red+Green+Blue) = 105+11+4=120 (15% of max value = 765). Red value is 105 (41.41% from 255 or 87.5% from 120); Green value is 11 (4.69% from 255 or 9.17% from 120); Blue value is 4 (1.95% from 255 or 3.33% from 120); Max value from RGB is 105 - color contains mainly: red. Hex color #690B04 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #690B04 is #96F4FB. Grayscale: #262626. Windows color (decimal): -9893116 or 265065. OLE color: 265065.
HSL color Cylindrical-coordinate representation of color #690B04: hue angle of 4.16º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #690B04 is Cyan = 0, Magento = 0.90, Yellow = 0.96 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 11 | 4 | - |
| CMYK | 0 | 0.90 | 0.96 | 0.59 |
| HSL | 4.16º | 0.93% | 0.21% | - |
| HSV(B) | 4.16º | 0.96% | 0.41% | - |
| XYZ | 5.97 | 3.25 | 0.43 | - |
| YUV | 38.31 | 108.64 | 175.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 11 | 4 | 0 | 0.90 | 0.96 | 0.59 | 4.16 | 0.93 | 0.21 |
| Hex | 69 | B | 4 | 0 | 5A | 60 | 3B | 4 | 5D | 15 |
| Octal | 151 | 13 | 4 | 0 | 132 | 140 | 73 | 4 | 135 | 25 |
| Binary | 1101001 | 1011 | 100 | 0 | 1011010 | 1100000 | 111011 | 100 | 1011101 | 10101 |
Color Harmonies of #690B04
Complementary color
Monochromatic Colors of #690B04
Black with #690B04
Text Example
Text Example
White with #690B04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690B04; }
p { color: rgb(105,11,4); }
H1.HeaderClassName
{
color: #690B04;
}
.AnyTagClassName
{
color: #690B04;
}
</style>
background-color css
<style>
a { background-color: #690B04; }
a { background-color: rgb(105,11,4); }
div.DivClassName
{
background-color: #690B04;
}
.BgClassName
{
background-color: #690B04;
}
</style>
border-color css
<style>
span { border-color: #690B04; }
span { border-color: rgb(105,11,4); }
td.TdClassName
{
border-color: #690B04;
}
.TagClassName
{
border-color: #690B04;
}
</style>