Shades of Red Oxide #641806
Tints of Red Oxide #641806
RGB
CMYK
RGB Variations
Color information
#641806 (or 0x641806) is known color: Red Oxide. HEX triplet: 64, 18 and 06. RGB value is (100,24,6). Sum of RGB (Red+Green+Blue) = 100+24+6=130 (17% of max value = 765). Red value is 100 (39.45% from 255 or 76.92% from 130); Green value is 24 (9.77% from 255 or 18.46% from 130); Blue value is 6 (2.73% from 255 or 4.62% from 130); Max value from RGB is 100 - color contains mainly: red. Hex color #641806 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #641806 is #9BE7F9. Grayscale: #2C2C2C. Windows color (decimal): -10217466 or 399460. OLE color: 399460.
HSL color Cylindrical-coordinate representation of color #641806: hue angle of 11.49º 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 #641806 is Cyan = 0, Magento = 0.76, Yellow = 0.94 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 24 | 6 | - |
| CMYK | 0 | 0.76 | 0.94 | 0.61 |
| HSL | 11.49º | 0.89% | 0.21% | - |
| HSV(B) | 11.49º | 0.94% | 0.39% | - |
| XYZ | 5.62 | 3.38 | 0.53 | - |
| YUV | 44.67 | 106.18 | 167.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 24 | 6 | 0 | 0.76 | 0.94 | 0.61 | 11.49 | 0.89 | 0.21 |
| Hex | 64 | 18 | 6 | 0 | 4C | 5E | 3D | B | 59 | 15 |
| Octal | 144 | 30 | 6 | 0 | 114 | 136 | 75 | 13 | 131 | 25 |
| Binary | 1100100 | 11000 | 110 | 0 | 1001100 | 1011110 | 111101 | 1011 | 1011001 | 10101 |
Color Harmonies of #641806
Complementary color
Monochromatic Colors of #641806
Black with #641806
Text Example
Text Example
White with #641806
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #641806; }
p { color: rgb(100,24,6); }
H1.HeaderClassName
{
color: #641806;
}
.AnyTagClassName
{
color: #641806;
}
</style>
background-color css
<style>
a { background-color: #641806; }
a { background-color: rgb(100,24,6); }
div.DivClassName
{
background-color: #641806;
}
.BgClassName
{
background-color: #641806;
}
</style>
border-color css
<style>
span { border-color: #641806; }
span { border-color: rgb(100,24,6); }
td.TdClassName
{
border-color: #641806;
}
.TagClassName
{
border-color: #641806;
}
</style>