Shades of Red Oxide #661F17
Tints of Red Oxide #661F17
RGB
CMYK
RGB Variations
Color information
#661F17 (or 0x661F17) is known color: Red Oxide. HEX triplet: 66, 1F and 17. RGB value is (102,31,23). Sum of RGB (Red+Green+Blue) = 102+31+23=156 (20% of max value = 765). Red value is 102 (40.23% from 255 or 65.38% from 156); Green value is 31 (12.5% from 255 or 19.87% from 156); Blue value is 23 (9.38% from 255 or 14.74% from 156); Max value from RGB is 102 - color contains mainly: red. Hex color #661F17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #661F17 is #99E0E8. Grayscale: #333333. Windows color (decimal): -10084585 or 1515366. OLE color: 1515366.
HSL color Cylindrical-coordinate representation of color #661F17: hue angle of 6.08º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #661F17 is Cyan = 0, Magento = 0.70, Yellow = 0.77 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 31 | 23 | - |
| CMYK | 0 | 0.70 | 0.77 | 0.6 |
| HSL | 6.08º | 0.63% | 0.25% | - |
| HSV(B) | 6.08º | 0.77% | 0.4% | - |
| XYZ | 6.12 | 3.87 | 1.23 | - |
| YUV | 51.32 | 112.02 | 164.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 31 | 23 | 0 | 0.70 | 0.77 | 0.6 | 6.08 | 0.63 | 0.25 |
| Hex | 66 | 1F | 17 | 0 | 46 | 4D | 3C | 6 | 3F | 19 |
| Octal | 146 | 37 | 27 | 0 | 106 | 115 | 74 | 6 | 77 | 31 |
| Binary | 1100110 | 11111 | 10111 | 0 | 1000110 | 1001101 | 111100 | 110 | 111111 | 11001 |
Color Harmonies of #661F17
Complementary color
Monochromatic Colors of #661F17
Black with #661F17
Text Example
Text Example
White with #661F17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661F17; }
p { color: rgb(102,31,23); }
H1.HeaderClassName
{
color: #661F17;
}
.AnyTagClassName
{
color: #661F17;
}
</style>
background-color css
<style>
a { background-color: #661F17; }
a { background-color: rgb(102,31,23); }
div.DivClassName
{
background-color: #661F17;
}
.BgClassName
{
background-color: #661F17;
}
</style>
border-color css
<style>
span { border-color: #661F17; }
span { border-color: rgb(102,31,23); }
td.TdClassName
{
border-color: #661F17;
}
.TagClassName
{
border-color: #661F17;
}
</style>