Shades of Maroon #690A08
Tints of Maroon #690A08
RGB
CMYK
RGB Variations
Color information
#690A08 (or 0x690A08) is known color: Maroon. HEX triplet: 69, 0A and 08. RGB value is (105,10,8). Sum of RGB (Red+Green+Blue) = 105+10+8=123 (16% of max value = 765). Red value is 105 (41.41% from 255 or 85.37% from 123); Green value is 10 (4.30% from 255 or 8.13% from 123); Blue value is 8 (3.52% from 255 or 6.50% from 123); Max value from RGB is 105 - color contains mainly: red. Hex color #690A08 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #690A08 is #96F5F7. Grayscale: #262626. Windows color (decimal): -9893368 or 526953. OLE color: 526953.
HSL color Cylindrical-coordinate representation of color #690A08: hue angle of 1.24º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #690A08 is Cyan = 0, Magento = 0.90, Yellow = 0.92 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 10 | 8 | - |
| CMYK | 0 | 0.90 | 0.92 | 0.59 |
| HSL | 1.24º | 0.86% | 0.22% | - |
| HSV(B) | 1.24º | 0.92% | 0.41% | - |
| XYZ | 5.98 | 3.24 | 0.54 | - |
| YUV | 38.18 | 110.97 | 175.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 10 | 8 | 0 | 0.90 | 0.92 | 0.59 | 1.24 | 0.86 | 0.22 |
| Hex | 69 | A | 8 | 0 | 5A | 5C | 3B | 1 | 56 | 16 |
| Octal | 151 | 12 | 10 | 0 | 132 | 134 | 73 | 1 | 126 | 26 |
| Binary | 1101001 | 1010 | 1000 | 0 | 1011010 | 1011100 | 111011 | 1 | 1010110 | 10110 |
Color Harmonies of #690A08
Complementary color
Monochromatic Colors of #690A08
Black with #690A08
Text Example
Text Example
White with #690A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690A08; }
p { color: rgb(105,10,8); }
H1.HeaderClassName
{
color: #690A08;
}
.AnyTagClassName
{
color: #690A08;
}
</style>
background-color css
<style>
a { background-color: #690A08; }
a { background-color: rgb(105,10,8); }
div.DivClassName
{
background-color: #690A08;
}
.BgClassName
{
background-color: #690A08;
}
</style>
border-color css
<style>
span { border-color: #690A08; }
span { border-color: rgb(105,10,8); }
td.TdClassName
{
border-color: #690A08;
}
.TagClassName
{
border-color: #690A08;
}
</style>