Shades of Maroon #610806
Tints of Maroon #610806
RGB
CMYK
RGB Variations
Color information
#610806 (or 0x610806) is known color: Maroon. HEX triplet: 61, 08 and 06. RGB value is (97,8,6). Sum of RGB (Red+Green+Blue) = 97+8+6=111 (14% of max value = 765). Red value is 97 (38.28% from 255 or 87.39% from 111); Green value is 8 (3.52% from 255 or 7.21% from 111); Blue value is 6 (2.73% from 255 or 5.41% from 111); Max value from RGB is 97 - color contains mainly: red. Hex color #610806 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #610806 is #9EF7F9. Grayscale: #222222. Windows color (decimal): -10418170 or 395361. OLE color: 395361.
HSL color Cylindrical-coordinate representation of color #610806: hue angle of 1.32º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #610806 is Cyan = 0, Magento = 0.92, Yellow = 0.94 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 8 | 6 | - |
| CMYK | 0 | 0.92 | 0.94 | 0.62 |
| HSL | 1.32º | 0.88% | 0.2% | - |
| HSV(B) | 1.32º | 0.94% | 0.38% | - |
| XYZ | 5.05 | 2.73 | 0.43 | - |
| YUV | 34.38 | 111.99 | 172.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 8 | 6 | 0 | 0.92 | 0.94 | 0.62 | 1.32 | 0.88 | 0.2 |
| Hex | 61 | 8 | 6 | 0 | 5C | 5E | 3E | 1 | 58 | 14 |
| Octal | 141 | 10 | 6 | 0 | 134 | 136 | 76 | 1 | 130 | 24 |
| Binary | 1100001 | 1000 | 110 | 0 | 1011100 | 1011110 | 111110 | 1 | 1011000 | 10100 |
Color Harmonies of #610806
Complementary color
Monochromatic Colors of #610806
Black with #610806
Text Example
Text Example
White with #610806
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #610806; }
p { color: rgb(97,8,6); }
H1.HeaderClassName
{
color: #610806;
}
.AnyTagClassName
{
color: #610806;
}
</style>
background-color css
<style>
a { background-color: #610806; }
a { background-color: rgb(97,8,6); }
div.DivClassName
{
background-color: #610806;
}
.BgClassName
{
background-color: #610806;
}
</style>
border-color css
<style>
span { border-color: #610806; }
span { border-color: rgb(97,8,6); }
td.TdClassName
{
border-color: #610806;
}
.TagClassName
{
border-color: #610806;
}
</style>