Shades of Red Oxide #621606
Tints of Red Oxide #621606
RGB
CMYK
RGB Variations
Color information
#621606 (or 0x621606) is known color: Red Oxide. HEX triplet: 62, 16 and 06. RGB value is (98,22,6). Sum of RGB (Red+Green+Blue) = 98+22+6=126 (16% of max value = 765). Red value is 98 (38.67% from 255 or 77.78% from 126); Green value is 22 (8.98% from 255 or 17.46% from 126); Blue value is 6 (2.73% from 255 or 4.76% from 126); Max value from RGB is 98 - color contains mainly: red. Hex color #621606 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #621606 is #9DE9F9. Grayscale: #2B2B2B. Windows color (decimal): -10349050 or 398946. OLE color: 398946.
HSL color Cylindrical-coordinate representation of color #621606: hue angle of 10.43º 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 #621606 is Cyan = 0, Magento = 0.78, Yellow = 0.94 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 22 | 6 | - |
| CMYK | 0 | 0.78 | 0.94 | 0.62 |
| HSL | 10.43º | 0.88% | 0.2% | - |
| HSV(B) | 10.43º | 0.94% | 0.38% | - |
| XYZ | 5.36 | 3.18 | 0.5 | - |
| YUV | 42.9 | 107.18 | 167.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 22 | 6 | 0 | 0.78 | 0.94 | 0.62 | 10.43 | 0.88 | 0.2 |
| Hex | 62 | 16 | 6 | 0 | 4E | 5E | 3E | A | 58 | 14 |
| Octal | 142 | 26 | 6 | 0 | 116 | 136 | 76 | 12 | 130 | 24 |
| Binary | 1100010 | 10110 | 110 | 0 | 1001110 | 1011110 | 111110 | 1010 | 1011000 | 10100 |
Color Harmonies of #621606
Complementary color
Monochromatic Colors of #621606
Black with #621606
Text Example
Text Example
White with #621606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621606; }
p { color: rgb(98,22,6); }
H1.HeaderClassName
{
color: #621606;
}
.AnyTagClassName
{
color: #621606;
}
</style>
background-color css
<style>
a { background-color: #621606; }
a { background-color: rgb(98,22,6); }
div.DivClassName
{
background-color: #621606;
}
.BgClassName
{
background-color: #621606;
}
</style>
border-color css
<style>
span { border-color: #621606; }
span { border-color: rgb(98,22,6); }
td.TdClassName
{
border-color: #621606;
}
.TagClassName
{
border-color: #621606;
}
</style>