Shades of Red Oxide #601710
Tints of Red Oxide #601710
RGB
CMYK
RGB Variations
Color information
#601710 (or 0x601710) is known color: Red Oxide. HEX triplet: 60, 17 and 10. RGB value is (96,23,16). Sum of RGB (Red+Green+Blue) = 96+23+16=135 (17% of max value = 765). Red value is 96 (37.89% from 255 or 71.11% from 135); Green value is 23 (9.38% from 255 or 17.04% from 135); Blue value is 16 (6.64% from 255 or 11.85% from 135); Max value from RGB is 96 - color contains mainly: red. Hex color #601710 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #601710 is #9FE8EF. Grayscale: #2C2C2C. Windows color (decimal): -10479856 or 1054560. OLE color: 1054560.
HSL color Cylindrical-coordinate representation of color #601710: hue angle of 5.25º degrees, saturation: 0.71, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #601710 is Cyan = 0, Magento = 0.76, Yellow = 0.83 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 23 | 16 | - |
| CMYK | 0 | 0.76 | 0.83 | 0.62 |
| HSL | 5.25º | 0.71% | 0.22% | - |
| HSV(B) | 5.25º | 0.83% | 0.38% | - |
| XYZ | 5.22 | 3.14 | 0.82 | - |
| YUV | 44.03 | 112.18 | 165.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 23 | 16 | 0 | 0.76 | 0.83 | 0.62 | 5.25 | 0.71 | 0.22 |
| Hex | 60 | 17 | 10 | 0 | 4C | 53 | 3E | 5 | 47 | 16 |
| Octal | 140 | 27 | 20 | 0 | 114 | 123 | 76 | 5 | 107 | 26 |
| Binary | 1100000 | 10111 | 10000 | 0 | 1001100 | 1010011 | 111110 | 101 | 1000111 | 10110 |
Color Harmonies of #601710
Complementary color
Monochromatic Colors of #601710
Black with #601710
Text Example
Text Example
White with #601710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #601710; }
p { color: rgb(96,23,16); }
H1.HeaderClassName
{
color: #601710;
}
.AnyTagClassName
{
color: #601710;
}
</style>
background-color css
<style>
a { background-color: #601710; }
a { background-color: rgb(96,23,16); }
div.DivClassName
{
background-color: #601710;
}
.BgClassName
{
background-color: #601710;
}
</style>
border-color css
<style>
span { border-color: #601710; }
span { border-color: rgb(96,23,16); }
td.TdClassName
{
border-color: #601710;
}
.TagClassName
{
border-color: #601710;
}
</style>