Shades of Red Oxide #640E06
Tints of Red Oxide #640E06
RGB
CMYK
RGB Variations
Color information
#640E06 (or 0x640E06) is known color: Red Oxide. HEX triplet: 64, 0E and 06. RGB value is (100,14,6). Sum of RGB (Red+Green+Blue) = 100+14+6=120 (15% of max value = 765). Red value is 100 (39.45% from 255 or 83.33% from 120); Green value is 14 (5.86% from 255 or 11.67% from 120); Blue value is 6 (2.73% from 255 or 5% from 120); Max value from RGB is 100 - color contains mainly: red. Hex color #640E06 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #640E06 is #9BF1F9. Grayscale: #262626. Windows color (decimal): -10220026 or 396900. OLE color: 396900.
HSL color Cylindrical-coordinate representation of color #640E06: hue angle of 5.11º 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 #640E06 is Cyan = 0, Magento = 0.86, Yellow = 0.94 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 14 | 6 | - |
| CMYK | 0 | 0.86 | 0.94 | 0.61 |
| HSL | 5.11º | 0.89% | 0.21% | - |
| HSV(B) | 5.11º | 0.94% | 0.39% | - |
| XYZ | 5.45 | 3.04 | 0.47 | - |
| YUV | 38.8 | 109.49 | 171.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 14 | 6 | 0 | 0.86 | 0.94 | 0.61 | 5.11 | 0.89 | 0.21 |
| Hex | 64 | E | 6 | 0 | 56 | 5E | 3D | 5 | 59 | 15 |
| Octal | 144 | 16 | 6 | 0 | 126 | 136 | 75 | 5 | 131 | 25 |
| Binary | 1100100 | 1110 | 110 | 0 | 1010110 | 1011110 | 111101 | 101 | 1011001 | 10101 |
Color Harmonies of #640E06
Complementary color
Monochromatic Colors of #640E06
Black with #640E06
Text Example
Text Example
White with #640E06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640E06; }
p { color: rgb(100,14,6); }
H1.HeaderClassName
{
color: #640E06;
}
.AnyTagClassName
{
color: #640E06;
}
</style>
background-color css
<style>
a { background-color: #640E06; }
a { background-color: rgb(100,14,6); }
div.DivClassName
{
background-color: #640E06;
}
.BgClassName
{
background-color: #640E06;
}
</style>
border-color css
<style>
span { border-color: #640E06; }
span { border-color: rgb(100,14,6); }
td.TdClassName
{
border-color: #640E06;
}
.TagClassName
{
border-color: #640E06;
}
</style>