Shades of Red Oxide #620A06
Tints of Red Oxide #620A06
RGB
CMYK
RGB Variations
Color information
#620A06 (or 0x620A06) is known color: Red Oxide. HEX triplet: 62, 0A and 06. RGB value is (98,10,6). Sum of RGB (Red+Green+Blue) = 98+10+6=114 (15% of max value = 765). Red value is 98 (38.67% from 255 or 85.96% from 114); Green value is 10 (4.30% from 255 or 8.77% from 114); Blue value is 6 (2.73% from 255 or 5.26% from 114); Max value from RGB is 98 - color contains mainly: red. Hex color #620A06 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #620A06 is #9DF5F9. Grayscale: #232323. Windows color (decimal): -10352122 or 395874. OLE color: 395874.
HSL color Cylindrical-coordinate representation of color #620A06: hue angle of 2.61º 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 #620A06 is Cyan = 0, Magento = 0.90, Yellow = 0.94 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 10 | 6 | - |
| CMYK | 0 | 0.90 | 0.94 | 0.62 |
| HSL | 2.61º | 0.88% | 0.2% | - |
| HSV(B) | 2.61º | 0.94% | 0.38% | - |
| XYZ | 5.18 | 2.83 | 0.45 | - |
| YUV | 35.86 | 111.15 | 172.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 10 | 6 | 0 | 0.90 | 0.94 | 0.62 | 2.61 | 0.88 | 0.2 |
| Hex | 62 | A | 6 | 0 | 5A | 5E | 3E | 3 | 58 | 14 |
| Octal | 142 | 12 | 6 | 0 | 132 | 136 | 76 | 3 | 130 | 24 |
| Binary | 1100010 | 1010 | 110 | 0 | 1011010 | 1011110 | 111110 | 11 | 1011000 | 10100 |
Color Harmonies of #620A06
Complementary color
Monochromatic Colors of #620A06
Black with #620A06
Text Example
Text Example
White with #620A06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620A06; }
p { color: rgb(98,10,6); }
H1.HeaderClassName
{
color: #620A06;
}
.AnyTagClassName
{
color: #620A06;
}
</style>
background-color css
<style>
a { background-color: #620A06; }
a { background-color: rgb(98,10,6); }
div.DivClassName
{
background-color: #620A06;
}
.BgClassName
{
background-color: #620A06;
}
</style>
border-color css
<style>
span { border-color: #620A06; }
span { border-color: rgb(98,10,6); }
td.TdClassName
{
border-color: #620A06;
}
.TagClassName
{
border-color: #620A06;
}
</style>