Shades of Maroon #620606
Tints of Maroon #620606
RGB
CMYK
RGB Variations
Color information
#620606 (or 0x620606) is known color: Maroon. HEX triplet: 62, 06 and 06. RGB value is (98,6,6). Sum of RGB (Red+Green+Blue) = 98+6+6=110 (14% of max value = 765). Red value is 98 (38.67% from 255 or 89.09% from 110); Green value is 6 (2.73% from 255 or 5.45% from 110); Blue value is 6 (2.73% from 255 or 5.45% from 110); Max value from RGB is 98 - color contains mainly: red. Hex color #620606 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #620606 is #9DF9F9. Grayscale: #212121. Windows color (decimal): -10353146 or 394850. OLE color: 394850.
HSL color Cylindrical-coordinate representation of color #620606: 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 #620606 is Cyan = 0, Magento = 0.94, Yellow = 0.94 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 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.14 | 2.74 | 0.43 | - |
| YUV | 33.51 | 112.48 | 174 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 6 | 6 | 0 | 0.94 | 0.94 | 0.62 | 0 | 0.88 | 0.2 |
| Hex | 62 | 6 | 6 | 0 | 5E | 5E | 3E | 0 | 58 | 14 |
| Octal | 142 | 6 | 6 | 0 | 136 | 136 | 76 | 0 | 130 | 24 |
| Binary | 1100010 | 110 | 110 | 0 | 1011110 | 1011110 | 111110 | 0 | 1011000 | 10100 |
Color Harmonies of #620606
Complementary color
Monochromatic Colors of #620606
Black with #620606
Text Example
Text Example
White with #620606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620606; }
p { color: rgb(98,6,6); }
H1.HeaderClassName
{
color: #620606;
}
.AnyTagClassName
{
color: #620606;
}
</style>
background-color css
<style>
a { background-color: #620606; }
a { background-color: rgb(98,6,6); }
div.DivClassName
{
background-color: #620606;
}
.BgClassName
{
background-color: #620606;
}
</style>
border-color css
<style>
span { border-color: #620606; }
span { border-color: rgb(98,6,6); }
td.TdClassName
{
border-color: #620606;
}
.TagClassName
{
border-color: #620606;
}
</style>