Shades of Red Oxide #611206
Tints of Red Oxide #611206
RGB
CMYK
RGB Variations
Color information
#611206 (or 0x611206) is known color: Red Oxide. HEX triplet: 61, 12 and 06. RGB value is (97,18,6). Sum of RGB (Red+Green+Blue) = 97+18+6=121 (16% of max value = 765). Red value is 97 (38.28% from 255 or 80.17% from 121); Green value is 18 (7.42% from 255 or 14.88% from 121); Blue value is 6 (2.73% from 255 or 4.96% from 121); Max value from RGB is 97 - color contains mainly: red. Hex color #611206 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #611206 is #9EEDF9. Grayscale: #282828. Windows color (decimal): -10415610 or 397921. OLE color: 397921.
HSL color Cylindrical-coordinate representation of color #611206: hue angle of 7.91º 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 #611206 is Cyan = 0, Magento = 0.81, Yellow = 0.94 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 18 | 6 | - |
| CMYK | 0 | 0.81 | 0.94 | 0.62 |
| HSL | 7.91º | 0.88% | 0.2% | - |
| HSV(B) | 7.91º | 0.94% | 0.38% | - |
| XYZ | 5.18 | 2.99 | 0.48 | - |
| YUV | 40.25 | 108.67 | 168.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 18 | 6 | 0 | 0.81 | 0.94 | 0.62 | 7.91 | 0.88 | 0.2 |
| Hex | 61 | 12 | 6 | 0 | 51 | 5E | 3E | 8 | 58 | 14 |
| Octal | 141 | 22 | 6 | 0 | 121 | 136 | 76 | 10 | 130 | 24 |
| Binary | 1100001 | 10010 | 110 | 0 | 1010001 | 1011110 | 111110 | 1000 | 1011000 | 10100 |
Color Harmonies of #611206
Complementary color
Monochromatic Colors of #611206
Black with #611206
Text Example
Text Example
White with #611206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #611206; }
p { color: rgb(97,18,6); }
H1.HeaderClassName
{
color: #611206;
}
.AnyTagClassName
{
color: #611206;
}
</style>
background-color css
<style>
a { background-color: #611206; }
a { background-color: rgb(97,18,6); }
div.DivClassName
{
background-color: #611206;
}
.BgClassName
{
background-color: #611206;
}
</style>
border-color css
<style>
span { border-color: #611206; }
span { border-color: rgb(97,18,6); }
td.TdClassName
{
border-color: #611206;
}
.TagClassName
{
border-color: #611206;
}
</style>