Shades of Red Oxide #651406
Tints of Red Oxide #651406
RGB
CMYK
RGB Variations
Color information
#651406 (or 0x651406) is known color: Red Oxide. HEX triplet: 65, 14 and 06. RGB value is (101,20,6). Sum of RGB (Red+Green+Blue) = 101+20+6=127 (16% of max value = 765). Red value is 101 (39.84% from 255 or 79.53% from 127); Green value is 20 (8.20% from 255 or 15.75% from 127); Blue value is 6 (2.73% from 255 or 4.72% from 127); Max value from RGB is 101 - color contains mainly: red. Hex color #651406 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #651406 is #9AEBF9. Grayscale: #2A2A2A. Windows color (decimal): -10152954 or 398437. OLE color: 398437.
HSL color Cylindrical-coordinate representation of color #651406: hue angle of 8.84º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #651406 is Cyan = 0, Magento = 0.80, Yellow = 0.94 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 20 | 6 | - |
| CMYK | 0 | 0.80 | 0.94 | 0.60 |
| HSL | 8.84º | 0.89% | 0.21% | - |
| HSV(B) | 8.84º | 0.94% | 0.4% | - |
| XYZ | 5.65 | 3.28 | 0.51 | - |
| YUV | 42.62 | 107.34 | 169.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 20 | 6 | 0 | 0.80 | 0.94 | 0.60 | 8.84 | 0.89 | 0.21 |
| Hex | 65 | 14 | 6 | 0 | 50 | 5E | 3C | 9 | 59 | 15 |
| Octal | 145 | 24 | 6 | 0 | 120 | 136 | 74 | 11 | 131 | 25 |
| Binary | 1100101 | 10100 | 110 | 0 | 1010000 | 1011110 | 111100 | 1001 | 1011001 | 10101 |
Color Harmonies of #651406
Complementary color
Monochromatic Colors of #651406
Black with #651406
Text Example
Text Example
White with #651406
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #651406; }
p { color: rgb(101,20,6); }
H1.HeaderClassName
{
color: #651406;
}
.AnyTagClassName
{
color: #651406;
}
</style>
background-color css
<style>
a { background-color: #651406; }
a { background-color: rgb(101,20,6); }
div.DivClassName
{
background-color: #651406;
}
.BgClassName
{
background-color: #651406;
}
</style>
border-color css
<style>
span { border-color: #651406; }
span { border-color: rgb(101,20,6); }
td.TdClassName
{
border-color: #651406;
}
.TagClassName
{
border-color: #651406;
}
</style>