Shades of Red Oxide #601705
Tints of Red Oxide #601705
RGB
CMYK
RGB Variations
Color information
#601705 (or 0x601705) is known color: Red Oxide. HEX triplet: 60, 17 and 05. RGB value is (96,23,5). Sum of RGB (Red+Green+Blue) = 96+23+5=124 (16% of max value = 765). Red value is 96 (37.89% from 255 or 77.42% from 124); Green value is 23 (9.38% from 255 or 18.55% from 124); Blue value is 5 (2.34% from 255 or 4.03% from 124); Max value from RGB is 96 - color contains mainly: red. Hex color #601705 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #601705 is #9FE8FA. Grayscale: #2A2A2A. Windows color (decimal): -10479867 or 333664. OLE color: 333664.
HSL color Cylindrical-coordinate representation of color #601705: hue angle of 11.87º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #601705 is Cyan = 0, Magento = 0.76, Yellow = 0.95 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 23 | 5 | - |
| CMYK | 0 | 0.76 | 0.95 | 0.62 |
| HSL | 11.87º | 0.9% | 0.2% | - |
| HSV(B) | 11.87º | 0.95% | 0.38% | - |
| XYZ | 5.16 | 3.11 | 0.47 | - |
| YUV | 42.78 | 106.68 | 165.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 23 | 5 | 0 | 0.76 | 0.95 | 0.62 | 11.87 | 0.9 | 0.2 |
| Hex | 60 | 17 | 5 | 0 | 4C | 5F | 3E | C | 5A | 14 |
| Octal | 140 | 27 | 5 | 0 | 114 | 137 | 76 | 14 | 132 | 24 |
| Binary | 1100000 | 10111 | 101 | 0 | 1001100 | 1011111 | 111110 | 1100 | 1011010 | 10100 |
Color Harmonies of #601705
Complementary color
Monochromatic Colors of #601705
Black with #601705
Text Example
Text Example
White with #601705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #601705; }
p { color: rgb(96,23,5); }
H1.HeaderClassName
{
color: #601705;
}
.AnyTagClassName
{
color: #601705;
}
</style>
background-color css
<style>
a { background-color: #601705; }
a { background-color: rgb(96,23,5); }
div.DivClassName
{
background-color: #601705;
}
.BgClassName
{
background-color: #601705;
}
</style>
border-color css
<style>
span { border-color: #601705; }
span { border-color: rgb(96,23,5); }
td.TdClassName
{
border-color: #601705;
}
.TagClassName
{
border-color: #601705;
}
</style>