Shades of Maroon #690F00
Tints of Maroon #690F00
RGB
CMYK
RGB Variations
Color information
#690F00 (or 0x690F00) is known color: Maroon. HEX triplet: 69, 0F and 00. RGB value is (105,15,0). Sum of RGB (Red+Green+Blue) = 105+15+0=120 (15% of max value = 765). Red value is 105 (41.41% from 255 or 87.5% from 120); Green value is 15 (6.25% from 255 or 12.5% from 120); Blue value is 0 (0.39% from 255 or 0% from 120); Max value from RGB is 105 - color contains mainly: red. Hex color #690F00 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #690F00 is #96F0FF. Grayscale: #282828. Windows color (decimal): -9892096 or 3945. OLE color: 3945.
HSL color Cylindrical-coordinate representation of color #690F00: hue angle of 8.57º 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 #690F00 is Cyan = 0, Magento = 0.86, Yellow = 1 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 15 | 0 | - |
| CMYK | 0 | 0.86 | 1 | 0.59 |
| HSL | 8.57º | 1% | 0.21% | - |
| HSV(B) | 8.57º | 1% | 0.41% | - |
| XYZ | 6 | 3.34 | 0.33 | - |
| YUV | 40.2 | 105.32 | 174.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 15 | 0 | 0 | 0.86 | 1 | 0.59 | 8.57 | 1 | 0.21 |
| Hex | 69 | F | 0 | 0 | 56 | 64 | 3B | 9 | 64 | 15 |
| Octal | 151 | 17 | 0 | 0 | 126 | 144 | 73 | 11 | 144 | 25 |
| Binary | 1101001 | 1111 | 0 | 0 | 1010110 | 1100100 | 111011 | 1001 | 1100100 | 10101 |
Color Harmonies of #690F00
Complementary color
Monochromatic Colors of #690F00
Black with #690F00
Text Example
Text Example
White with #690F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690F00; }
p { color: rgb(105,15,0); }
H1.HeaderClassName
{
color: #690F00;
}
.AnyTagClassName
{
color: #690F00;
}
</style>
background-color css
<style>
a { background-color: #690F00; }
a { background-color: rgb(105,15,0); }
div.DivClassName
{
background-color: #690F00;
}
.BgClassName
{
background-color: #690F00;
}
</style>
border-color css
<style>
span { border-color: #690F00; }
span { border-color: rgb(105,15,0); }
td.TdClassName
{
border-color: #690F00;
}
.TagClassName
{
border-color: #690F00;
}
</style>