Shades of Red Oxide #651607
Tints of Red Oxide #651607
RGB
CMYK
RGB Variations
Color information
#651607 (or 0x651607) is known color: Red Oxide. HEX triplet: 65, 16 and 07. RGB value is (101,22,7). Sum of RGB (Red+Green+Blue) = 101+22+7=130 (17% of max value = 765). Red value is 101 (39.84% from 255 or 77.69% from 130); Green value is 22 (8.98% from 255 or 16.92% from 130); Blue value is 7 (3.12% from 255 or 5.38% from 130); Max value from RGB is 101 - color contains mainly: red. Hex color #651607 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #651607 is #9AE9F8. Grayscale: #2C2C2C. Windows color (decimal): -10152441 or 464485. OLE color: 464485.
HSL color Cylindrical-coordinate representation of color #651607: hue angle of 9.57º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #651607 is Cyan = 0, Magento = 0.78, Yellow = 0.93 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 22 | 7 | - |
| CMYK | 0 | 0.78 | 0.93 | 0.60 |
| HSL | 9.57º | 0.87% | 0.21% | - |
| HSV(B) | 9.57º | 0.93% | 0.4% | - |
| XYZ | 5.69 | 3.36 | 0.55 | - |
| YUV | 43.91 | 107.17 | 168.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 22 | 7 | 0 | 0.78 | 0.93 | 0.60 | 9.57 | 0.87 | 0.21 |
| Hex | 65 | 16 | 7 | 0 | 4E | 5D | 3C | A | 57 | 15 |
| Octal | 145 | 26 | 7 | 0 | 116 | 135 | 74 | 12 | 127 | 25 |
| Binary | 1100101 | 10110 | 111 | 0 | 1001110 | 1011101 | 111100 | 1010 | 1010111 | 10101 |
Color Harmonies of #651607
Complementary color
Monochromatic Colors of #651607
Black with #651607
Text Example
Text Example
White with #651607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #651607; }
p { color: rgb(101,22,7); }
H1.HeaderClassName
{
color: #651607;
}
.AnyTagClassName
{
color: #651607;
}
</style>
background-color css
<style>
a { background-color: #651607; }
a { background-color: rgb(101,22,7); }
div.DivClassName
{
background-color: #651607;
}
.BgClassName
{
background-color: #651607;
}
</style>
border-color css
<style>
span { border-color: #651607; }
span { border-color: rgb(101,22,7); }
td.TdClassName
{
border-color: #651607;
}
.TagClassName
{
border-color: #651607;
}
</style>