Shades of Red Oxide #621806
Tints of Red Oxide #621806
RGB
CMYK
RGB Variations
Color information
#621806 (or 0x621806) is known color: Red Oxide. HEX triplet: 62, 18 and 06. RGB value is (98,24,6). Sum of RGB (Red+Green+Blue) = 98+24+6=128 (16% of max value = 765). Red value is 98 (38.67% from 255 or 76.56% from 128); Green value is 24 (9.77% from 255 or 18.75% from 128); Blue value is 6 (2.73% from 255 or 4.69% from 128); Max value from RGB is 98 - color contains mainly: red. Hex color #621806 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #621806 is #9DE7F9. Grayscale: #2C2C2C. Windows color (decimal): -10348538 or 399458. OLE color: 399458.
HSL color Cylindrical-coordinate representation of color #621806: hue angle of 11.74º 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 #621806 is Cyan = 0, Magento = 0.76, Yellow = 0.94 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 24 | 6 | - |
| CMYK | 0 | 0.76 | 0.94 | 0.62 |
| HSL | 11.74º | 0.88% | 0.2% | - |
| HSV(B) | 11.74º | 0.94% | 0.38% | - |
| XYZ | 5.4 | 3.26 | 0.52 | - |
| YUV | 44.07 | 106.52 | 166.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 24 | 6 | 0 | 0.76 | 0.94 | 0.62 | 11.74 | 0.88 | 0.2 |
| Hex | 62 | 18 | 6 | 0 | 4C | 5E | 3E | C | 58 | 14 |
| Octal | 142 | 30 | 6 | 0 | 114 | 136 | 76 | 14 | 130 | 24 |
| Binary | 1100010 | 11000 | 110 | 0 | 1001100 | 1011110 | 111110 | 1100 | 1011000 | 10100 |
Color Harmonies of #621806
Complementary color
Monochromatic Colors of #621806
Black with #621806
Text Example
Text Example
White with #621806
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621806; }
p { color: rgb(98,24,6); }
H1.HeaderClassName
{
color: #621806;
}
.AnyTagClassName
{
color: #621806;
}
</style>
background-color css
<style>
a { background-color: #621806; }
a { background-color: rgb(98,24,6); }
div.DivClassName
{
background-color: #621806;
}
.BgClassName
{
background-color: #621806;
}
</style>
border-color css
<style>
span { border-color: #621806; }
span { border-color: rgb(98,24,6); }
td.TdClassName
{
border-color: #621806;
}
.TagClassName
{
border-color: #621806;
}
</style>