Shades of Red Oxide #621306
Tints of Red Oxide #621306
RGB
CMYK
RGB Variations
Color information
#621306 (or 0x621306) is known color: Red Oxide. HEX triplet: 62, 13 and 06. RGB value is (98,19,6). Sum of RGB (Red+Green+Blue) = 98+19+6=123 (16% of max value = 765). Red value is 98 (38.67% from 255 or 79.67% from 123); Green value is 19 (7.81% from 255 or 15.45% from 123); Blue value is 6 (2.73% from 255 or 4.88% from 123); Max value from RGB is 98 - color contains mainly: red. Hex color #621306 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #621306 is #9DECF9. Grayscale: #292929. Windows color (decimal): -10349818 or 398178. OLE color: 398178.
HSL color Cylindrical-coordinate representation of color #621306: hue angle of 8.48º 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 #621306 is Cyan = 0, Magento = 0.81, Yellow = 0.94 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 19 | 6 | - |
| CMYK | 0 | 0.81 | 0.94 | 0.62 |
| HSL | 8.48º | 0.88% | 0.2% | - |
| HSV(B) | 8.48º | 0.94% | 0.38% | - |
| XYZ | 5.3 | 3.08 | 0.49 | - |
| YUV | 41.14 | 108.17 | 168.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 19 | 6 | 0 | 0.81 | 0.94 | 0.62 | 8.48 | 0.88 | 0.2 |
| Hex | 62 | 13 | 6 | 0 | 51 | 5E | 3E | 8 | 58 | 14 |
| Octal | 142 | 23 | 6 | 0 | 121 | 136 | 76 | 10 | 130 | 24 |
| Binary | 1100010 | 10011 | 110 | 0 | 1010001 | 1011110 | 111110 | 1000 | 1011000 | 10100 |
Color Harmonies of #621306
Complementary color
Monochromatic Colors of #621306
Black with #621306
Text Example
Text Example
White with #621306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621306; }
p { color: rgb(98,19,6); }
H1.HeaderClassName
{
color: #621306;
}
.AnyTagClassName
{
color: #621306;
}
</style>
background-color css
<style>
a { background-color: #621306; }
a { background-color: rgb(98,19,6); }
div.DivClassName
{
background-color: #621306;
}
.BgClassName
{
background-color: #621306;
}
</style>
border-color css
<style>
span { border-color: #621306; }
span { border-color: rgb(98,19,6); }
td.TdClassName
{
border-color: #621306;
}
.TagClassName
{
border-color: #621306;
}
</style>