Shades of Red Oxide #601704
Tints of Red Oxide #601704
RGB
CMYK
RGB Variations
Color information
#601704 (or 0x601704) is known color: Red Oxide. HEX triplet: 60, 17 and 04. RGB value is (96,23,4). Sum of RGB (Red+Green+Blue) = 96+23+4=123 (16% of max value = 765). Red value is 96 (37.89% from 255 or 78.05% from 123); Green value is 23 (9.38% from 255 or 18.70% from 123); Blue value is 4 (1.95% from 255 or 3.25% from 123); Max value from RGB is 96 - color contains mainly: red. Hex color #601704 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #601704 is #9FE8FB. Grayscale: #2A2A2A. Windows color (decimal): -10479868 or 268128. OLE color: 268128.
HSL color Cylindrical-coordinate representation of color #601704: hue angle of 12.39º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #601704 is Cyan = 0, Magento = 0.76, Yellow = 0.96 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 23 | 4 | - |
| CMYK | 0 | 0.76 | 0.96 | 0.62 |
| HSL | 12.39º | 0.92% | 0.2% | - |
| HSV(B) | 12.39º | 0.96% | 0.38% | - |
| XYZ | 5.15 | 3.11 | 0.44 | - |
| YUV | 42.66 | 106.18 | 166.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 23 | 4 | 0 | 0.76 | 0.96 | 0.62 | 12.39 | 0.92 | 0.2 |
| Hex | 60 | 17 | 4 | 0 | 4C | 60 | 3E | C | 5C | 14 |
| Octal | 140 | 27 | 4 | 0 | 114 | 140 | 76 | 14 | 134 | 24 |
| Binary | 1100000 | 10111 | 100 | 0 | 1001100 | 1100000 | 111110 | 1100 | 1011100 | 10100 |
Color Harmonies of #601704
Complementary color
Monochromatic Colors of #601704
Black with #601704
Text Example
Text Example
White with #601704
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #601704; }
p { color: rgb(96,23,4); }
H1.HeaderClassName
{
color: #601704;
}
.AnyTagClassName
{
color: #601704;
}
</style>
background-color css
<style>
a { background-color: #601704; }
a { background-color: rgb(96,23,4); }
div.DivClassName
{
background-color: #601704;
}
.BgClassName
{
background-color: #601704;
}
</style>
border-color css
<style>
span { border-color: #601704; }
span { border-color: rgb(96,23,4); }
td.TdClassName
{
border-color: #601704;
}
.TagClassName
{
border-color: #601704;
}
</style>