Shades of Maroon #610606
Tints of Maroon #610606
RGB
CMYK
RGB Variations
Color information
#610606 (or 0x610606) is known color: Maroon. HEX triplet: 61, 06 and 06. RGB value is (97,6,6). Sum of RGB (Red+Green+Blue) = 97+6+6=109 (14% of max value = 765). Red value is 97 (38.28% from 255 or 88.99% from 109); Green value is 6 (2.73% from 255 or 5.50% from 109); Blue value is 6 (2.73% from 255 or 5.50% from 109); Max value from RGB is 97 - color contains mainly: red. Hex color #610606 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #610606 is #9EF9F9. Grayscale: #212121. Windows color (decimal): -10418682 or 394849. OLE color: 394849.
HSL color Cylindrical-coordinate representation of color #610606: hue angle of 0º 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 #610606 is Cyan = 0, Magento = 0.94, Yellow = 0.94 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 6 | 6 | - |
| CMYK | 0 | 0.94 | 0.94 | 0.62 |
| HSL | 0º | 0.88% | 0.2% | - |
| HSV(B) | 0º | 0.94% | 0.38% | - |
| XYZ | 5.03 | 2.68 | 0.43 | - |
| YUV | 33.21 | 112.65 | 173.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 6 | 6 | 0 | 0.94 | 0.94 | 0.62 | 0 | 0.88 | 0.2 |
| Hex | 61 | 6 | 6 | 0 | 5E | 5E | 3E | 0 | 58 | 14 |
| Octal | 141 | 6 | 6 | 0 | 136 | 136 | 76 | 0 | 130 | 24 |
| Binary | 1100001 | 110 | 110 | 0 | 1011110 | 1011110 | 111110 | 0 | 1011000 | 10100 |
Color Harmonies of #610606
Complementary color
Monochromatic Colors of #610606
Black with #610606
Text Example
Text Example
White with #610606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #610606; }
p { color: rgb(97,6,6); }
H1.HeaderClassName
{
color: #610606;
}
.AnyTagClassName
{
color: #610606;
}
</style>
background-color css
<style>
a { background-color: #610606; }
a { background-color: rgb(97,6,6); }
div.DivClassName
{
background-color: #610606;
}
.BgClassName
{
background-color: #610606;
}
</style>
border-color css
<style>
span { border-color: #610606; }
span { border-color: rgb(97,6,6); }
td.TdClassName
{
border-color: #610606;
}
.TagClassName
{
border-color: #610606;
}
</style>