Shades of Red Oxide #601711
Tints of Red Oxide #601711
RGB
CMYK
RGB Variations
Color information
#601711 (or 0x601711) is known color: Red Oxide. HEX triplet: 60, 17 and 11. RGB value is (96,23,17). Sum of RGB (Red+Green+Blue) = 96+23+17=136 (18% of max value = 765). Red value is 96 (37.89% from 255 or 70.59% from 136); Green value is 23 (9.38% from 255 or 16.91% from 136); Blue value is 17 (7.03% from 255 or 12.5% from 136); Max value from RGB is 96 - color contains mainly: red. Hex color #601711 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #601711 is #9FE8EE. Grayscale: #2C2C2C. Windows color (decimal): -10479855 or 1120096. OLE color: 1120096.
HSL color Cylindrical-coordinate representation of color #601711: hue angle of 4.56º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #601711 is Cyan = 0, Magento = 0.76, Yellow = 0.82 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 23 | 17 | - |
| CMYK | 0 | 0.76 | 0.82 | 0.62 |
| HSL | 4.56º | 0.7% | 0.22% | - |
| HSV(B) | 4.56º | 0.82% | 0.38% | - |
| XYZ | 5.23 | 3.14 | 0.86 | - |
| YUV | 44.14 | 112.68 | 164.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 23 | 17 | 0 | 0.76 | 0.82 | 0.62 | 4.56 | 0.7 | 0.22 |
| Hex | 60 | 17 | 11 | 0 | 4C | 52 | 3E | 5 | 46 | 16 |
| Octal | 140 | 27 | 21 | 0 | 114 | 122 | 76 | 5 | 106 | 26 |
| Binary | 1100000 | 10111 | 10001 | 0 | 1001100 | 1010010 | 111110 | 101 | 1000110 | 10110 |
Color Harmonies of #601711
Complementary color
Monochromatic Colors of #601711
Black with #601711
Text Example
Text Example
White with #601711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #601711; }
p { color: rgb(96,23,17); }
H1.HeaderClassName
{
color: #601711;
}
.AnyTagClassName
{
color: #601711;
}
</style>
background-color css
<style>
a { background-color: #601711; }
a { background-color: rgb(96,23,17); }
div.DivClassName
{
background-color: #601711;
}
.BgClassName
{
background-color: #601711;
}
</style>
border-color css
<style>
span { border-color: #601711; }
span { border-color: rgb(96,23,17); }
td.TdClassName
{
border-color: #601711;
}
.TagClassName
{
border-color: #601711;
}
</style>