Shades of Red Oxide #621A06
Tints of Red Oxide #621A06
RGB
CMYK
RGB Variations
Color information
#621A06 (or 0x621A06) is known color: Red Oxide. HEX triplet: 62, 1A and 06. RGB value is (98,26,6). Sum of RGB (Red+Green+Blue) = 98+26+6=130 (17% of max value = 765). Red value is 98 (38.67% from 255 or 75.38% from 130); Green value is 26 (10.55% from 255 or 20% from 130); Blue value is 6 (2.73% from 255 or 4.62% from 130); Max value from RGB is 98 - color contains mainly: red. Hex color #621A06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #621A06 is #9DE5F9. Grayscale: #2D2D2D. Windows color (decimal): -10348026 or 399970. OLE color: 399970.
HSL color Cylindrical-coordinate representation of color #621A06: hue angle of 13.04º 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 #621A06 is Cyan = 0, Magento = 0.73, Yellow = 0.94 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 26 | 6 | - |
| CMYK | 0 | 0.73 | 0.94 | 0.62 |
| HSL | 13.04º | 0.88% | 0.2% | - |
| HSV(B) | 13.04º | 0.94% | 0.38% | - |
| XYZ | 5.44 | 3.35 | 0.53 | - |
| YUV | 45.25 | 105.85 | 165.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 26 | 6 | 0 | 0.73 | 0.94 | 0.62 | 13.04 | 0.88 | 0.2 |
| Hex | 62 | 1A | 6 | 0 | 49 | 5E | 3E | D | 58 | 14 |
| Octal | 142 | 32 | 6 | 0 | 111 | 136 | 76 | 15 | 130 | 24 |
| Binary | 1100010 | 11010 | 110 | 0 | 1001001 | 1011110 | 111110 | 1101 | 1011000 | 10100 |
Color Harmonies of #621A06
Complementary color
Monochromatic Colors of #621A06
Black with #621A06
Text Example
Text Example
White with #621A06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621A06; }
p { color: rgb(98,26,6); }
H1.HeaderClassName
{
color: #621A06;
}
.AnyTagClassName
{
color: #621A06;
}
</style>
background-color css
<style>
a { background-color: #621A06; }
a { background-color: rgb(98,26,6); }
div.DivClassName
{
background-color: #621A06;
}
.BgClassName
{
background-color: #621A06;
}
</style>
border-color css
<style>
span { border-color: #621A06; }
span { border-color: rgb(98,26,6); }
td.TdClassName
{
border-color: #621A06;
}
.TagClassName
{
border-color: #621A06;
}
</style>