Shades of Maroon #690F01
Tints of Maroon #690F01
RGB
CMYK
RGB Variations
Color information
#690F01 (or 0x690F01) is known color: Maroon. HEX triplet: 69, 0F and 01. RGB value is (105,15,1). Sum of RGB (Red+Green+Blue) = 105+15+1=121 (16% of max value = 765). Red value is 105 (41.41% from 255 or 86.78% from 121); Green value is 15 (6.25% from 255 or 12.40% from 121); Blue value is 1 (0.78% from 255 or 0.83% from 121); Max value from RGB is 105 - color contains mainly: red. Hex color #690F01 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #690F01 is #96F0FE. Grayscale: #282828. Windows color (decimal): -9892095 or 69481. OLE color: 69481.
HSL color Cylindrical-coordinate representation of color #690F01: hue angle of 8.08º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #690F01 is Cyan = 0, Magento = 0.86, Yellow = 0.99 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 15 | 1 | - |
| CMYK | 0 | 0.86 | 0.99 | 0.59 |
| HSL | 8.08º | 0.98% | 0.21% | - |
| HSV(B) | 8.08º | 0.99% | 0.41% | - |
| XYZ | 6 | 3.35 | 0.36 | - |
| YUV | 40.31 | 105.82 | 174.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 15 | 1 | 0 | 0.86 | 0.99 | 0.59 | 8.08 | 0.98 | 0.21 |
| Hex | 69 | F | 1 | 0 | 56 | 63 | 3B | 8 | 62 | 15 |
| Octal | 151 | 17 | 1 | 0 | 126 | 143 | 73 | 10 | 142 | 25 |
| Binary | 1101001 | 1111 | 1 | 0 | 1010110 | 1100011 | 111011 | 1000 | 1100010 | 10101 |
Color Harmonies of #690F01
Complementary color
Monochromatic Colors of #690F01
Black with #690F01
Text Example
Text Example
White with #690F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690F01; }
p { color: rgb(105,15,1); }
H1.HeaderClassName
{
color: #690F01;
}
.AnyTagClassName
{
color: #690F01;
}
</style>
background-color css
<style>
a { background-color: #690F01; }
a { background-color: rgb(105,15,1); }
div.DivClassName
{
background-color: #690F01;
}
.BgClassName
{
background-color: #690F01;
}
</style>
border-color css
<style>
span { border-color: #690F01; }
span { border-color: rgb(105,15,1); }
td.TdClassName
{
border-color: #690F01;
}
.TagClassName
{
border-color: #690F01;
}
</style>