Shades of Red Oxide #641206
Tints of Red Oxide #641206
RGB
CMYK
RGB Variations
Color information
#641206 (or 0x641206) is known color: Red Oxide. HEX triplet: 64, 12 and 06. RGB value is (100,18,6). Sum of RGB (Red+Green+Blue) = 100+18+6=124 (16% of max value = 765). Red value is 100 (39.45% from 255 or 80.65% from 124); Green value is 18 (7.42% from 255 or 14.52% from 124); Blue value is 6 (2.73% from 255 or 4.84% from 124); Max value from RGB is 100 - color contains mainly: red. Hex color #641206 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #641206 is #9BEDF9. Grayscale: #292929. Windows color (decimal): -10219002 or 397924. OLE color: 397924.
HSL color Cylindrical-coordinate representation of color #641206: hue angle of 7.66º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #641206 is Cyan = 0, Magento = 0.82, Yellow = 0.94 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 18 | 6 | - |
| CMYK | 0 | 0.82 | 0.94 | 0.61 |
| HSL | 7.66º | 0.89% | 0.21% | - |
| HSV(B) | 7.66º | 0.94% | 0.39% | - |
| XYZ | 5.5 | 3.16 | 0.49 | - |
| YUV | 41.15 | 108.17 | 169.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 18 | 6 | 0 | 0.82 | 0.94 | 0.61 | 7.66 | 0.89 | 0.21 |
| Hex | 64 | 12 | 6 | 0 | 52 | 5E | 3D | 8 | 59 | 15 |
| Octal | 144 | 22 | 6 | 0 | 122 | 136 | 75 | 10 | 131 | 25 |
| Binary | 1100100 | 10010 | 110 | 0 | 1010010 | 1011110 | 111101 | 1000 | 1011001 | 10101 |
Color Harmonies of #641206
Complementary color
Monochromatic Colors of #641206
Black with #641206
Text Example
Text Example
White with #641206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #641206; }
p { color: rgb(100,18,6); }
H1.HeaderClassName
{
color: #641206;
}
.AnyTagClassName
{
color: #641206;
}
</style>
background-color css
<style>
a { background-color: #641206; }
a { background-color: rgb(100,18,6); }
div.DivClassName
{
background-color: #641206;
}
.BgClassName
{
background-color: #641206;
}
</style>
border-color css
<style>
span { border-color: #641206; }
span { border-color: rgb(100,18,6); }
td.TdClassName
{
border-color: #641206;
}
.TagClassName
{
border-color: #641206;
}
</style>