Shades of Maroon #690C09
Tints of Maroon #690C09
RGB
CMYK
RGB Variations
Color information
#690C09 (or 0x690C09) is known color: Maroon. HEX triplet: 69, 0C and 09. RGB value is (105,12,9). Sum of RGB (Red+Green+Blue) = 105+12+9=126 (16% of max value = 765). Red value is 105 (41.41% from 255 or 83.33% from 126); Green value is 12 (5.08% from 255 or 9.52% from 126); Blue value is 9 (3.91% from 255 or 7.14% from 126); Max value from RGB is 105 - color contains mainly: red. Hex color #690C09 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #690C09 is #96F3F6. Grayscale: #272727. Windows color (decimal): -9892855 or 593001. OLE color: 593001.
HSL color Cylindrical-coordinate representation of color #690C09: hue angle of 1.88º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #690C09 is Cyan = 0, Magento = 0.89, Yellow = 0.91 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 12 | 9 | - |
| CMYK | 0 | 0.89 | 0.91 | 0.59 |
| HSL | 1.88º | 0.84% | 0.22% | - |
| HSV(B) | 1.88º | 0.91% | 0.41% | - |
| XYZ | 6.01 | 3.29 | 0.58 | - |
| YUV | 39.47 | 110.81 | 174.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 12 | 9 | 0 | 0.89 | 0.91 | 0.59 | 1.88 | 0.84 | 0.22 |
| Hex | 69 | C | 9 | 0 | 59 | 5B | 3B | 2 | 54 | 16 |
| Octal | 151 | 14 | 11 | 0 | 131 | 133 | 73 | 2 | 124 | 26 |
| Binary | 1101001 | 1100 | 1001 | 0 | 1011001 | 1011011 | 111011 | 10 | 1010100 | 10110 |
Color Harmonies of #690C09
Complementary color
Monochromatic Colors of #690C09
Black with #690C09
Text Example
Text Example
White with #690C09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690C09; }
p { color: rgb(105,12,9); }
H1.HeaderClassName
{
color: #690C09;
}
.AnyTagClassName
{
color: #690C09;
}
</style>
background-color css
<style>
a { background-color: #690C09; }
a { background-color: rgb(105,12,9); }
div.DivClassName
{
background-color: #690C09;
}
.BgClassName
{
background-color: #690C09;
}
</style>
border-color css
<style>
span { border-color: #690C09; }
span { border-color: rgb(105,12,9); }
td.TdClassName
{
border-color: #690C09;
}
.TagClassName
{
border-color: #690C09;
}
</style>