Shades of Maroon #620706
Tints of Maroon #620706
RGB
CMYK
RGB Variations
Color information
#620706 (or 0x620706) is known color: Maroon. HEX triplet: 62, 07 and 06. RGB value is (98,7,6). Sum of RGB (Red+Green+Blue) = 98+7+6=111 (14% of max value = 765). Red value is 98 (38.67% from 255 or 88.29% from 111); Green value is 7 (3.12% from 255 or 6.31% from 111); Blue value is 6 (2.73% from 255 or 5.41% from 111); Max value from RGB is 98 - color contains mainly: red. Hex color #620706 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #620706 is #9DF8F9. Grayscale: #222222. Windows color (decimal): -10352890 or 395106. OLE color: 395106.
HSL color Cylindrical-coordinate representation of color #620706: hue angle of 0.65º 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 #620706 is Cyan = 0, Magento = 0.93, Yellow = 0.94 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 7 | 6 | - |
| CMYK | 0 | 0.93 | 0.94 | 0.62 |
| HSL | 0.65º | 0.88% | 0.2% | - |
| HSV(B) | 0.65º | 0.94% | 0.38% | - |
| XYZ | 5.15 | 2.76 | 0.43 | - |
| YUV | 34.1 | 112.15 | 173.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 7 | 6 | 0 | 0.93 | 0.94 | 0.62 | 0.65 | 0.88 | 0.2 |
| Hex | 62 | 7 | 6 | 0 | 5D | 5E | 3E | 1 | 58 | 14 |
| Octal | 142 | 7 | 6 | 0 | 135 | 136 | 76 | 1 | 130 | 24 |
| Binary | 1100010 | 111 | 110 | 0 | 1011101 | 1011110 | 111110 | 1 | 1011000 | 10100 |
Color Harmonies of #620706
Complementary color
Monochromatic Colors of #620706
Black with #620706
Text Example
Text Example
White with #620706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620706; }
p { color: rgb(98,7,6); }
H1.HeaderClassName
{
color: #620706;
}
.AnyTagClassName
{
color: #620706;
}
</style>
background-color css
<style>
a { background-color: #620706; }
a { background-color: rgb(98,7,6); }
div.DivClassName
{
background-color: #620706;
}
.BgClassName
{
background-color: #620706;
}
</style>
border-color css
<style>
span { border-color: #620706; }
span { border-color: rgb(98,7,6); }
td.TdClassName
{
border-color: #620706;
}
.TagClassName
{
border-color: #620706;
}
</style>