Shades of Red Oxide #621600
Tints of Red Oxide #621600
RGB
CMYK
RGB Variations
Color information
#621600 (or 0x621600) is known color: Red Oxide. HEX triplet: 62, 16 and 00. RGB value is (98,22,0). Sum of RGB (Red+Green+Blue) = 98+22+0=120 (15% of max value = 765). Red value is 98 (38.67% from 255 or 81.67% from 120); Green value is 22 (8.98% from 255 or 18.33% from 120); Blue value is 0 (0.39% from 255 or 0% from 120); Max value from RGB is 98 - color contains mainly: red. Hex color #621600 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #621600 is #9DE9FF. Grayscale: #2A2A2A. Windows color (decimal): -10349056 or 5730. OLE color: 5730.
HSL color Cylindrical-coordinate representation of color #621600: hue angle of 13.47º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #621600 is Cyan = 0, Magento = 0.78, Yellow = 1 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 22 | 0 | - |
| CMYK | 0 | 0.78 | 1 | 0.62 |
| HSL | 13.47º | 1% | 0.19% | - |
| HSV(B) | 13.47º | 1% | 0.38% | - |
| XYZ | 5.32 | 3.17 | 0.33 | - |
| YUV | 42.22 | 104.18 | 167.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 22 | 0 | 0 | 0.78 | 1 | 0.62 | 13.47 | 1 | 0.19 |
| Hex | 62 | 16 | 0 | 0 | 4E | 64 | 3E | D | 64 | 13 |
| Octal | 142 | 26 | 0 | 0 | 116 | 144 | 76 | 15 | 144 | 23 |
| Binary | 1100010 | 10110 | 0 | 0 | 1001110 | 1100100 | 111110 | 1101 | 1100100 | 10011 |
Color Harmonies of #621600
Complementary color
Monochromatic Colors of #621600
Black with #621600
Text Example
Text Example
White with #621600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621600; }
p { color: rgb(98,22,0); }
H1.HeaderClassName
{
color: #621600;
}
.AnyTagClassName
{
color: #621600;
}
</style>
background-color css
<style>
a { background-color: #621600; }
a { background-color: rgb(98,22,0); }
div.DivClassName
{
background-color: #621600;
}
.BgClassName
{
background-color: #621600;
}
</style>
border-color css
<style>
span { border-color: #621600; }
span { border-color: rgb(98,22,0); }
td.TdClassName
{
border-color: #621600;
}
.TagClassName
{
border-color: #621600;
}
</style>